OGR
|
#include <ogr_geometry.h>
Public Member Functions | |
OGRRawPoint () | |
OGRRawPoint (double xIn, double yIn) | |
Public Attributes | |
double | x |
double | y |
Simple container for a position.
|
inline |
Constructor
|
inline |
Constructor
double OGRRawPoint::x |
x
Referenced by OGRPoint::importFromWkt(), and OGRSimpleCurve::segmentize().
double OGRRawPoint::y |
y
Referenced by OGRPoint::importFromWkt(), and OGRSimpleCurve::segmentize().