Uses of Class
org.geotools.renderer.crs.ProjectionHandler
Packages that use ProjectionHandler
Package
Description
SLD 1.0 and SE RasterSymbolizer support classes
-
Uses of ProjectionHandler in org.geotools.renderer.crs
Subclasses of ProjectionHandler in org.geotools.renderer.crsModifier and TypeClassDescriptionclassAProjectionHandlerfor projections that do warp in the East/West direction, it will replicate the geometries generating a Google Maps like effectMethods in org.geotools.renderer.crs that return ProjectionHandlerModifier and TypeMethodDescriptionAzimulthalEquidistantProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) ConicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) GeographicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) GeosProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) HomolosineHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) LambertAzimuthalEqualAreaHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) MercatorHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) OrthographicProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) PlateCarreeHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) PolarStereographicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) 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 onestatic ProjectionHandlerProjectionHandlerFinder.getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap) Returns a projection handler for the specified rendering area, or null if not foundstatic ProjectionHandlerProjectionHandlerFinder.getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap, Map<String, Object> projectionParameters) Returns a projection handler for the specified rendering area, or null if not foundTransverseMercatorHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) WorldVanDerGrintenIHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) -
Uses of ProjectionHandler in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ProjectionHandlerModifier and TypeMethodDescriptionstatic List<GridCoverage2D>GridCoverageRendererUtilities.displace(List<GridCoverage2D> coverages, ProjectionHandler handler, GeneralBounds destinationEnvelope, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, GridCoverageFactory gridCoverageFactory) Displaces a list of coverages, using a ProjectionHandler to eventually split into proper envelopes.static List<GridCoverage2D>GridCoverageRendererUtilities.forceToValidBounds(List<GridCoverage2D> coverages, ProjectionHandler handler, double[] bgValues, CoordinateReferenceSystem targetCRS, Hints hints) Forces an input list of coverages to the valid bounds of the provided target CRS, when a reprojection is needed, using a ProjectionHandler.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.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.