project abstract method

Positionable project(
  1. Projection projection
)

Returns an object of the same subtype as this with all position data projected using projection and non-positional properties left intact.

Implementation

Positionable project(Projection projection);