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