public static class CartesianTrackType.CoordinateBounds 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CartesianTrackType.CoordinateBounds.Elevations
Java class for anonymous complex type.
|
static class |
CartesianTrackType.CoordinateBounds.NorthWest
Java class for anonymous complex type.
|
static class |
CartesianTrackType.CoordinateBounds.SouthEast
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CartesianTrackType.CoordinateBounds.Elevations |
elevations |
protected CartesianTrackType.CoordinateBounds.NorthWest |
northWest |
protected CartesianTrackType.CoordinateBounds.SouthEast |
southEast |
| Constructor and Description |
|---|
CoordinateBounds() |
| Modifier and Type | Method and Description |
|---|---|
CartesianTrackType.CoordinateBounds.Elevations |
getElevations()
Gets the value of the elevations property.
|
CartesianTrackType.CoordinateBounds.NorthWest |
getNorthWest()
Gets the value of the northWest property.
|
CartesianTrackType.CoordinateBounds.SouthEast |
getSouthEast()
Gets the value of the southEast property.
|
void |
setElevations(CartesianTrackType.CoordinateBounds.Elevations value)
Sets the value of the elevations property.
|
void |
setNorthWest(CartesianTrackType.CoordinateBounds.NorthWest value)
Sets the value of the northWest property.
|
void |
setSouthEast(CartesianTrackType.CoordinateBounds.SouthEast value)
Sets the value of the southEast property.
|
protected CartesianTrackType.CoordinateBounds.NorthWest northWest
protected CartesianTrackType.CoordinateBounds.SouthEast southEast
protected CartesianTrackType.CoordinateBounds.Elevations elevations
public CartesianTrackType.CoordinateBounds.NorthWest getNorthWest()
CartesianTrackType.CoordinateBounds.NorthWestpublic void setNorthWest(CartesianTrackType.CoordinateBounds.NorthWest value)
value - allowed object is
CartesianTrackType.CoordinateBounds.NorthWestpublic CartesianTrackType.CoordinateBounds.SouthEast getSouthEast()
CartesianTrackType.CoordinateBounds.SouthEastpublic void setSouthEast(CartesianTrackType.CoordinateBounds.SouthEast value)
value - allowed object is
CartesianTrackType.CoordinateBounds.SouthEastpublic CartesianTrackType.CoordinateBounds.Elevations getElevations()
CartesianTrackType.CoordinateBounds.Elevationspublic void setElevations(CartesianTrackType.CoordinateBounds.Elevations value)
value - allowed object is
CartesianTrackType.CoordinateBounds.ElevationsCopyright © 2024 Tethys. All rights reserved.