public static class LongLat3List.Bounds.Elevations extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MinElevation_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="MaxElevation_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
maxElevationM |
protected double |
minElevationM |
| Constructor and Description |
|---|
Elevations() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxElevationM()
Gets the value of the maxElevationM property.
|
double |
getMinElevationM()
Gets the value of the minElevationM property.
|
void |
setMaxElevationM(double value)
Sets the value of the maxElevationM property.
|
void |
setMinElevationM(double value)
Sets the value of the minElevationM property.
|
protected double minElevationM
protected double maxElevationM
public double getMinElevationM()
public void setMinElevationM(double value)
public double getMaxElevationM()
public void setMaxElevationM(double value)
Copyright © 2024 Tethys. All rights reserved.