Package org.mapfish.print
Class PseudoMercatorUtils
java.lang.Object
org.mapfish.print.PseudoMercatorUtils
Utility class for handling WGS 84 with Pseudo-Mercator projection specific calculations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisPseudoMercator(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs) Checks if a given CoordinateReferenceSystem is WGS 84 with Pseudo-Mercator projection.
-
Method Details
-
isPseudoMercator
public static boolean isPseudoMercator(org.geotools.api.referencing.crs.CoordinateReferenceSystem crs) Checks if a given CoordinateReferenceSystem is WGS 84 with Pseudo-Mercator projection.- Parameters:
crs- The CoordinateReferenceSystem to check.- Returns:
trueif the CRS is Pseudo-Mercator,falseotherwise.
-