28#ifndef __TERRALIB_VP_INTERNAL_LINETOPOLYGON_MEMORY_H
29#define __TERRALIB_VP_INTERNAL_LINETOPOLYGON_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.
Line to polygon operation.
MultiPolygon is a MultiSurface whose elements are Polygons.
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.
std::unique_ptr< te::gm::MultiPolygon > line2Polygon(te::gm::Geometry *geom)
void getPolygons(te::gm::Geometry *geom, std::vector< te::gm::Polygon * > &polygons)
void getPolygons(te::gm::GeometryCollection *gc, std::vector< te::gm::Polygon * > &polygons)
void getPolygons(te::gm::LineString *l, std::vector< te::gm::Polygon * > &polygons)
void getPolygons(te::gm::Polygon *p, std::vector< te::gm::Polygon * > &polygons)
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.