public abstract IEnumerable<Geometry> Transform( Geometry geometry, IReadOnlyDictionary<string,object> values )
Public MustOverride Function Transform( _ ByVal geometry As Geometry, _ ByVal values As IReadOnlyDictionary(Of String,Object) _ ) As IEnumerable(Of Geometry)
Parameters
- geometry
- the input Geometry
- values
- the value parameters that have been provided from a Part's Values
Return Value
a Task that transforms the input Geometry and returns the resulting collection of output Geometry/s