FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TGeoNear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGeoNear = class sealed(TOperation)

C++

class PASCALIMPLEMENTATION TGeoNear : /*[[sealed]]*/ public TMongoPipeline::TOperation

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoPipeline

Description

Implements the pipeline GeoNear stage.

This stage outputs documents in order of nearest to farthest from a specified point. For more information, see the MongoDB documentation.

See Also