public class DefaultFeatureCatalogueDescription extends AbstractContentInformation implements FeatureCatalogueDescription
Defined in the sis-metadata module
identifiers, LOGGER
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<GenericName> |
getFeatureTypes()
Returns the subset of feature types from cited feature catalogue occurring in dataset.
|
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 dataset.
|
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 |
setFeatureTypes(Collection<? extends GenericName> newValues)
Sets the subset of feature types from cited feature catalogue occurring in dataset.
|
void |
setIncludedWithDataset(boolean newValue)
Sets whether or not the feature catalogue is included with the dataset.
|
void |
setLanguages(Collection<? extends Locale> newValues)
Sets the language(s) used within the catalogue
|
castOrCopy
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public 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 FeatureCatalogueDescription
null
.public void setCompliant(Boolean newValue)
newValue
- The new compliance value.public Collection<Locale> getLanguages()
getLanguages
in interface FeatureCatalogueDescription
public void setLanguages(Collection<? extends Locale> newValues)
newValues
- The new languages.public boolean isIncludedWithDataset()
isIncludedWithDataset
in interface FeatureCatalogueDescription
public void setIncludedWithDataset(boolean newValue)
newValue
- true
if the feature catalogue is included.public Collection<GenericName> getFeatureTypes()
getFeatureTypes
in interface FeatureCatalogueDescription
public void setFeatureTypes(Collection<? extends GenericName> newValues)
newValues
- The new feature types.public Collection<Citation> getFeatureCatalogueCitations()
getFeatureCatalogueCitations
in interface FeatureCatalogueDescription
public void setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
newValues
- The feature catalogue citations.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.