| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.MetadataExtensionInformationImpl
MetadataExtensionInformationImpl | public class MetadataExtensionInformationImpl extends MetadataEntity implements MetadataExtensionInformation(Code) | | Information describing metadata extensions.
version: $Id: MetadataExtensionInformationImpl.java 25193 2007-04-18 13:37:38Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
MetadataExtensionInformationImpl | public MetadataExtensionInformationImpl()(Code) | | Construct an initially empty metadata extension information.
|
MetadataExtensionInformationImpl | public MetadataExtensionInformationImpl(MetadataExtensionInformation source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
getExtendedElementInformation | public synchronized Collection getExtendedElementInformation()(Code) | | Provides information about a new metadata element, not found in ISO 19115, which is
required to describe geographic data.
|
getExtensionOnLineResource | public OnLineResource getExtensionOnLineResource()(Code) | | Information about on-line sources containing the community profile name and
the extended metadata elements. Information for all new metadata elements.
|
setExtendedElementInformation | public synchronized void setExtendedElementInformation(Collection newValues)(Code) | | Set information about a new metadata element.
|
setExtensionOnLineResource | public synchronized void setExtensionOnLineResource(OnLineResource newValue)(Code) | | Set information about on-line sources.
|
|
|