org.opengis.metadata.content
Interface FeatureCatalogueDescription
-
- All Superinterfaces:
- ContentInformation
@UML(identifier="MD_FeatureCatalogueDescription", specification=ISO_19115) public interface FeatureCatalogueDescription extends ContentInformation
Information identifying the feature catalogue.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.Collection<Citation>getFeatureCatalogueCitations()Complete bibliographic reference to one or more external feature catalogues.java.util.Collection<GenericName>getFeatureTypes()Subset of feature types from cited feature catalogue occurring in dataset.java.util.Collection<java.util.Locale>getLanguages()Language(s) used within the cataloguebooleanisCompliant()Indication of whether or not the cited feature catalogue complies with ISO 19110.booleanisIncludedWithDataset()Indication of whether or not the feature catalogue is included with the dataset.
-
-
-
Method Detail
-
isCompliant
@UML(identifier="complianceCode", obligation=OPTIONAL, specification=ISO_19115) boolean isCompliant()
Indication of whether or not the cited feature catalogue complies with ISO 19110.
-
getLanguages
@UML(identifier="language", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<java.util.Locale> getLanguages()
Language(s) used within the catalogue
-
isIncludedWithDataset
@UML(identifier="includedWithDataset", obligation=MANDATORY, specification=ISO_19115) boolean isIncludedWithDataset()
Indication of whether or not the feature catalogue is included with the dataset.
-
getFeatureTypes
@UML(identifier="featureTypes", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<GenericName> getFeatureTypes()
Subset of feature types from cited feature catalogue occurring in dataset.
-
getFeatureCatalogueCitations
@UML(identifier="featureCatalogueCitation", obligation=MANDATORY, specification=ISO_19115) java.util.Collection<Citation> getFeatureCatalogueCitations()
Complete bibliographic reference to one or more external feature catalogues.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG