Uses of Class
com.ibm.fhir.search.location.bounding.Bounding
-
-
Uses of Bounding in com.ibm.fhir.persistence.jdbc.util
Method parameters in com.ibm.fhir.persistence.jdbc.util with type arguments of type Bounding Modifier and Type Method Description protected SqlQueryDataJDBCQueryBuilder. buildLocationQuerySegment(String parmName, List<Bounding> boundingAreas, String paramTableAlias) -
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 voidNewLocationParmBehaviorUtil. 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 T1AbstractQueryBuilder. buildLocationQuerySegment(String parmName, List<Bounding> boundingAreas, String paramTableAlias)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 BoundingNearLocationHandler. 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 classBoundingBoxThe 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.classBoundingMissingThis class is used to indicate a Missing search.classBoundingRadiusBounding Radius takes a point as defined in radians.
-