public class Geolocation extends Object
Java class for Geolocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Geolocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GeographicCoordinates" type="{}GeographicCoordinates" minOccurs="0"/>
<element name="UTMCoordinates" type="{}UTMCoordinates" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GeographicCoordinates |
geographicCoordinates
The Geographic coordinates.
|
protected UTMCoordinates |
utmCoordinates
The Utm coordinates.
|
| Constructor and Description |
|---|
Geolocation() |
| Modifier and Type | Method and Description |
|---|---|
GeographicCoordinates |
getGeographicCoordinates()
Gets the value of the geographicCoordinates property.
|
UTMCoordinates |
getUTMCoordinates()
Gets the value of the utmCoordinates property.
|
void |
setGeographicCoordinates(GeographicCoordinates value)
Sets the value of the geographicCoordinates property.
|
void |
setUTMCoordinates(UTMCoordinates value)
Sets the value of the utmCoordinates property.
|
protected GeographicCoordinates geographicCoordinates
protected UTMCoordinates utmCoordinates
public GeographicCoordinates getGeographicCoordinates()
GeographicCoordinatespublic void setGeographicCoordinates(GeographicCoordinates value)
value - allowed object is GeographicCoordinatespublic UTMCoordinates getUTMCoordinates()
UTMCoordinatespublic void setUTMCoordinates(UTMCoordinates value)
value - allowed object is UTMCoordinatesCopyright © 2022. All rights reserved.