|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
VerticalExtentImpl
public class VerticalExtentImpl
Vertical domain of dataset.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
VerticalExtentImpl()
Constructs an initially empty vertical extent. |
|
VerticalExtentImpl(Double minimumValue,
Double maximumValue,
VerticalCRS verticalCRS)
Creates a vertical extent initialized to the specified values. |
|
VerticalExtentImpl(VerticalExtent source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Double |
getMaximumValue()
Returns the highest vertical extent contained in the dataset. |
Double |
getMinimumValue()
Returns the lowest vertical extent contained in the dataset. |
VerticalCRS |
getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured. |
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 |
setVerticalCRS(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 MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VerticalExtentImpl()
public VerticalExtentImpl(VerticalExtent source)
public VerticalExtentImpl(Double minimumValue, Double maximumValue, VerticalCRS verticalCRS)
Method Detail |
---|
public Double getMinimumValue()
getMinimumValue
in interface VerticalExtent
public void setMinimumValue(Double newValue)
public Double getMaximumValue()
getMaximumValue
in interface VerticalExtent
public void setMaximumValue(Double newValue)
public VerticalCRS getVerticalCRS()
getVerticalCRS
in interface VerticalExtent
public void setVerticalCRS(VerticalCRS newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |