org.geotools.metadata.iso.spatial
Class VectorSpatialRepresentationImpl

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.spatial.SpatialRepresentationImpl
                  extended by org.geotools.metadata.iso.spatial.VectorSpatialRepresentationImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.spatial.SpatialRepresentation, org.opengis.metadata.spatial.VectorSpatialRepresentation

public class VectorSpatialRepresentationImpl
extends SpatialRepresentationImpl
implements org.opengis.metadata.spatial.VectorSpatialRepresentation

Information about the vector spatial objects in the dataset.

Since:
2.1
Version:
$Id: VectorSpatialRepresentationImpl.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
VectorSpatialRepresentationImpl()
          Constructs an initially empty vector spatial representation.
VectorSpatialRepresentationImpl(org.opengis.metadata.spatial.VectorSpatialRepresentation source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 java.util.Collection<org.opengis.metadata.spatial.GeometricObjects> getGeometricObjects()
          Information about the geometric objects used in the dataset.
 org.opengis.metadata.spatial.TopologyLevel getTopologyLevel()
          Code which identifies the degree of complexity of the spatial relationships.
 void setGeometricObjects(java.util.Collection<? extends org.opengis.metadata.spatial.GeometricObjects> newValues)
          Set information about the geometric objects used in the dataset.
 void setTopologyLevel(org.opengis.metadata.spatial.TopologyLevel newValue)
          Set the code which identifies the degree of complexity of the spatial relationships.
 
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

VectorSpatialRepresentationImpl

public VectorSpatialRepresentationImpl()
Constructs an initially empty vector spatial representation.


VectorSpatialRepresentationImpl

public VectorSpatialRepresentationImpl(org.opengis.metadata.spatial.VectorSpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4
Method Detail

getTopologyLevel

public org.opengis.metadata.spatial.TopologyLevel getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships.

Specified by:
getTopologyLevel in interface org.opengis.metadata.spatial.VectorSpatialRepresentation

setTopologyLevel

public void setTopologyLevel(org.opengis.metadata.spatial.TopologyLevel newValue)
Set the code which identifies the degree of complexity of the spatial relationships.


getGeometricObjects

public java.util.Collection<org.opengis.metadata.spatial.GeometricObjects> getGeometricObjects()
Information about the geometric objects used in the dataset.

Specified by:
getGeometricObjects in interface org.opengis.metadata.spatial.VectorSpatialRepresentation

setGeometricObjects

public void setGeometricObjects(java.util.Collection<? extends org.opengis.metadata.spatial.GeometricObjects> newValues)
Set information about the geometric objects used in the dataset.



Copyright © 1996-2010 Geotools. All Rights Reserved.