public class GeometricObjectsImpl extends MetadataEntity implements GeometricObjects
LOGGER| Constructor and Description |
|---|
GeometricObjectsImpl()
Constructs an initially empty geometric objects.
|
GeometricObjectsImpl(GeometricObjects source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
GeometricObjectsImpl(GeometricObjectType geometricObjectType)
Creates a geometric object initialized to the given type.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getGeometricObjectCount()
Total number of the point or vector object type occurring in the dataset.
|
GeometricObjectType |
getGeometricObjectType()
Total number of the point or vector object type occurring in the dataset.
|
void |
setGeometricObjectCount(Integer newValue)
Set the total number of the point or vector object type occurring in the dataset.
|
void |
setGeometricObjectType(GeometricObjectType newValue)
Set the total number of the point or vector object type occurring in the dataset.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic GeometricObjectsImpl()
public GeometricObjectsImpl(GeometricObjects source)
public GeometricObjectsImpl(GeometricObjectType geometricObjectType)
public GeometricObjectType getGeometricObjectType()
getGeometricObjectType in interface GeometricObjectspublic void setGeometricObjectType(GeometricObjectType newValue)
public Integer getGeometricObjectCount()
getGeometricObjectCount in interface GeometricObjectsnull.public void setGeometricObjectCount(Integer newValue)
Copyright © 1996–2019 Geotools. All rights reserved.