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