IShapeReaderModifier
Description
- Derived from
- Extended by
-
ShapeReaderModifierBase abstract
Base interface for filters that may be specified when reading shapes.
A filter may modify the original geo-reference or metadata that is present in the shape data, before it is used to build a IShape object. Additionally, filters may remove custom shape values.
To construct a shape data modifier, start with ShapeReaderModifier.Original and then call one or more of the following operator methods subsequently:
- See also
Public / Methods
And
Returns an aggregated shape data modifier that will invoke both this
modifier and the given other in modifier.
By default, this
modifier is invoked first. Then, the other in modifier is invoked. However, implementations may define a different invocation order.
Identifier
Specifies a final shape data modification that will add a top-level JSON member of the given name opt which holds the unique ordinal number identifier of the shape in the shape data.
Calling this method multiple times will override the effect of previous calls.
- See also
Set
3 overloads
Specifies an initial shape data modification that sets the geo-reference.
Calling this method multiple times will override the effect of previous calls.
- See also
Specifies an initial shape data modification that sets the metadata.
Calling this method multiple times will override the effect of previous calls.
- See also
Specifies an initial shape data modification that sets the custom shape values.
Calling this method multiple times will override the effect of previous calls.
- See also