public static class Location.Position extends BaseIdentifiableElement implements IResourceBlock
Definition: The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML)
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
BigDecimal |
getAltitude()
Gets the value(s) for altitude ().
|
DecimalDt |
getAltitudeElement()
Gets the value(s) for altitude ().
|
BigDecimal |
getLatitude()
Gets the value(s) for latitude ().
|
DecimalDt |
getLatitudeElement()
Gets the value(s) for latitude ().
|
BigDecimal |
getLongitude()
Gets the value(s) for longitude ().
|
DecimalDt |
getLongitudeElement()
Gets the value(s) for longitude ().
|
boolean |
isEmpty() |
Location.Position |
setAltitude(BigDecimal theValue)
Sets the value for altitude ()
|
Location.Position |
setAltitude(DecimalDt theValue)
Sets the value(s) for altitude ()
|
Location.Position |
setAltitude(double theValue)
Sets the value for altitude ()
|
Location.Position |
setAltitude(long theValue)
Sets the value for altitude ()
|
Location.Position |
setLatitude(BigDecimal theValue)
Sets the value for latitude ()
|
Location.Position |
setLatitude(DecimalDt theValue)
Sets the value(s) for latitude ()
|
Location.Position |
setLatitude(double theValue)
Sets the value for latitude ()
|
Location.Position |
setLatitude(long theValue)
Sets the value for latitude ()
|
Location.Position |
setLongitude(BigDecimal theValue)
Sets the value for longitude ()
|
Location.Position |
setLongitude(DecimalDt theValue)
Sets the value(s) for longitude ()
|
Location.Position |
setLongitude(double theValue)
Sets the value for longitude ()
|
Location.Position |
setLongitude(long theValue)
Sets the value for longitude ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Position()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic DecimalDt getLongitudeElement()
null.
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public BigDecimal getLongitude()
null.
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(DecimalDt theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(long theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(double theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(BigDecimal theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public DecimalDt getLatitudeElement()
null.
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public BigDecimal getLatitude()
null.
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(DecimalDt theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(long theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(double theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(BigDecimal theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public DecimalDt getAltitudeElement()
null.
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public BigDecimal getAltitude()
null.
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(DecimalDt theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(long theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(double theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(BigDecimal theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
Copyright © 2014–2016 University Health Network. All rights reserved.