public class WorldVanDerGrintenIHandlerFactory extends Object implements ProjectionHandlerFactory
ProjectionHandler
for the WorldVanDerGrintenI
projection that will cut
geometries going above or below the poles, this projection will fail with latitudes out of range
(but not longitudes)Constructor and Description |
---|
WorldVanDerGrintenIHandlerFactory() |
Modifier and Type | Method and 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
|
public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) throws FactoryException
ProjectionHandlerFactory
getHandler
in interface ProjectionHandlerFactory
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)FactoryException
Copyright © 1996–2019 Geotools. All rights reserved.