|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.MetadataExtensionInformationImpl
public class MetadataExtensionInformationImpl
Information describing metadata extensions.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
MetadataExtensionInformationImpl()
Construct an initially empty metadata extension information. |
|
MetadataExtensionInformationImpl(org.opengis.metadata.MetadataExtensionInformation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.metadata.ExtendedElementInformation> |
getExtendedElementInformation()
Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data. |
org.opengis.metadata.citation.OnLineResource |
getExtensionOnLineResource()
Information about on-line sources containing the community profile name and the extended metadata elements. |
void |
setExtendedElementInformation(java.util.Collection<? extends org.opengis.metadata.ExtendedElementInformation> newValues)
Set information about a new metadata element. |
void |
setExtensionOnLineResource(org.opengis.metadata.citation.OnLineResource newValue)
Set information about on-line sources. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetadataExtensionInformationImpl()
public MetadataExtensionInformationImpl(org.opengis.metadata.MetadataExtensionInformation source)
Method Detail |
---|
public org.opengis.metadata.citation.OnLineResource getExtensionOnLineResource()
getExtensionOnLineResource
in interface org.opengis.metadata.MetadataExtensionInformation
public void setExtensionOnLineResource(org.opengis.metadata.citation.OnLineResource newValue)
public java.util.Collection<org.opengis.metadata.ExtendedElementInformation> getExtendedElementInformation()
getExtendedElementInformation
in interface org.opengis.metadata.MetadataExtensionInformation
public void setExtendedElementInformation(java.util.Collection<? extends org.opengis.metadata.ExtendedElementInformation> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |