Annette Locke
Annette Locke
Currently, ImportFromWkt doesn't import spatial references from text. We can add that functionality if you need it. I don't understand what you mean when you say that relational operations are...
Yes, the relational operators work correctly no matter which spatial reference is used.
What if you made the cutter a polyline from the first point to the second point? `Polyline cutter = new Polyline(castedFirstPoint, castedSecondPoint);`
Feel free to ask questions right here.
1. Yes. Use "POINT Z (1 2 3)". 2. (Edited) Yes, a MapGeometry includes the spatial reference. 3. Yes, both are correct. 4. (Edited) That's right. Style is not supported....
Sorry, I was wrong. OperatorGraphicBuffer isn't supported.
Write it as code with backtick. `"******FF*"`
Hi, which methods do you want to use?
Will OperatorDisjoint work for you? Here is an example of how to use it. ``` Point point = new Point(1, 1); Polygon polygon = new Polygon(); polygon.startPath(0, 0); polygon.lineTo(0, 3);...
GeometryEngine accepts JSON strings that only have the geometry (with an optional spatial reference), not the other properties. Your JSON string should start with {"rings": and end with the closing...