52North / IlwisConnectors

Integrated Land and Water Information System (ILWIS) is a remote sensing and GIS software. The connectors integrate libraries and bindings for external software in the newest version of ILWIS.
http://52north.org/communities/ilwis/
8 stars 7 forks source link

boost::geometry::OGC_SIMPLE_FEATURES_ALGORITHMS #10

Closed pokulo closed 10 years ago

pokulo commented 10 years ago

if the ilwisCore supports it implement the generic static geometry::do(..) which can execute simple geometric operations like contains, overlaps, withing... called on string basis but with convenience methods in the Geometry class

pokulo commented 10 years ago

boost::geometry is poorly handling 3D in simple feature geometry wich is was ment for in ILWIS NG so it's not worth the extremely long compile time anymore. We will transfer the Geometry related classes to the good old geoss library soon although they still only support 2D geometries for simple features...

pokulo commented 10 years ago

geos::geom::Geometry is now integrated, so we might think about a handy interface for its implementastions of the simple features algoriths

pokulo commented 10 years ago

added simple bool and double methods of simple features in here 35df34f7b3e111a385132dbf094f24219912965e