org.geotools.metadata.iso.spatial
Class GeometricObjectsImpl

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.GeometricObjectsImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.spatial.GeometricObjects

public class GeometricObjectsImpl
extends MetadataEntity
implements org.opengis.metadata.spatial.GeometricObjects

Number of objects, listed by geometric object type, used in the dataset.

Since:
2.1
Version:
$Id: GeometricObjectsImpl.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
GeometricObjectsImpl()
          Constructs an initially empty geometric objects.
GeometricObjectsImpl(org.opengis.metadata.spatial.GeometricObjects source)
          Constructs a metadata entity initialized with the values from the specified metadata.
GeometricObjectsImpl(org.opengis.metadata.spatial.GeometricObjectType geometricObjectType)
          Creates a geometric object initialized to the given type.
 
Method Summary
 java.lang.Integer getGeometricObjectCount()
          Total number of the point or vector object type occurring in the dataset.
 org.opengis.metadata.spatial.GeometricObjectType getGeometricObjectType()
          Total number of the point or vector object type occurring in the dataset.
 void setGeometricObjectCount(java.lang.Integer newValue)
          Set the total number of the point or vector object type occurring in the dataset.
 void setGeometricObjectType(org.opengis.metadata.spatial.GeometricObjectType newValue)
          Set the total number of the point or vector object type occurring in the dataset.
 
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

GeometricObjectsImpl

public GeometricObjectsImpl()
Constructs an initially empty geometric objects.


GeometricObjectsImpl

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

Since:
2.4

GeometricObjectsImpl

public GeometricObjectsImpl(org.opengis.metadata.spatial.GeometricObjectType geometricObjectType)
Creates a geometric object initialized to the given type.

Method Detail

getGeometricObjectType

public org.opengis.metadata.spatial.GeometricObjectType getGeometricObjectType()
Total number of the point or vector object type occurring in the dataset.

Specified by:
getGeometricObjectType in interface org.opengis.metadata.spatial.GeometricObjects

setGeometricObjectType

public void setGeometricObjectType(org.opengis.metadata.spatial.GeometricObjectType newValue)
Set the total number of the point or vector object type occurring in the dataset.


getGeometricObjectCount

public java.lang.Integer getGeometricObjectCount()
Total number of the point or vector object type occurring in the dataset.

Specified by:
getGeometricObjectCount in interface org.opengis.metadata.spatial.GeometricObjects

setGeometricObjectCount

public void setGeometricObjectCount(java.lang.Integer newValue)
Set the total number of the point or vector object type occurring in the dataset.



Copyright © 1996-2010 Geotools. All Rights Reserved.