Package org.geotools.renderer.crs
Class GeosProjectionHandlerFactory
Object
GeosProjectionHandlerFactory
- All Implemented Interfaces:
ProjectionHandlerFactory
Projection handler for
GeostationarySatellite-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandler(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
-
Field Details
-
WORLD_LEFT
-
WORLD
-
WORLD_RIGHT
-
-
Constructor Details
-
GeosProjectionHandlerFactory
public GeosProjectionHandlerFactory()
-
-
Method Details
-
getHandler
public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) 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 projectionwrapLimit- Max number of wraps performed when wrapping coordinates (to limit memory usage)- Throws:
FactoryException
-