[geos-devel] 2.2.2

Charlie Savage cfis at interserv.com
Tue Apr 11 14:16:43 EDT 2006


Be aware that successful build is not sign of
> correctness (you have ERROR defined somewhere else).
>
> If you actually seeked in sourcecode that's enough
> for me (error shouldn't really be used, it's a generic
> error rather then a specific one).
>   
Hi Strk,

Yes, I searched through the full source tree (headers and cpp files) and 
found no occurrences of ERROR except where it is defined.  So the code I 
now have is:

    enum errorEnum {
        eError,
        REPEATED_POINT,
        HOLE_OUTSIDE_SHELL,
        NESTED_HOLES,
        DISCONNECTED_INTERIOR,
        SELF_INTERSECTION,
        RING_SELF_INTERSECTION,
        NESTED_SHELLS,
        DUPLICATE_RINGS,
        TOO_FEW_POINTS,
        INVALID_COORDINATE
    };

Thanks,

Charlie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3166 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.osgeo.org/pipermail/geos-devel/attachments/20060411/feb0f09a/smime.bin


More information about the geos-devel mailing list