Uses of Class
com.ibm.fhir.audit.cadf.CadfGeolocation.Builder
-
Packages that use CadfGeolocation.Builder Package Description com.ibm.fhir.audit.cadf -
-
Uses of CadfGeolocation.Builder in com.ibm.fhir.audit.cadf
Methods in com.ibm.fhir.audit.cadf that return CadfGeolocation.Builder Modifier and Type Method Description CadfGeolocation.Builder
CadfGeolocation.Builder. accuracy(java.lang.Double accuracy)
CadfGeolocation.Builder
CadfGeolocation.Builder. addAnnotation(CadfMapItem annotation)
CadfGeolocation.Builder
CadfGeolocation.Builder. annotations(CadfMapItem[] annotations)
Optionally set arbitrary annotations for this locationCadfGeolocation.Builder
CadfGeolocation.Builder. annotations(java.util.ArrayList<CadfMapItem> annotations)
Optionally set arbitrary annotations for this locationstatic CadfGeolocation.Builder
CadfGeolocation. builder()
CadfGeolocation.Builder
CadfGeolocation.Builder. city(java.lang.String city)
CadfGeolocation.Builder
CadfGeolocation.Builder. elevation(java.lang.Double elevation)
CadfGeolocation.Builder
CadfGeolocation.Builder. id(java.lang.String id)
Optionally set the location identifier.CadfGeolocation.Builder
CadfGeolocation.Builder. latitude(java.lang.String latitude)
CadfGeolocation.Builder
CadfGeolocation.Builder. longitude(java.lang.String longitude)
CadfGeolocation.Builder
CadfGeolocation.Builder. region(java.lang.String regionICANN)
Optionally add ICANN regioin data to the location created using latitude/longitude values.CadfGeolocation.Builder
CadfGeolocation.Builder. state(java.lang.String state)
-