Hi Strk,
As a sit-on-the-pants guess you'd need:
        Geometry.h
        GeometryFactory.h
        PrecisionModel.h
        CoordinateSequenceFactory.h
        Coordinate.h
        CoordinateSequence.h
        WKB{Reader,Writer}.h
        WKT{Reader,Writer}.h
GEOSException.h (actually derived from std::exception, so possibly
         not even needed)

If you need access to Geometry derivates please use the
specific headers:
        Point.h
        LineString.h
        LinearRing.h
        Polygon.h
        MultiPoint.h
        MultiLineString.h
        MultiPolygon.h
        GeometryCollection.h


Thanks, just what I needed to know. I had to include all the headers above, plus:

Envelope.h
CoordinateArraySequence.h
GeometricShapeFactory.h

Sending you a patch now.

Thanks,

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to