28 #ifndef __TERRALIB_VP_INTERNAL_POLYGONTOLINE_MEMORY_H 29 #define __TERRALIB_VP_INTERNAL_POLYGONTOLINE_MEMORY_H 32 #include "../common/Exception.h" 33 #include "../geometry/Geometry.h" 34 #include "../geometry/GeometryCollection.h" 35 #include "../geometry/LineString.h" 36 #include "../geometry/MultiLineString.h" 37 #include "../geometry/Polygon.h" 64 std::unique_ptr<te::gm::MultiLineString> polygon2Line(
te::gm::Geometry* geom);
66 void getLines(
te::gm::Geometry* geom, std::vector<te::gm::LineString*>& lines);
78 #endif // __TERRALIB_VP_INTERNAL_POLYGONTOLINE_MEMORY_H
te::gm::GeometryCollection * gc
LineString is a curve with linear interpolation between points.
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
Polygon to line operation.
Configuration flags for the Terrralib Vector Processing module.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
It is a collection of other geometric objects.