public class VerticalExtentImpl extends MetadataEntity implements VerticalExtent
LOGGER| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic VerticalExtentImpl()
public VerticalExtentImpl(VerticalExtent source)
public VerticalExtentImpl(Double minimumValue, Double maximumValue, VerticalCRS verticalCRS)
public Double getMinimumValue()
getMinimumValue in interface VerticalExtentpublic void setMinimumValue(Double newValue)
public Double getMaximumValue()
getMaximumValue in interface VerticalExtentpublic void setMaximumValue(Double newValue)
public VerticalCRS getVerticalCRS()
getVerticalCRS in interface VerticalExtentpublic void setVerticalCRS(VerticalCRS newValue)
Copyright © 1996–2019 Geotools. All rights reserved.