org.geotools.renderer.crs
Class GeographicHandlerFactory

Object
  extended by GeographicHandlerFactory
All Implemented Interfaces:
ProjectionHandlerFactory

public class GeographicHandlerFactory
extends Object
implements ProjectionHandlerFactory

Returns a ProjectionHandler for any GeographicCRS


Constructor Summary
GeographicHandlerFactory()
           
 
Method Summary
 ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, boolean wrap, int maxWraps)
          Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeographicHandlerFactory

public GeographicHandlerFactory()
Method Detail

getHandler

public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope,
                                    boolean wrap,
                                    int maxWraps)
Description copied from interface: ProjectionHandlerFactory
Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one

Specified by:
getHandler in interface ProjectionHandlerFactory
wrap - enables map wrapping, if it's possible and makes sense for this projection
maxWraps - Max number of wraps performed when wrapping coordinates (to limit memory usage)
Returns:


Copyright © 1996-2014 Geotools. All Rights Reserved.