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 classAzimulthalEquidistantProjectionHandlerFactoryclassConicHandlerFactoryReturns aProjectionHandlerfor theLambertConformalprojection that will cut geometries too close to pole on the open ended side of the cone.classGeographicHandlerFactoryReturns aProjectionHandlerfor anyGeographicCRSclassGeosProjectionHandlerFactoryProjection handler forGeostationarySatelliteclassHomolosineHandlerFactoryReturns aProjectionHandlerfor theHomolosineprojection that will cut geometries on interruptions before reprojectionclassLambertAzimuthalEqualAreaHandlerFactoryReturns aProjectionHandlerfor theLambertAzimuthalEqualAreaprojection 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)classMercatorHandlerFactoryReturns aProjectionHandlerfor theMercatorprojectionclassOrthographicProjectionHandlerFactoryclassPlateCarreeHandlerFactoryReturns aProjectionHandlerfor thePlateCarreeprojectionclassPolarStereographicHandlerFactoryReturns aProjectionHandlerfor theTransverseMercatorprojection that will cut geometries 45° away from the projection central meridianclassTransverseMercatorHandlerFactoryReturns aProjectionHandlerfor theTransverseMercatorprojection that will cut geometries 45° away from the projection central meridianclassWorldVanDerGrintenIHandlerFactoryReturns aProjectionHandlerfor theWorldVanDerGrintenIprojection that will cut geometries going above or below the poles, this projection will fail with latitudes out of range (but not longitudes)
-