MongoDB C++ Driver  legacy-1.1.2
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. More...
 
virtual BoundingBox< TCoordinates > getBoundingBox () const =0
 Obtain the bounding box of this GeoObj. More...
 
virtual GeoObjType getType () const =0
 Get the geometry type of this object. More...
 

Member Function Documentation

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

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