Uses of Interface
org.geotools.renderer.crs.ProjectionHandlerFactory
-
Packages that use ProjectionHandlerFactory Package Description org.geotools.renderer.crs -
-
Uses of ProjectionHandlerFactory in org.geotools.renderer.crs
Classes in org.geotools.renderer.crs that implement ProjectionHandlerFactory Modifier and Type Class Description class
AzimulthalEquidistantProjectionHandlerFactory
class
ConicHandlerFactory
Returns aProjectionHandler
for theLambertConformal
projection that will cut geometries too close to pole on the open ended side of the cone.class
GeographicHandlerFactory
Returns aProjectionHandler
for anyGeographicCRS
class
HomolosineHandlerFactory
Returns aProjectionHandler
for theHomolosine
projection that will cut geometries on interruptions before reprojectionclass
LambertAzimuthalEqualAreaHandlerFactory
Returns 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)class
MercatorHandlerFactory
Returns aProjectionHandler
for theMercator
projectionclass
OrthographicProjectionHandlerFactory
class
PolarStereographicHandlerFactory
Returns aProjectionHandler
for theTransverseMercator
projection that will cut geometries 45° away from the projection central meridianclass
TransverseMercatorHandlerFactory
Returns aProjectionHandler
for theTransverseMercator
projection that will cut geometries 45° away from the projection central meridianclass
WorldVanDerGrintenIHandlerFactory
Returns 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)
-