Hello,We are using the old C API to access earlier versions of ArcSDE, and I am running into an error I don't understand. I don't know if this is the correct place to post on this topic, but it is the closest sub-forum I can find. If this is the wrong place, please redirect me. In my program, I am creating a new point geometry using SE_shape_generate_point(). The coordinate reference is for a WGS 84 lat/lon system, and I used SE_coordref_set_xy_by_envelope() to set the extents as follows:MinX=-180.000000, MaxX=180.000000MinY=-90.000000, MaxY=90.000000When I try to create a point (180.00, 90.00), SE_shape_generate_point() returns -139 (The specified coordinate point exceeds the valid coordinate range). Before getting this error, I was able to create many points, including another point at the boundary of the valid range (-180.00, 90.00).Does anyone know why I am getting this error?Thanks,Bob
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.