Package org.geotools.renderer.crs
Class PolarStereographicHandlerFactory
- Object
- 
- PolarStereographicHandlerFactory
 
- 
- All Implemented Interfaces:
- ProjectionHandlerFactory
 
 public class PolarStereographicHandlerFactory extends Object implements ProjectionHandlerFactory Returns aProjectionHandlerfor theTransverseMercatorprojection that will cut geometries 45° away from the projection central meridian- Author:
- Andrea Aime - OpenGeo
 
- 
- 
Constructor SummaryConstructors Constructor Description PolarStereographicHandlerFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectionHandlergetHandler(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
 
- 
- 
- 
Method Detail- 
getHandlerpublic ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) throws FactoryException Description copied from interface:ProjectionHandlerFactoryReturns an handler capable of dealing with the specified envelope, or null if this factory cannot create one- Specified by:
- getHandlerin 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)
- Throws:
- FactoryException
 
 
- 
 
-