public class ConicHandlerFactory extends Object implements ProjectionHandlerFactory
ProjectionHandler for the LambertConformal projection that will cut
 geometries too close to pole on the open ended side of the cone.| Constructor and Description | 
|---|
| ConicHandlerFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProjectionHandler | getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps)Returns an handler capable of dealing with the specified envelope, or null if this factory
 cannot create one | 
public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) throws FactoryException
ProjectionHandlerFactorygetHandler in interface ProjectionHandlerFactorywrap - enables map wrapping, if it's possible and makes sense for this projectionmaxWraps - Max number of wraps performed when wrapping coordinates (to limit memory
     usage)FactoryExceptionCopyright © 1996–2019 Geotools. All rights reserved.