MongoDB C++ Driver legacy-1.1.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mongo::geo::GeoObj< TCoordinates > Class Template Referenceabstract
+ Inheritance diagram for mongo::geo::GeoObj< TCoordinates >:

Public Member Functions

virtual BSONObj toBSON () const =0
 Obtain a BSON representation of this GeoObj.
 
virtual BoundingBox< TCoordinates > getBoundingBox () const =0
 Obtain the bounding box of this GeoObj.
 
virtual GeoObjType getType () const =0
 Get the geometry type of this object.
 

Member Function Documentation

◆ getBoundingBox()

template<typename TCoordinates >
virtual BoundingBox< TCoordinates > mongo::geo::GeoObj< TCoordinates >::getBoundingBox ( ) const
pure virtual

◆ getType()

template<typename TCoordinates >
virtual GeoObjType mongo::geo::GeoObj< TCoordinates >::getType ( ) const
pure virtual

◆ toBSON()

template<typename TCoordinates >
virtual BSONObj mongo::geo::GeoObj< TCoordinates >::toBSON ( ) const
pure virtual

The documentation for this class was generated from the following file: