28#ifndef __TERRALIB_VP_INTERNAL_POLYGONTOLINE_MEMORY_H
29#define __TERRALIB_VP_INTERNAL_POLYGONTOLINE_MEMORY_H
It is a collection of other geometric objects.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
LineString is a curve with linear interpolation between points.
MultiLineString is a MultiCurve whose elements are LineStrings.
Polygon to line operation.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
It is a collection of other geometric objects.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
LineString is a curve with linear interpolation between points.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
void getLines(te::gm::Geometry *geom, std::vector< te::gm::LineString * > &lines)
std::unique_ptr< te::gm::MultiLineString > polygon2Line(te::gm::Geometry *geom)
void getLines(te::gm::GeometryCollection *gc, std::vector< te::gm::LineString * > &lines)
void getLines(te::gm::LineString *l, std::vector< te::gm::LineString * > &lines)
void getLines(te::gm::Polygon *p, std::vector< te::gm::LineString * > &lines)
This class is designed to declare objects to be thrown as exceptions by TerraLib.
Namespace for Vector Processing module of TerraLib.
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.
An exception class for the Vector processing module.