19 #ifndef GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
20 #define GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
22 #include <geos/export.h>
24 #include <geos/geom/Coordinate.h>
63 static const int INSIDE_AREA = -1;
100 int getSegmentIndex();
118 #endif // GEOS_OP_DISTANCE_GEOMETRYLOCATION_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Represents the location of a point on a Geometry.
Definition: GeometryLocation.h:50
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167