| Package | Description | 
|---|---|
| org.geotools.renderer.crs | |
| org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WrappingProjectionHandlerA  ProjectionHandlerfor projections that do warp in the East/West direction, it will
 replicate the geometries generating a Google Maps like effect | 
| Modifier and Type | Method and Description | 
|---|---|
| static ProjectionHandler | ProjectionHandlerFinder. getHandler(ReferencedEnvelope renderingArea,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap)Returns a projection handler for the specified rendering area, or null if not found | 
| ProjectionHandler | ConicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps) | 
| ProjectionHandler | MercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps) | 
| ProjectionHandler | WorldVanDerGrintenIHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps) | 
| ProjectionHandler | PolarStereographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps) | 
| ProjectionHandler | LambertAzimuthalEqualAreaHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps) | 
| ProjectionHandler | TransverseMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps) | 
| ProjectionHandler | GeographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope,
          CoordinateReferenceSystem sourceCrs,
          boolean wrap,
          int maxWraps) | 
| ProjectionHandler | ProjectionHandlerFactory. 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| List<GridCoverage2D> | GridCoverageReaderHelper. readCoverages(GeneralParameterValue[] readParams,
             ProjectionHandler handler)Reads the data taking into account advanced projection handling in order to deal with date
 line crossing, poles and other projection trouble areas. | 
| List<GridCoverage2D> | GridCoverageReaderHelper. readCoverages(GeneralParameterValue[] readParams,
             ProjectionHandler handler,
             GridCoverageFactory gridCoverageFactory)Reads the data taking into account advanced projection handling in order to deal with date
 line crossing, poles and other projection trouble areas. | 
Copyright © 1996–2019 Geotools. All rights reserved.