public class VerticalExtent extends Object
| Constructor and Description |
|---|
VerticalExtent()
Constructor
|
VerticalExtent(double minimumHeight,
double maximumHeight)
Constructor
|
VerticalExtent(double minimumHeight,
double maximumHeight,
Unit unit)
Constructor
|
VerticalExtent(String minimumHeight,
String maximumHeight)
Constructor
|
VerticalExtent(String minimumHeight,
String maximumHeight,
Unit unit)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getMaximumHeight()
Get the maximum height
|
String |
getMaximumHeightText()
Get the maximum height text
|
double |
getMinimumHeight()
Get the minimum height
|
String |
getMinimumHeightText()
Get the minimum height text
|
Unit |
getUnit()
Get the unit (length)
|
int |
hashCode() |
boolean |
hasUnit()
Has a unit (length)
|
void |
setMaximumHeight(double maximumHeight)
Set the maximum height
|
void |
setMaximumHeight(String maximumHeight)
Set the maximum height
|
void |
setMinimumHeight(double minimumHeight)
Set the minimum height
|
void |
setMinimumHeight(String minimumHeight)
Set the minimum height
|
void |
setUnit(Unit unit)
Set the unit (length)
|
String |
toString() |
public VerticalExtent()
public VerticalExtent(double minimumHeight,
double maximumHeight)
minimumHeight - minimum heightmaximumHeight - maximum heightpublic VerticalExtent(String minimumHeight, String maximumHeight)
minimumHeight - minimum heightmaximumHeight - maximum heightpublic VerticalExtent(double minimumHeight,
double maximumHeight,
Unit unit)
minimumHeight - minimum heightmaximumHeight - maximum heightunit - unit (length)public double getMinimumHeight()
public String getMinimumHeightText()
public void setMinimumHeight(double minimumHeight)
minimumHeight - minimum heightpublic void setMinimumHeight(String minimumHeight)
minimumHeight - minimum heightpublic double getMaximumHeight()
public String getMaximumHeightText()
public void setMaximumHeight(double maximumHeight)
maximumHeight - maximum heightpublic void setMaximumHeight(String maximumHeight)
maximumHeight - maximum heightpublic Unit getUnit()
public boolean hasUnit()
public void setUnit(Unit unit)
unit - unit (length)Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.