public static class Ensemble.ZeroPosition 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> <group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat"/> <element name="ElevationInstrument_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
elevationInstrumentM |
protected double |
latitude |
protected double |
longitude |
Constructor and Description |
---|
ZeroPosition() |
Modifier and Type | Method and Description |
---|---|
Double |
getElevationInstrumentM()
Gets the value of the elevationInstrumentM property.
|
double |
getLatitude()
Gets the value of the latitude property.
|
double |
getLongitude()
Gets the value of the longitude property.
|
void |
setElevationInstrumentM(Double value)
Sets the value of the elevationInstrumentM property.
|
void |
setLatitude(double value)
Sets the value of the latitude property.
|
void |
setLongitude(double value)
Sets the value of the longitude property.
|
protected double longitude
protected double latitude
protected Double elevationInstrumentM
public double getLongitude()
public void setLongitude(double value)
public double getLatitude()
public void setLatitude(double value)
public Double getElevationInstrumentM()
Double
Copyright © 2024 Tethys. All rights reserved.