|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.spatial.GeometricObjectsImpl
public class GeometricObjectsImpl
Number of objects, listed by geometric object type, used in the dataset.
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 |
---|
public GeometricObjectsImpl()
public GeometricObjectsImpl(org.opengis.metadata.spatial.GeometricObjects source)
public GeometricObjectsImpl(org.opengis.metadata.spatial.GeometricObjectType geometricObjectType)
Method Detail |
---|
public org.opengis.metadata.spatial.GeometricObjectType getGeometricObjectType()
getGeometricObjectType
in interface org.opengis.metadata.spatial.GeometricObjects
public void setGeometricObjectType(org.opengis.metadata.spatial.GeometricObjectType newValue)
public java.lang.Integer getGeometricObjectCount()
getGeometricObjectCount
in interface org.opengis.metadata.spatial.GeometricObjects
public void setGeometricObjectCount(java.lang.Integer newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |