|
|||||||||||
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.DimensionImpl
Axis properties.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
DimensionImpl()
Constructs an initially empty dimension. |
|
DimensionImpl(org.opengis.metadata.spatial.DimensionNameType dimensionName,
int dimensionSize)
|
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this dimension with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
org.opengis.metadata.spatial.DimensionNameType |
getDimensionName()
Name of the axis. |
int |
getDimensionSize()
Number of elements along the axis. |
double |
getResolution()
Degree of detail in the grid dataset. |
int |
hashCode()
Returns a hash code value for this dimension. |
void |
setDimensionName(org.opengis.metadata.spatial.DimensionNameType newValue)
Set the name of the axis. |
void |
setDimensionSize(int newValue)
Set the number of elements along the axis. |
void |
setResolution(double newValue)
Set the degree of detail in the grid dataset. |
java.lang.String |
toString()
Returns a string representation of this dimension. |
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 DimensionImpl()
public DimensionImpl(org.opengis.metadata.spatial.DimensionNameType dimensionName, int dimensionSize)
Method Detail |
public org.opengis.metadata.spatial.DimensionNameType getDimensionName()
getDimensionName
in interface org.opengis.metadata.spatial.Dimension
public void setDimensionName(org.opengis.metadata.spatial.DimensionNameType newValue)
public int getDimensionSize()
getDimensionSize
in interface org.opengis.metadata.spatial.Dimension
public void setDimensionSize(int newValue)
public double getResolution()
getResolution
in interface org.opengis.metadata.spatial.Dimension
public void setResolution(double 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 |