public class FeatureCatalogueDescriptionImpl extends ContentInformationImpl implements FeatureCatalogueDescription
LOGGER
Constructor and Description |
---|
FeatureCatalogueDescriptionImpl()
Constructs an initially empty feature catalogue description.
|
FeatureCatalogueDescriptionImpl(FeatureCatalogueDescription source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<Citation> |
getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
Collection<GenericName> |
getFeatureTypes()
Returns the Complete bibliographic reference to one or more external feature
catalogues.
|
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)
Set whether or not the cited feature catalogue complies with ISO 19110.
|
void |
setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
void |
setFeatureTypes(Collection<? extends 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(Collection<? extends Locale> newValues)
Returns the language(s) used within the catalogue
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public FeatureCatalogueDescriptionImpl()
public FeatureCatalogueDescriptionImpl(FeatureCatalogueDescription source)
public Boolean isCompliant()
isCompliant
in interface FeatureCatalogueDescription
null
.public void setCompliant(Boolean newValue)
public Collection<Locale> getLanguages()
getLanguages
in interface FeatureCatalogueDescription
public void setLanguages(Collection<? extends Locale> newValues)
public boolean isIncludedWithDataset()
isIncludedWithDataset
in interface FeatureCatalogueDescription
public void setIncludedWithDataset(boolean newValue)
public Collection<GenericName> getFeatureTypes()
getFeatureTypes
in interface FeatureCatalogueDescription
public void setFeatureTypes(Collection<? extends GenericName> newValues)
public Collection<Citation> getFeatureCatalogueCitations()
getFeatureCatalogueCitations
in interface FeatureCatalogueDescription
public void setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
Copyright © 1996–2023 Geotools. All rights reserved.