org.geotools.renderer.crs
Interface ProjectionHandlerFactory

All Known Implementing Classes:
GeographicHandlerFactory, MercatorHandlerFactory, PolarStereographicHandlerFactory, TransverseMercatorHandlerFactory

public interface ProjectionHandlerFactory

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

Author:
Andrea Aime - OpenGeo

Method Summary
 ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, boolean wrap, int wrapLimit)
          Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one
 

Method Detail

getHandler

ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope,
                             boolean wrap,
                             int wrapLimit)
Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one

Parameters:
renderingEnvelope -
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)
Returns:


Copyright © 1996-2014 Geotools. All Rights Reserved.