[geos-devel] CoordinateSequence API

strk strk at keybit.net
Thu Jul 8 17:58:31 EDT 2004


In order to get GEOS API closer to JTS API
CoordinateList has been renamed to CoordinateSequence
and the same happened for CoordinateListFactory.
Default implementation is now DefaultCoordinateSequence
(was: BasicCoordinateList) and can be created using
DefaultCoordinateSequenceFactory::instance()->create(vector<Coordinate>*);

Coordinate lists utility functions are currently all included
in the CoordinateSequence virtual class, but will probably need
a split to reflect JTS object model.
In JTS-1.4 two additional classes help in the creation and editing
of Coordinate lists: CoordinateList and CoordinateArray.
Expect a change in that direction.

--strk;



More information about the geos-devel mailing list