|
||||||||||
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.content.ContentInformationImpl
org.geotools.metadata.iso.content.FeatureCatalogueDescriptionImpl
public class FeatureCatalogueDescriptionImpl
Information identifying the feature catalogue.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
FeatureCatalogueDescriptionImpl()
Constructs an initially empty feature catalogue description. |
|
FeatureCatalogueDescriptionImpl(org.opengis.metadata.content.FeatureCatalogueDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.metadata.citation.Citation> |
getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues. |
java.util.Collection<org.opengis.util.GenericName> |
getFeatureTypes()
Returns the Complete bibliographic reference to one or more external feature catalogues. |
java.util.Collection<java.util.Locale> |
getLanguages()
Returns the language(s) used within the catalogue |
java.lang.Boolean |
isCompliant()
Returns whether or not the cited feature catalogue complies with ISO 19110. |
boolean |
isIncludedWithDataset()
Returns whether or not the feature catalogue is included with the dataset. |
void |
setCompliant(java.lang.Boolean newValue)
Set whether or not the cited feature catalogue complies with ISO 19110. |
void |
setFeatureCatalogueCitations(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues. |
void |
setFeatureTypes(java.util.Collection<? extends org.opengis.util.GenericName> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues. |
void |
setIncludedWithDataset(boolean newValue)
Set whether or not the feature catalogue is included with the dataset. |
void |
setLanguages(java.util.Collection<? extends java.util.Locale> newValues)
Returns the language(s) used within the catalogue |
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 FeatureCatalogueDescriptionImpl()
public FeatureCatalogueDescriptionImpl(org.opengis.metadata.content.FeatureCatalogueDescription source)
Method Detail |
---|
public java.lang.Boolean isCompliant()
isCompliant
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setCompliant(java.lang.Boolean newValue)
public java.util.Collection<java.util.Locale> getLanguages()
getLanguages
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setLanguages(java.util.Collection<? extends java.util.Locale> newValues)
public boolean isIncludedWithDataset()
isIncludedWithDataset
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setIncludedWithDataset(boolean newValue)
public java.util.Collection<org.opengis.util.GenericName> getFeatureTypes()
getFeatureTypes
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setFeatureTypes(java.util.Collection<? extends org.opengis.util.GenericName> newValues)
public java.util.Collection<org.opengis.metadata.citation.Citation> getFeatureCatalogueCitations()
getFeatureCatalogueCitations
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setFeatureCatalogueCitations(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |