OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Public Member Functions | |
ossimOgrGdalLayerNode (const ossimDrect &bounds) | |
bool | intersects (const ossimDrect &rect) const |
bool | intersects (double minX, double minY, double maxX, double maxY) const |
void | getIdList (std::list< long > &idList, const ossimDrect &aoi) const |
Public Attributes | |
std::vector< ossimOgrGdalFeatureNode > | theFeatureList |
ossimDrect | theBoundingRect |
Definition at line 149 of file ossimGdalOgrVectorAnnotation.cpp.
|
inline |
Definition at line 152 of file ossimGdalOgrVectorAnnotation.cpp.
void ossimOgrGdalLayerNode::getIdList | ( | std::list< long > & | idList, |
const ossimDrect & | aoi | ||
) | const |
Definition at line 171 of file ossimGdalOgrVectorAnnotation.cpp.
References ossimDrect::completely_within(), intersects(), theBoundingRect, and theFeatureList.
|
inline |
Definition at line 156 of file ossimGdalOgrVectorAnnotation.cpp.
References ossimDrect::intersects(), and theBoundingRect.
Referenced by getIdList().
|
inline |
Definition at line 160 of file ossimGdalOgrVectorAnnotation.cpp.
References ossimDrect::intersects(), and theBoundingRect.
ossimDrect ossimOgrGdalLayerNode::theBoundingRect |
Definition at line 169 of file ossimGdalOgrVectorAnnotation.cpp.
Referenced by getIdList(), and intersects().
std::vector<ossimOgrGdalFeatureNode> ossimOgrGdalLayerNode::theFeatureList |
Definition at line 167 of file ossimGdalOgrVectorAnnotation.cpp.
Referenced by getIdList().