public class GISUtilities extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.Integer |
getEPSGCode(java.lang.String wktStr)
Get the EPSG code from a WKT.
|
static boolean |
isCRSWGS84(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Check if a projection is WGS84 / EPSG 4326.
|
public static java.lang.Integer getEPSGCode(java.lang.String wktStr) throws IllegalActionException
IllegalActionException
public static boolean isCRSWGS84(org.opengis.referencing.crs.CoordinateReferenceSystem crs)