Introduce a templated version of GeometryFactory::buildGeometry, and test it.
commit5282441c590684a7ddf97ef4b9d5bab4b0ae4389
authorstrk <strk@5242fede-7e19-0410-aef8-94bd7d2200fb>
Thu, 10 Feb 2011 11:09:55 +0000 (10 11:09 +0000)
committerstrk <strk@5242fede-7e19-0410-aef8-94bd7d2200fb>
Thu, 10 Feb 2011 11:09:55 +0000 (10 11:09 +0000)
tree7c15bb89a0d466e857f586d34116307849a5e1da
parent7015ebd13838fa7f6c0444d128e5356122057f7b
Introduce a templated version of GeometryFactory::buildGeometry, and test it.

git-svn-id: http://svn.osgeo.org/geos/trunk@3191 5242fede-7e19-0410-aef8-94bd7d2200fb
include/geos/geom/Geometry.h
include/geos/geom/Geometry.inl [deleted file]
include/geos/geom/GeometryFactory.h
include/geos/geom/Makefile.am
src/geom/Geometry.cpp
src/inlines.cpp
tests/unit/geom/GeometryFactoryTest.cpp