|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.spatial.GeometricObjectsImpl
Number of objects, listed by geometric object type, used in the dataset.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
GeometricObjectsImpl()
Constructs an initially empty geometric objects. |
|
GeometricObjectsImpl(org.opengis.metadata.spatial.GeometricObjectType geometricObjectType)
Creates a geometric object initialized to the given type. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this geometric objects with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
int |
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. |
int |
hashCode()
Returns a hash code value for this object. |
void |
setGeometricObjectCount(int 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. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GeometricObjectsImpl()
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 int getGeometricObjectCount()
getGeometricObjectCount
in interface org.opengis.metadata.spatial.GeometricObjects
public void setGeometricObjectCount(int newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |