transformed abstract method

Feature transformed(
  1. PointTransformer f
)

Transforms the points in this Feature with the given PointTransformer and returns a new Feature.

Implementation

Feature transformed(PointTransformer f);