| |
|
| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.spatial.GeometricObjectsImpl
GeometricObjectsImpl | public class GeometricObjectsImpl extends MetadataEntity implements GeometricObjects(Code) | | Number of objects, listed by geometric object type, used in the dataset.
version: $Id: GeometricObjectsImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | GeometricObjectsImpl() Constructs an initially empty geometric objects. | public | GeometricObjectsImpl(GeometricObjects source) Constructs a metadata entity initialized with the values from the specified metadata. | public | GeometricObjectsImpl(GeometricObjectType geometricObjectType) Creates a geometric object initialized to the given type. |
Method Summary | |
public Integer | getGeometricObjectCount() Total number of the point or vector object type occurring in the dataset. | public GeometricObjectType | getGeometricObjectType() Total number of the point or vector object type occurring in the dataset. | public synchronized void | setGeometricObjectCount(Integer newValue) Set the total number of the point or vector object type occurring in the dataset. | public synchronized void | setGeometricObjectType(GeometricObjectType newValue) Set the total number of the point or vector object type occurring in the dataset. |
GeometricObjectsImpl | public GeometricObjectsImpl()(Code) | | Constructs an initially empty geometric objects.
|
GeometricObjectsImpl | public GeometricObjectsImpl(GeometricObjects source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
GeometricObjectsImpl | public GeometricObjectsImpl(GeometricObjectType geometricObjectType)(Code) | | Creates a geometric object initialized to the given type.
|
getGeometricObjectCount | public Integer getGeometricObjectCount()(Code) | | Total number of the point or vector object type occurring in the dataset.
|
getGeometricObjectType | public GeometricObjectType getGeometricObjectType()(Code) | | Total number of the point or vector object type occurring in the dataset.
|
setGeometricObjectCount | public synchronized void setGeometricObjectCount(Integer newValue)(Code) | | Set the total number of the point or vector object type occurring in the dataset.
|
setGeometricObjectType | public synchronized void setGeometricObjectType(GeometricObjectType newValue)(Code) | | Set the total number of the point or vector object type occurring in the dataset.
|
|
|
|