|
Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
|
Public Member Functions | |
| VertexIterator (geos::geom::Geometry *geom) | |
| VertexIterator (const UPGeometry &geom) | |
| VertexIterator & | operator= (const VertexIterator &iter) |
| VertexIterator & | operator++ () |
| VertexIterator | operator++ (int n) |
| VertexIterator & | operator-- () |
| VertexIterator | operator-- (int n) |
| VertexIterator & | operator+= (int n) |
| VertexIterator & | operator-= (int n) |
| geos::geom::Coordinate & | operator[] (quint32 n) |
| bool | operator== (const VertexIterator &iter) const |
| bool | operator!= (const VertexIterator &iter) const |
| bool | operator< (const VertexIterator &iter) const |
| bool | operator> (const VertexIterator &iter) const |
| bool | operator<= (const VertexIterator &iter) const |
| bool | operator>= (const VertexIterator &iter) const |
| const geos::geom::Coordinate & | operator* () const |
| geos::geom::Coordinate & | operator* () |
| geos::geom::Coordinate * | operator-> () |
| VertexIterator | operator- (int n) |
| VertexIterator | operator+ (int n) |
| bool | nextSubGeometry () const |
1.8.3.1