public class AzimulthalEquidistantProjectionHandlerFactory extends Object implements ProjectionHandlerFactory
Constructor and Description |
---|
AzimulthalEquidistantProjectionHandlerFactory() |
Modifier and Type | Method and 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
|
public AzimulthalEquidistantProjectionHandlerFactory()
public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) throws FactoryException
ProjectionHandlerFactory
getHandler
in interface ProjectionHandlerFactory
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)FactoryException
Copyright © 1996–2023 Geotools. All rights reserved.