Interface ProjectionHandlerFactory

    • Method Detail

      • getHandler

        ProjectionHandler getHandler​(ReferencedEnvelope renderingEnvelope,
                                     CoordinateReferenceSystem sourceCRS,
                                     boolean wrap,
                                     int wrapLimit)
                              throws FactoryException
        Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one
        Parameters:
        wrap - enables map wrapping, if it's possible and makes sense for this projection
        wrapLimit - Max number of wraps performed when wrapping coordinates (to limit memory usage)
        Throws:
        FactoryException