org.geotools.metadata.iso
Class FeatureCatalogueDescriptionImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by ContentInformationImpl
                  extended by FeatureCatalogueDescriptionImpl
All Implemented Interfaces:
Serializable, Cloneable, ContentInformation, FeatureCatalogueDescription

public class FeatureCatalogueDescriptionImpl
extends ContentInformationImpl
implements FeatureCatalogueDescription

Location of the responsible individual or organization.

Since:
2.1
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form
Module:
modules/library/metadata (gt-metadata.jar)

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
FeatureCatalogueDescriptionImpl()
          Construct an initially empty feature catalogue description.
FeatureCatalogueDescriptionImpl(FeatureCatalogueDescription source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 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
 
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureCatalogueDescriptionImpl

public FeatureCatalogueDescriptionImpl()
Construct an initially empty feature catalogue description.


FeatureCatalogueDescriptionImpl

public FeatureCatalogueDescriptionImpl(FeatureCatalogueDescription source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4
Method Detail

isCompliant

public Boolean isCompliant()
Returns whether or not the cited feature catalogue complies with ISO 19110.

Specified by:
isCompliant in interface FeatureCatalogueDescription

setCompliant

public void setCompliant(Boolean newValue)
Set whether or not the cited feature catalogue complies with ISO 19110.


getLanguages

public Collection<Locale> getLanguages()
Returns the language(s) used within the catalogue

Specified by:
getLanguages in interface FeatureCatalogueDescription

setLanguages

public void setLanguages(Collection<? extends Locale> newValues)
Returns the language(s) used within the catalogue


isIncludedWithDataset

public boolean isIncludedWithDataset()
Returns whether or not the feature catalogue is included with the dataset.

Specified by:
isIncludedWithDataset in interface FeatureCatalogueDescription

setIncludedWithDataset

public void setIncludedWithDataset(Boolean newValue)
Set whether or not the feature catalogue is included with the dataset.


getFeatureTypes

public Collection<GenericName> getFeatureTypes()
Returns the Complete bibliographic reference to one or more external feature catalogues.

Specified by:
getFeatureTypes in interface FeatureCatalogueDescription

setFeatureTypes

public void setFeatureTypes(Collection<? extends GenericName> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues.


getFeatureCatalogueCitations

public Collection<Citation> getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues.

Specified by:
getFeatureCatalogueCitations in interface FeatureCatalogueDescription

setFeatureCatalogueCitations

public void setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues.



Copyright © 1996-2009 Geotools. All Rights Reserved.