Package org.geotools.renderer.crs
Class PlateCarreeHandlerFactory
- Object
-
- PlateCarreeHandlerFactory
-
- All Implemented Interfaces:
ProjectionHandlerFactory
public class PlateCarreeHandlerFactory extends Object implements ProjectionHandlerFactory
Returns aProjectionHandler
for thePlateCarree
projection
-
-
Constructor Summary
Constructors Constructor Description PlateCarreeHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
-
-
-
Field Detail
-
LOGGER
protected static final Logger LOGGER
-
-
Method Detail
-
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
-
-