org.geotools.metadata.iso
Class FeatureTypeListImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by FeatureTypeListImpl
All Implemented Interfaces:
Serializable, Cloneable, FeatureTypeList

public class FeatureTypeListImpl
extends MetadataEntity
implements FeatureTypeList

List of names of feature types with the same spatial representation (same as spatial attributes).

Since:
2.1
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form
Module:

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
FeatureTypeListImpl()
          Construct an initially empty feature type list.
FeatureTypeListImpl(FeatureTypeList source)
          Constructs a metadata entity initialized with the values from the specified metadata.
FeatureTypeListImpl(String spatialObject, String spatialSchemaName)
          Creates a feature type list initialized to the given values.
 
Method Summary
 String getSpatialObject()
          Instance of a type defined in the spatial schema.
 String getSpatialSchemaName()
          Name of the spatial schema used.
 void setSpatialObject(String newValue)
          Set the instance of a type defined in the spatial schema.
 void setSpatialSchemaName(String newValue)
          Set the name of the spatial schema used.
 
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

FeatureTypeListImpl

public FeatureTypeListImpl()
Construct an initially empty feature type list.


FeatureTypeListImpl

public FeatureTypeListImpl(FeatureTypeList source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

FeatureTypeListImpl

public FeatureTypeListImpl(String spatialObject,
                           String spatialSchemaName)
Creates a feature type list initialized to the given values.

Method Detail

getSpatialObject

public String getSpatialObject()
Instance of a type defined in the spatial schema.

Specified by:
getSpatialObject in interface FeatureTypeList

setSpatialObject

public void setSpatialObject(String newValue)
Set the instance of a type defined in the spatial schema.


getSpatialSchemaName

public String getSpatialSchemaName()
Name of the spatial schema used.

Specified by:
getSpatialSchemaName in interface FeatureTypeList

setSpatialSchemaName

public void setSpatialSchemaName(String newValue)
Set the name of the spatial schema used.



Copyright © 1996-2009 Geotools. All Rights Reserved.