Loading [MathJax]/extensions/tex2jax.js
DM::OGRConverter Namespace Reference

provides a set of converter function between OGR and DM geometry objects More...

Functions

DM_API void convert (const DM::IPolyline &dmLine, std::vector< OGRLineString > &ogrLines)
 convert a DM::IPolyline to vector of OGRLineStrings
 
DM_API void convert (const DM::IPoint &dmPoint, OGRPoint &ogrPoint, bool d2=false)
 dm objects to ogr objects conversion
 
DM_API void convert (const DM::IPolyline &dmLine, OGRLineString &ogrLine, bool d2=false)
 
DM_API void convert (const DM::IPolyline &dmLine, OGRMultiLineString &ogrLine, bool d2=false)
 
DM_API void convert (const DM::IPolygon &dmPolygon, OGRPolygon &ogrPolygon, bool d2=false)
 
DM_API void convert (const DM::IPolygon &dmPolygon, OGRMultiPolygon &ogrPolygon, bool d2=false)
 
DM_API void convert (const DM::IPolygon::IFace &dmFace, OGRLinearRing &ogrRing, bool d2=false)
 
DM_API OGRGeometryUniquePtr convert (const DM::IGeometry &dmGeometry, bool d2=false)
 
DM_API void convert (const OGRPoint &ogrPoint, DM::IPoint &dmPoint, bool d2=false)
 convert ogr objects to dm geometries
 
DM_API void convert (const OGRLineString &ogrLine, DM::PolylineHandle &dmLine, bool d2=false)
 
DM_API void convert (const OGRMultiLineString &ogrLine, DM::PolylineHandle &dmLine, bool d2=false)
 
DM_API void convert (const OGRPolygon &ogrPolygon, DM::PolygonHandle &dmPolygon, bool d2=false)
 
DM_API void convert (const OGRMultiPolygon &ogrPolygon, DM::PolygonHandle &dmPolygon, bool d2=false)
 
DM_API GeometryHandle convert (const OGRGeometry &ogrGeometry, bool d2=false)
 

Detailed Description

provides a set of converter function between OGR and DM geometry objects