Package org.geotools.renderer.crs
package org.geotools.renderer.crs
-
ClassDescriptionReturns a
ProjectionHandler
for theLambertConformal
projection that will cut geometries too close to pole on the open ended side of the cone.Returns aProjectionHandler
for anyGeographicCRS
Collects component of a given geometry that have the desired dimensionProjection handler forGeostationarySatellite
Returns aProjectionHandler
for theHomolosine
projection that will cut geometries on interruptions before reprojectionReturns aProjectionHandler
for theLambertAzimuthalEqualArea
projection that will cut geometries 90° away from the projection center (at the moment it works only with with the versions centered on poles and the equator)Returns aProjectionHandler
for theMercator
projectionReturns aProjectionHandler
for theTransverseMercator
projection that will cut geometries 45° away from the projection central meridianA class that can perform transformations on geometries to handle the singularity of the rendering CRS, deal with geometries that are crossing the dateline, and eventually wrap them around to produce a seamless continuous map effect.BuildsProjectionHandler
instances WARNING: this API is not finalized and is meant to be used by StreamingRenderer onlyLooks up theProjectionHandler
for the specified rendering area.Returns aProjectionHandler
for theTransverseMercator
projection that will cut geometries 45° away from the projection central meridianReturns aProjectionHandler
for theWorldVanDerGrintenI
projection that will cut geometries going above or below the poles, this projection will fail with latitudes out of range (but not longitudes)AProjectionHandler
for projections that do warp in the East/West direction, it will replicate the geometries generating a Google Maps like effect