terralib4::GeomReader Class Reference

#include <GeomReader.h>

Inheritance diagram for terralib4::GeomReader:
te::common::Static

Static Public Member Functions

static std::unique_ptr< te::gm::GeometrygetGeometry (const TeGeometry &geom)
 
static std::unique_ptr< te::gm::LinearRinggetLinearRing (const TeLinearRing &ring)
 
static std::unique_ptr< te::gm::LineStringgetLineString (const TeLine2D &line)
 
static std::unique_ptr< te::gm::MultiLineStringgetMultiLineString (const TeLineSet &lineSet)
 
static std::unique_ptr< te::gm::MultiPointgetMultiPoint (const TePointSet &pointSet)
 
static std::unique_ptr< te::gm::MultiPolygongetMultiPolygon (const TePolygonSet &polySet)
 
static std::unique_ptr< te::gm::PointgetPoint (const TePoint &pt)
 
static std::unique_ptr< te::gm::PolygongetPolygon (const TePolygon &poly)
 
static std::unique_ptr< te::gm::PolygongetPolygon (const TeCell &cell)
 

Detailed Description

Definition at line 57 of file GeomReader.h.

Member Function Documentation

static std::unique_ptr<te::gm::Geometry> terralib4::GeomReader::getGeometry ( const TeGeometry &  geom)
static
static std::unique_ptr<te::gm::LinearRing> terralib4::GeomReader::getLinearRing ( const TeLinearRing &  ring)
static
static std::unique_ptr<te::gm::LineString> terralib4::GeomReader::getLineString ( const TeLine2D &  line)
static
static std::unique_ptr<te::gm::MultiLineString> terralib4::GeomReader::getMultiLineString ( const TeLineSet &  lineSet)
static
static std::unique_ptr<te::gm::MultiPoint> terralib4::GeomReader::getMultiPoint ( const TePointSet &  pointSet)
static
static std::unique_ptr<te::gm::MultiPolygon> terralib4::GeomReader::getMultiPolygon ( const TePolygonSet &  polySet)
static
static std::unique_ptr<te::gm::Point> terralib4::GeomReader::getPoint ( const TePoint &  pt)
static
static std::unique_ptr<te::gm::Polygon> terralib4::GeomReader::getPolygon ( const TePolygon &  poly)
static
static std::unique_ptr<te::gm::Polygon> terralib4::GeomReader::getPolygon ( const TeCell &  cell)
static

The documentation for this class was generated from the following file: