Uses of Class
com.ibm.fhir.search.location.bounding.Bounding
-
Packages that use Bounding Package Description com.ibm.fhir.persistence.jdbc.util.type com.ibm.fhir.persistence.util com.ibm.fhir.search.location com.ibm.fhir.search.location.bounding -
-
Uses of Bounding in com.ibm.fhir.persistence.jdbc.util.type
Method parameters in com.ibm.fhir.persistence.jdbc.util.type with type arguments of type Bounding Modifier and Type Method Description void
NewLocationParmBehaviorUtil. buildLocationSearchQuery(WhereFragment whereClauseSegment, List<Bounding> boundingAreas, String paramTableAlias)
build location search query based on the bounding areas. -
Uses of Bounding in com.ibm.fhir.persistence.util
Method parameters in com.ibm.fhir.persistence.util with type arguments of type Bounding Modifier and Type Method Description protected abstract T1
AbstractQueryBuilder. buildLocationQuerySegment(String parmName, List<Bounding> boundingAreas, 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 com.ibm.fhir.search.location
Methods in com.ibm.fhir.search.location that return Bounding Modifier and Type Method Description Bounding
NearLocationHandler. createBoundingRadius(double latitude, double longitude, double distance, String unit)
create bounding radius.Methods in com.ibm.fhir.search.location that return types with arguments of type Bounding Modifier and Type Method Description List<Bounding>
NearLocationHandler. generateLocationPositionsFromParameters(List<QueryParameter> queryParameters)
generates location positions for processing from parameters. -
Uses of Bounding in com.ibm.fhir.search.location.bounding
Subclasses of Bounding in com.ibm.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.
-