21 #ifndef GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
22 #define GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
24 #include <geos/export.h>
25 #include <geos/inline.h>
26 #include <geos/geom/Location.h>
34 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
97 bool isAnyNull()
const;
116 const std::array<geom::Location, 3>& getLocations()
const;
128 std::string toString()
const;
132 std::array<geom::Location, 3> location;
133 std::uint8_t locationSize;
142 # include "geos/geomgraph/TopologyLocation.inl"
149 #endif // ifndef GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
A TopologyLocation is the labelling of a GraphComponent's topological relationship to a single Geomet...
Definition: TopologyLocation.h:60
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:34