Uses of Class
org.geotools.renderer.crs.ProjectionHandler
-
Packages that use ProjectionHandler Package Description org.geotools.renderer.crs org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes -
-
Uses of ProjectionHandler in org.geotools.renderer.crs
Subclasses of ProjectionHandler in org.geotools.renderer.crs Modifier and Type Class Description classWrappingProjectionHandlerAProjectionHandlerfor 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 ProjectionHandler Modifier and Type Method Description ProjectionHandlerAzimulthalEquidistantProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerConicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerGeographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerGeosProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerHomolosineHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerLambertAzimuthalEqualAreaHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerOrthographicProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerPlateCarreeHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerPolarStereographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerProjectionHandlerFactory. 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 foundProjectionHandlerTransverseMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerWorldVanDerGrintenIHandlerFactory. 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 ProjectionHandler Modifier and Type Method Description static 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.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.
-