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, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public GeometricObjectsImpl()
public GeometricObjectsImpl(GeometricObjects source)
public GeometricObjectsImpl(GeometricObjectType geometricObjectType)
public GeometricObjectType getGeometricObjectType()
getGeometricObjectType
in interface GeometricObjects
public void setGeometricObjectType(GeometricObjectType newValue)
public Integer getGeometricObjectCount()
getGeometricObjectCount
in interface GeometricObjects
null
.public void setGeometricObjectCount(Integer newValue)
Copyright © 1996–2019 Geotools. All rights reserved.