public static class LocalizationType.UTM 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="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}UTMCoordinateType"/> <element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}UTMCoordinateType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected UTMCoordinateType |
coordinate |
protected UTMCoordinateType |
coordinateError |
Constructor and Description |
---|
UTM() |
Modifier and Type | Method and Description |
---|---|
UTMCoordinateType |
getCoordinate()
Gets the value of the coordinate property.
|
UTMCoordinateType |
getCoordinateError()
Gets the value of the coordinateError property.
|
void |
setCoordinate(UTMCoordinateType value)
Sets the value of the coordinate property.
|
void |
setCoordinateError(UTMCoordinateType value)
Sets the value of the coordinateError property.
|
protected UTMCoordinateType coordinate
protected UTMCoordinateType coordinateError
public UTMCoordinateType getCoordinate()
UTMCoordinateType
public void setCoordinate(UTMCoordinateType value)
value
- allowed object is
UTMCoordinateType
public UTMCoordinateType getCoordinateError()
UTMCoordinateType
public void setCoordinateError(UTMCoordinateType value)
value
- allowed object is
UTMCoordinateType
Copyright © 2024 Tethys. All rights reserved.