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