#include <GeomReader.h>
Static Public Member Functions | |
static std::auto_ptr< te::gm::Geometry > | getGeometry (const TeGeometry &geom) |
static std::auto_ptr< te::gm::LinearRing > | getLinearRing (const TeLinearRing &ring) |
static std::auto_ptr< te::gm::LineString > | getLineString (const TeLine2D &line) |
static std::auto_ptr< te::gm::MultiLineString > | getMultiLineString (const TeLineSet &lineSet) |
static std::auto_ptr< te::gm::MultiPoint > | getMultiPoint (const TePointSet &pointSet) |
static std::auto_ptr< te::gm::MultiPolygon > | getMultiPolygon (const TePolygonSet &polySet) |
static std::auto_ptr< te::gm::Point > | getPoint (const TePoint &pt) |
static std::auto_ptr< te::gm::Polygon > | getPolygon (const TePolygon &poly) |
static std::auto_ptr< te::gm::Polygon > | getPolygon (const TeCell &cell) |
Definition at line 57 of file GeomReader.h.
|
static |
Definition at line 170 of file GeomReader.cpp.
Referenced by terralib4::VectorDataSet::getGeometry().
|
static |
Definition at line 73 of file GeomReader.cpp.
References te::gm::LineStringType.
|
static |
Definition at line 55 of file GeomReader.cpp.
References te::gm::LineStringType.
|
static |
Definition at line 125 of file GeomReader.cpp.
References te::gm::MultiLineStringType.
|
static |
Definition at line 141 of file GeomReader.cpp.
References te::gm::MultiPointType.
|
static |
Definition at line 109 of file GeomReader.cpp.
References te::gm::MultiPolygonType.
|
static |
Definition at line 47 of file GeomReader.cpp.
|
static |
Definition at line 91 of file GeomReader.cpp.
References te::gm::PolygonType.
|
static |
Definition at line 157 of file GeomReader.cpp.
References te::gm::GetGeomFromEnvelope().