| A class to simplify the process of loading a FT_FeatureCollection from GeOxygene.
Collections MUST be homogeneous.
Geometry types in the collection MUST be the same for all features (but some null geometries are accepted).
All features in the collection must belong to same class.
Works only for collections of features whose geometry type is :
GM_Point, GM_LineString, GM_Polygon, GM_MultiPoint, GM_MultiCurve (with linestrings), GM_Multisurface (with polygons)
and GM_Aggregate with an homogeneous geometry type inside.
ID are fill with hashcode().
One GeOxygeneReader is created by Theme stemming from GeOxygene data.
author: Thierry Badard & Arnaud Braun & Eric Grosso version: 1.1 |