20 #ifndef GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
21 #define GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
23 #include <geos/export.h>
25 #include <geos/geom/Coordinate.h>
64 static const int INSIDE_AREA = -1;
101 int getSegmentIndex();
119 #endif // GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Represents the location of a point on a Geometry.
Definition: GeometryLocation.h:51
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168