public class WGS84TrackType extends Object
Java class for WGS84TrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WGS84TrackType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Coordinates"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Elevation_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="CoordinatesError" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Elevation_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="CoordinateBounds"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NorthWest"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="SouthEast"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Elevations" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
WGS84TrackType.CoordinateBounds
Java class for anonymous complex type.
|
static class |
WGS84TrackType.Coordinates
Java class for anonymous complex type.
|
static class |
WGS84TrackType.CoordinatesError
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected WGS84TrackType.CoordinateBounds |
coordinateBounds |
protected WGS84TrackType.Coordinates |
coordinates |
protected WGS84TrackType.CoordinatesError |
coordinatesError |
Constructor and Description |
---|
WGS84TrackType() |
Modifier and Type | Method and Description |
---|---|
WGS84TrackType.CoordinateBounds |
getCoordinateBounds()
Gets the value of the coordinateBounds property.
|
WGS84TrackType.Coordinates |
getCoordinates()
Gets the value of the coordinates property.
|
WGS84TrackType.CoordinatesError |
getCoordinatesError()
Gets the value of the coordinatesError property.
|
void |
setCoordinateBounds(WGS84TrackType.CoordinateBounds value)
Sets the value of the coordinateBounds property.
|
void |
setCoordinates(WGS84TrackType.Coordinates value)
Sets the value of the coordinates property.
|
void |
setCoordinatesError(WGS84TrackType.CoordinatesError value)
Sets the value of the coordinatesError property.
|
protected WGS84TrackType.Coordinates coordinates
protected WGS84TrackType.CoordinatesError coordinatesError
protected WGS84TrackType.CoordinateBounds coordinateBounds
public WGS84TrackType.Coordinates getCoordinates()
WGS84TrackType.Coordinates
public void setCoordinates(WGS84TrackType.Coordinates value)
value
- allowed object is
WGS84TrackType.Coordinates
public WGS84TrackType.CoordinatesError getCoordinatesError()
WGS84TrackType.CoordinatesError
public void setCoordinatesError(WGS84TrackType.CoordinatesError value)
value
- allowed object is
WGS84TrackType.CoordinatesError
public WGS84TrackType.CoordinateBounds getCoordinateBounds()
WGS84TrackType.CoordinateBounds
public void setCoordinateBounds(WGS84TrackType.CoordinateBounds value)
value
- allowed object is
WGS84TrackType.CoordinateBounds
Copyright © 2024 Tethys. All rights reserved.