org.geotools.metadata.iso.content
Class FeatureCatalogueDescriptionImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.content.ContentInformationImpl
                  extended by org.geotools.metadata.iso.content.FeatureCatalogueDescriptionImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.content.ContentInformation, org.opengis.metadata.content.FeatureCatalogueDescription

public class FeatureCatalogueDescriptionImpl
extends ContentInformationImpl
implements org.opengis.metadata.content.FeatureCatalogueDescription

Information identifying the feature catalogue.

Since:
2.1
Version:
$Id: FeatureCatalogueDescriptionImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
FeatureCatalogueDescriptionImpl()
          Constructs an initially empty feature catalogue description.
FeatureCatalogueDescriptionImpl(org.opengis.metadata.content.FeatureCatalogueDescription source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 java.util.Collection<org.opengis.metadata.citation.Citation> getFeatureCatalogueCitations()
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 java.util.Collection<org.opengis.util.GenericName> getFeatureTypes()
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 java.util.Collection<java.util.Locale> getLanguages()
          Returns the language(s) used within the catalogue
 java.lang.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(java.lang.Boolean newValue)
          Set whether or not the cited feature catalogue complies with ISO 19110.
 void setFeatureCatalogueCitations(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 void setFeatureTypes(java.util.Collection<? extends org.opengis.util.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(java.util.Collection<? extends java.util.Locale> newValues)
          Returns the language(s) used within the catalogue
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureCatalogueDescriptionImpl

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


FeatureCatalogueDescriptionImpl

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

Since:
2.4
Method Detail

isCompliant

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

Specified by:
isCompliant in interface org.opengis.metadata.content.FeatureCatalogueDescription

setCompliant

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


getLanguages

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

Specified by:
getLanguages in interface org.opengis.metadata.content.FeatureCatalogueDescription

setLanguages

public void setLanguages(java.util.Collection<? extends java.util.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 org.opengis.metadata.content.FeatureCatalogueDescription

setIncludedWithDataset

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


getFeatureTypes

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

Specified by:
getFeatureTypes in interface org.opengis.metadata.content.FeatureCatalogueDescription

setFeatureTypes

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


getFeatureCatalogueCitations

public java.util.Collection<org.opengis.metadata.citation.Citation> getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues.

Specified by:
getFeatureCatalogueCitations in interface org.opengis.metadata.content.FeatureCatalogueDescription

setFeatureCatalogueCitations

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



Copyright © 1996-2010 Geotools. All Rights Reserved.