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