|
|||||||||||
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.extent.VerticalExtentImpl
Vertical domain of dataset.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
VerticalExtentImpl()
Constructs an initially empty vertical extent. |
|
VerticalExtentImpl(double minimumValue,
double maximumValue,
javax.units.Unit unit,
org.opengis.referencing.datum.VerticalDatum verticalDatum)
Creates a vertical extent initialized to the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this vertical extent with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
double |
getMaximumValue()
Returns the highest vertical extent contained in the dataset. |
double |
getMinimumValue()
Returns the lowest vertical extent contained in the dataset. |
javax.units.Unit |
getUnit()
Returns the vertical units used for vertical extent information. |
org.opengis.referencing.datum.VerticalDatum |
getVerticalDatum()
Provides information about the origin from which the maximum and minimum elevation values are measured. |
int |
hashCode()
Returns a hash code value for this extent. |
void |
setMaximumValue(double newValue)
Set the highest vertical extent contained in the dataset. |
void |
setMinimumValue(double newValue)
Set the lowest vertical extent contained in the dataset. |
void |
setUnit(javax.units.Unit newValue)
Set the vertical units used for vertical extent information. |
void |
setVerticalDatum(org.opengis.referencing.datum.VerticalDatum newValue)
Set information about the origin from which the maximum and minimum elevation values are measured. |
java.lang.String |
toString()
Returns a string representation of this extent. |
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 VerticalExtentImpl()
public VerticalExtentImpl(double minimumValue, double maximumValue, javax.units.Unit unit, org.opengis.referencing.datum.VerticalDatum verticalDatum)
Method Detail |
public double getMinimumValue()
getMinimumValue
in interface org.opengis.metadata.extent.VerticalExtent
public void setMinimumValue(double newValue)
public double getMaximumValue()
getMaximumValue
in interface org.opengis.metadata.extent.VerticalExtent
public void setMaximumValue(double newValue)
public javax.units.Unit getUnit()
getUnit
in interface org.opengis.metadata.extent.VerticalExtent
public void setUnit(javax.units.Unit newValue)
public org.opengis.referencing.datum.VerticalDatum getVerticalDatum()
getVerticalDatum
in interface org.opengis.metadata.extent.VerticalExtent
public void setVerticalDatum(org.opengis.referencing.datum.VerticalDatum 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 |