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