Package org.geotools.renderer.crs
Class WorldVanDerGrintenIHandlerFactory
- Object
-
- WorldVanDerGrintenIHandlerFactory
-
- All Implemented Interfaces:
ProjectionHandlerFactory
public class WorldVanDerGrintenIHandlerFactory extends Object implements ProjectionHandlerFactory
Returns aProjectionHandlerfor theWorldVanDerGrintenIprojection that will cut geometries going above or below the poles, this projection will fail with latitudes out of range (but not longitudes)- Author:
- Andrea Aime - GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description WorldVanDerGrintenIHandlerFactory()
-
Method Summary
All 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
-
getHandler
public 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 interfaceProjectionHandlerFactorywrap- 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
-
-