Package org.geotools.renderer.crs
Class AzimulthalEquidistantProjectionHandlerFactory
Object
AzimulthalEquidistantProjectionHandlerFactory
- All Implemented Interfaces:
ProjectionHandlerFactory
public class AzimulthalEquidistantProjectionHandlerFactory
extends Object
implements ProjectionHandlerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one
-
Constructor Details
-
AzimulthalEquidistantProjectionHandlerFactory
public AzimulthalEquidistantProjectionHandlerFactory()
-
-
Method Details
-
getHandler
public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) throws FactoryException 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 interfaceProjectionHandlerFactory
wrap
- enables map wrapping, if it's possible and makes sense for this projectionwrapLimit
- Max number of wraps performed when wrapping coordinates (to limit memory usage)- Throws:
FactoryException
-