|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
GeometricObjectsImpl
public class GeometricObjectsImpl
Number of objects, listed by geometric object type, used in the dataset.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeometricObjectsImpl()
public GeometricObjectsImpl(GeometricObjects source)
public GeometricObjectsImpl(GeometricObjectType geometricObjectType)
Method Detail |
---|
public GeometricObjectType getGeometricObjectType()
getGeometricObjectType
in interface GeometricObjects
public void setGeometricObjectType(GeometricObjectType newValue)
public Integer getGeometricObjectCount()
getGeometricObjectCount
in interface GeometricObjects
public void setGeometricObjectCount(Integer newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |