Uses of Class
ca.uhn.fhir.jpa.search.builder.predicate.CoordsPredicateBuilder
Package
Description
-
Uses of CoordsPredicateBuilder in ca.uhn.fhir.jpa.config
Modifier and TypeMethodDescriptionJpaConfig.newCoordsPredicateBuilder
(SearchQueryBuilder theSearchBuilder) -
Uses of CoordsPredicateBuilder in ca.uhn.fhir.jpa.search.builder.predicate
Modifier and TypeMethodDescriptioncom.healthmarketscience.sqlbuilder.Condition
CoordsPredicateBuilder.createPredicateCoords
(SearchParameterMap theParams, ca.uhn.fhir.model.api.IQueryParameterType theParam, String theResourceName, ca.uhn.fhir.context.RuntimeSearchParam theSearchParam, CoordsPredicateBuilder theFrom, RequestPartitionId theRequestPartitionId) -
Uses of CoordsPredicateBuilder in ca.uhn.fhir.jpa.search.builder.sql
Modifier and TypeMethodDescriptionSearchQueryBuilder.addCoordsPredicateBuilder
(com.healthmarketscience.sqlbuilder.dbspec.basic.DbColumn[] theSourceJoinColumn) Add and return a predicate builder (or a root query if no root query exists yet) for selecting on a COORDS search parameterSqlObjectFactory.coordsPredicateBuilder
(SearchQueryBuilder theSearchSqlBuilder) Modifier and TypeMethodDescriptionvoid
SearchQueryBuilder.addSortCoordsNear
(CoordsPredicateBuilder theCoordsBuilder, double theLatitudeValue, double theLongitudeValue, boolean theAscending)