Uses of Class
org.linuxforhealth.fhir.search.location.bounding.Bounding
-
-
Uses of Bounding in org.linuxforhealth.fhir.persistence.jdbc.util.type
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.util.type with type arguments of type Bounding Modifier and Type Method Description void
NewLocationParmBehaviorUtil. buildLocationSearchQuery(WhereFragment whereClauseSegment, java.util.List<Bounding> boundingAreas, java.lang.String paramTableAlias)
build location search query based on the bounding areas. -
Uses of Bounding in org.linuxforhealth.fhir.persistence.util
Method parameters in org.linuxforhealth.fhir.persistence.util with type arguments of type Bounding Modifier and Type Method Description protected abstract T1
AbstractQueryBuilder. buildLocationQuerySegment(java.lang.String parmName, java.util.List<Bounding> boundingAreas, java.lang.String paramTableAlias)
Deprecated.Builds a query segment for the passed parameter name using the geospatial data contained with the passed BoundingBox -
Uses of Bounding in org.linuxforhealth.fhir.search.location
Methods in org.linuxforhealth.fhir.search.location that return Bounding Modifier and Type Method Description Bounding
NearLocationHandler. createBoundingRadius(double latitude, double longitude, double distance, java.lang.String unit)
create bounding radius.Methods in org.linuxforhealth.fhir.search.location that return types with arguments of type Bounding Modifier and Type Method Description java.util.List<Bounding>
NearLocationHandler. generateLocationPositionsFromParameters(java.util.List<QueryParameter> queryParameters)
generates location positions for processing from parameters. -
Uses of Bounding in org.linuxforhealth.fhir.search.location.bounding
Subclasses of Bounding in org.linuxforhealth.fhir.search.location.bounding Modifier and Type Class Description class
BoundingBox
The maximum number of BoundedBoxes for a single coordinate is 4.
lat = 90,-90, long = 180, -180 with any boundary the result is 4 Bounded Boxes.
The bounded boxes must adhere to the following constraints:
There are four points.class
BoundingMissing
This class is used to indicate a Missing search.class
BoundingRadius
Bounding Radius takes a point as defined in radians.
-