Package org.geotools.renderer.crs
Class PolarStereographicHandlerFactory
Object
PolarStereographicHandlerFactory
- All Implemented Interfaces:
ProjectionHandlerFactory
Returns a
ProjectionHandler
for the TransverseMercator
projection that will cut geometries 45° away
from the projection central meridian- Author:
- Andrea Aime - OpenGeo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(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
-
Constructor Details
-
PolarStereographicHandlerFactory
public PolarStereographicHandlerFactory()
-
-
Method Details
-
getHandler
public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) 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 projectionmaxWraps
- Max number of wraps performed when wrapping coordinates (to limit memory usage)- Throws:
FactoryException
-