Interface Metacard

All Superinterfaces:
Serializable

public interface Metacard extends Serializable
A Metacard is a container for Metadata.

It is modeled after the OGC SimpleFeature and does two additional things:

  1. Represents a resource.
  2. Contains or can be represented as XML metadata.
This interface does not extend the OGC SimpleFeature interface due to added complexity that was deemed to conflict with the goal of simplicity for this API.
The Metacard can include key/value-style Attributes, and includes several standard properties: id, title, document, location, source name, dates(created, modified, effective, expiration), and thumbnail.