Uses of Class
lumis.portal.geolocation.GeoPoint
-
Packages that use GeoPoint Package Description lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
).lumis.portal.geolocation -
-
Uses of GeoPoint in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that return GeoPoint Modifier and Type Method Description GeoPoint
GeoDistanceAggregation. getPin()
Returns the center point of the aggregation.GeoPoint
GeoDistanceFilter. getPin()
Returns the pin.GeoPoint
GeoDistanceSearchQuerySort. getPin()
Returns the pin.Constructors in lumis.portal.bigdata.query with parameters of type GeoPoint Constructor Description GeoDistanceAggregation(String id, DocumentTypeField field, GeoPoint pin)
Creates a new instance of the aggregation.GeoDistanceFilter(DocumentTypeField field, GeoPoint pin, Distance distance)
Creates a new instance.GeoDistanceSearchQuerySort(DocumentTypeField field, GeoPoint pin, SearchQuerySort.Order order)
Creates a new instance. -
Uses of GeoPoint in lumis.portal.geolocation
Subclasses of GeoPoint in lumis.portal.geolocation Modifier and Type Class Description class
ExtendedGeoPoint
Represents an extended version ofGeoPoint
.
-