Uses of Class
org.linuxforhealth.fhir.search.location.bounding.BoundingBox
-
Packages that use BoundingBox Package Description org.linuxforhealth.fhir.persistence.jdbc.util.type org.linuxforhealth.fhir.search.location org.linuxforhealth.fhir.search.location.bounding -
-
Uses of BoundingBox in org.linuxforhealth.fhir.persistence.jdbc.util.type
Methods in org.linuxforhealth.fhir.persistence.jdbc.util.type with parameters of type BoundingBox Modifier and Type Method Description void
NewLocationParmBehaviorUtil. buildQueryForBoundingBox(WhereFragment whereClauseSegment, BoundingBox boundingBox, java.lang.String paramTableAlias)
build query for bounding box. -
Uses of BoundingBox in org.linuxforhealth.fhir.search.location
Methods in org.linuxforhealth.fhir.search.location that return BoundingBox Modifier and Type Method Description BoundingBox
NearLocationHandler. createBoundingBox(double latitude, double longitude, double distance, java.lang.String unit)
build a bounding box given a latitude, longitude and distance. -
Uses of BoundingBox in org.linuxforhealth.fhir.search.location.bounding
Methods in org.linuxforhealth.fhir.search.location.bounding that return BoundingBox Modifier and Type Method Description BoundingBox
BoundingBox.Builder. build()
-