|
||||||||||
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.extent.VerticalExtentImpl
public class VerticalExtentImpl
Vertical domain of dataset.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
VerticalExtentImpl()
Constructs an initially empty vertical extent. |
|
VerticalExtentImpl(java.lang.Double minimumValue,
java.lang.Double maximumValue,
org.opengis.referencing.crs.VerticalCRS verticalCRS)
Creates a vertical extent initialized to the specified values. |
|
VerticalExtentImpl(org.opengis.metadata.extent.VerticalExtent source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.lang.Double |
getMaximumValue()
Returns the highest vertical extent contained in the dataset. |
java.lang.Double |
getMinimumValue()
Returns the lowest vertical extent contained in the dataset. |
org.opengis.referencing.crs.VerticalCRS |
getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured. |
void |
setMaximumValue(java.lang.Double newValue)
Set the highest vertical extent contained in the dataset. |
void |
setMinimumValue(java.lang.Double newValue)
Set the lowest vertical extent contained in the dataset. |
void |
setVerticalCRS(org.opengis.referencing.crs.VerticalCRS newValue)
Set the information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured. |
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 VerticalExtentImpl()
public VerticalExtentImpl(org.opengis.metadata.extent.VerticalExtent source)
public VerticalExtentImpl(java.lang.Double minimumValue, java.lang.Double maximumValue, org.opengis.referencing.crs.VerticalCRS verticalCRS)
Method Detail |
---|
public java.lang.Double getMinimumValue()
getMinimumValue
in interface org.opengis.metadata.extent.VerticalExtent
public void setMinimumValue(java.lang.Double newValue)
public java.lang.Double getMaximumValue()
getMaximumValue
in interface org.opengis.metadata.extent.VerticalExtent
public void setMaximumValue(java.lang.Double newValue)
public org.opengis.referencing.crs.VerticalCRS getVerticalCRS()
getVerticalCRS
in interface org.opengis.metadata.extent.VerticalExtent
public void setVerticalCRS(org.opengis.referencing.crs.VerticalCRS newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |