Package org.geotools.renderer.crs
Class GeosProjectionHandlerFactory
- Object
-
- GeosProjectionHandlerFactory
-
- All Implemented Interfaces:
ProjectionHandlerFactory
public class GeosProjectionHandlerFactory extends Object implements ProjectionHandlerFactory
Projection handler forGeostationarySatellite
-
-
Field Summary
Fields Modifier and Type Field Description static Polygon
WORLD
static Polygon
WORLD_LEFT
static Polygon
WORLD_RIGHT
-
Constructor Summary
Constructors Constructor Description GeosProjectionHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectionHandler
getHandler(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
-
-
-
Method Detail
-
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
-
-