ReadShapeFlags
Public / Constants
Geo
Shape geo-reference data (if present) is going to be read.
If this flag is not set, IShapeInfo.Georef may return CoordinateSystem.Local instead of the actual geo-reference data.
Meta
Shape metadata (if present) is going to be read.
If this flag is not set, IShapeInfo.Metadata may return JsonValue.Null instead of the actual geo-reference data.
Value
Additional per-vertex shape values (if present) will be read.
If this flag is not set, IShape.ValueAt may return Maths.NanD instead of the actual shape value.
- See also
HintMergePolygons
Hints the shape reader that compatible polygon shape data shall be merged.
Compatible polygon shape data is not merged by default, because intersecting polygon contours might cause unwanted side-effects.