OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Public Member Functions | |
ossimOgrVectorLayerNode (const ossimDrect &bounds) | |
~ossimOgrVectorLayerNode () | |
bool | intersects (const ossimDrect &rect) const |
bool | intersects (double minX, double minY, double maxX, double maxY) const |
void | setGeoImage (ossimRefPtr< ossimImageGeometry > image) |
Public Attributes | |
ossimDrect | theBoundingRect |
ossimRefPtr< ossimImageGeometry > | theGeoImage |
Definition at line 38 of file ossimOgrVectorTileSource.cpp.
|
inline |
Definition at line 41 of file ossimOgrVectorTileSource.cpp.
|
inline |
Definition at line 45 of file ossimOgrVectorTileSource.cpp.
References ossimRefPtr< T >::release(), and theGeoImage.
|
inline |
Definition at line 51 of file ossimOgrVectorTileSource.cpp.
References ossimDrect::intersects(), and theBoundingRect.
|
inline |
Definition at line 56 of file ossimOgrVectorTileSource.cpp.
References ossimDrect::intersects(), and theBoundingRect.
|
inline |
Definition at line 62 of file ossimOgrVectorTileSource.cpp.
References theGeoImage.
ossimDrect ossimOgrVectorLayerNode::theBoundingRect |
Definition at line 67 of file ossimOgrVectorTileSource.cpp.
Referenced by intersects().
ossimRefPtr<ossimImageGeometry> ossimOgrVectorLayerNode::theGeoImage |
Definition at line 68 of file ossimOgrVectorTileSource.cpp.
Referenced by setGeoImage(), and ~ossimOgrVectorLayerNode().