
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Location.Position
Packages that use Location.Position
-
Uses of Location.Position in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Location.PositionModifier and TypeMethodDescriptionLocation.getPosition()
Gets the value(s) for position ().Location.Position.setAltitude
(double theValue) Sets the value for altitude ()Location.Position.setAltitude
(long theValue) Sets the value for altitude ()Location.Position.setAltitude
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for altitude ()Location.Position.setAltitude
(BigDecimal theValue) Sets the value for altitude ()Location.Position.setLatitude
(double theValue) Sets the value for latitude ()Location.Position.setLatitude
(long theValue) Sets the value for latitude ()Location.Position.setLatitude
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for latitude ()Location.Position.setLatitude
(BigDecimal theValue) Sets the value for latitude ()Location.Position.setLongitude
(double theValue) Sets the value for longitude ()Location.Position.setLongitude
(long theValue) Sets the value for longitude ()Location.Position.setLongitude
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for longitude ()Location.Position.setLongitude
(BigDecimal theValue) Sets the value for longitude ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Location.PositionModifier and TypeMethodDescriptionLocation.setPosition
(Location.Position theValue) Sets the value(s) for position ()