|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.content.ContentInformationImpl org.geotools.metadata.iso.content.FeatureCatalogueDescriptionImpl
Information identifying the feature catalogue.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
FeatureCatalogueDescriptionImpl()
Constructs an initially empty feature catalogue description. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this feature catalogue description with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues. |
java.util.Collection |
getFeatureTypes()
Returns the Complete bibliographic reference to one or more external feature catalogues. |
java.util.Collection |
getLanguages()
Returns the language(s) used within the catalogue |
int |
hashCode()
Returns a hash code value for this catalogue. |
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(boolean newValue)
Set whether or not the cited feature catalogue complies with ISO 19110. |
void |
setFeatureCatalogueCitations(java.util.Collection newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues. |
void |
setFeatureTypes(java.util.Collection 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 newValues)
Returns the language(s) used within the catalogue |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FeatureCatalogueDescriptionImpl()
Method Detail |
public boolean isCompliant()
isCompliant
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setCompliant(boolean newValue)
public java.util.Collection getLanguages()
getLanguages
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setLanguages(java.util.Collection newValues)
public boolean isIncludedWithDataset()
isIncludedWithDataset
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setIncludedWithDataset(boolean newValue)
public java.util.Collection getFeatureTypes()
getFeatureTypes
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setFeatureTypes(java.util.Collection newValues)
public java.util.Collection getFeatureCatalogueCitations()
getFeatureCatalogueCitations
in interface org.opengis.metadata.content.FeatureCatalogueDescription
public void setFeatureCatalogueCitations(java.util.Collection newValues)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
equals
in class ContentInformationImpl
public int hashCode()
hashCode
in class ContentInformationImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |