public class DefaultFeatureCatalogueDescription extends AbstractContentInformation implements FeatureCatalogueDescription
MD_FeatureCatalogueDescription
├─includedWithDataset………………… Indication of whether or not the feature catalogue is included with the dataset.
└─featureCatalogueCitation…… Complete bibliographic reference to one or more external feature catalogues.
├─title…………………………………………… Name by which the cited resource is known.
└─date……………………………………………… Reference date for the cited resource.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultFeatureCatalogueDescription()
Constructs an initially empty feature catalogue description.
|
DefaultFeatureCatalogueDescription(FeatureCatalogueDescription object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultFeatureCatalogueDescription |
castOrCopy(FeatureCatalogueDescription object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Collection<Citation> |
getFeatureCatalogueCitations()
Returns the complete bibliographic reference to one or more external feature catalogues.
|
Collection<DefaultFeatureTypeInfo> |
getFeatureTypeInfo()
Returns the subset of feature types from cited feature catalogue occurring in resource.
|
Collection<GenericName> |
getFeatureTypes()
Deprecated.
As of ISO 19115:2014, replaced by
getFeatureTypeInfo(). |
Collection<Locale> |
getLanguages()
Returns the language(s) used within the 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 resource.
|
void |
setCompliant(Boolean newValue)
Sets whether or not the cited feature catalogue complies with ISO 19110.
|
void |
setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
Sets the complete bibliographic reference to one or more external feature catalogues.
|
void |
setFeatureTypeInfo(Collection<? extends DefaultFeatureTypeInfo> newValues)
Sets the subset of feature types from cited feature catalogue occurring in resource.
|
void |
setFeatureTypes(Collection<? extends GenericName> newValues)
Deprecated.
As of ISO 19115:2014, replaced by
setFeatureTypeInfo(Collection). |
void |
setIncludedWithDataset(boolean newValue)
Sets whether or not the feature catalogue is included with the resource.
|
void |
setLanguages(Collection<? extends Locale> newValues)
Sets the language(s) used within the catalogue
|
castOrCopyfreeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultFeatureCatalogueDescription()
public DefaultFeatureCatalogueDescription(FeatureCatalogueDescription object)
object - the metadata to copy values from, or null if none.castOrCopy(FeatureCatalogueDescription)public static DefaultFeatureCatalogueDescription castOrCopy(FeatureCatalogueDescription object)
null, then this method returns null.DefaultFeatureCatalogueDescription, then it is returned unchanged.DefaultFeatureCatalogueDescription instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public Boolean isCompliant()
isCompliant in interface FeatureCatalogueDescriptionnull.public void setCompliant(Boolean newValue)
newValue - the new compliance value.public Collection<Locale> getLanguages()
getLanguages in interface FeatureCatalogueDescriptionpublic void setLanguages(Collection<? extends Locale> newValues)
newValues - the new languages.public boolean isIncludedWithDataset()
isIncludedWithDataset in interface FeatureCatalogueDescriptionpublic void setIncludedWithDataset(boolean newValue)
newValue - true if the feature catalogue is included.@UML(identifier="featureTypes", obligation=OPTIONAL, specification=ISO_19115) public Collection<DefaultFeatureTypeInfo> getFeatureTypeInfo()
FeatureTypeInfo interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
public void setFeatureTypeInfo(Collection<? extends DefaultFeatureTypeInfo> newValues)
FeatureTypeInfo interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValues - the new feature types.@Deprecated public final Collection<GenericName> getFeatureTypes()
getFeatureTypeInfo().getFeatureTypes in interface FeatureCatalogueDescription@Deprecated public void setFeatureTypes(Collection<? extends GenericName> newValues)
setFeatureTypeInfo(Collection).newValues - the new feature type names.public Collection<Citation> getFeatureCatalogueCitations()
getFeatureCatalogueCitations in interface FeatureCatalogueDescriptionpublic void setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
newValues - the feature catalogue citations.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.