Class ProjectionHandler

  • Direct Known Subclasses:
    WrappingProjectionHandler

    public class ProjectionHandler
    extends Object
    A class that can perform transformations on geometries to handle the singularity of the rendering CRS, deal with geometries that are crossing the dateline, and eventually wrap them around to produce a seamless continuous map effect.

    This basic implementation will cut the geometries that get outside of the area of validity of the projection (as provided by the constructor)

    WARNING: this API is not finalized and is meant to be used by StreamingRenderer only

    Author:
    Andrea Aime - OpenGeo