Class NSG_CRSUtils

java.lang.Object
org.opengeospatial.cite.wmts10.nsg.core.util.NSG_CRSUtils

public class NSG_CRSUtils extends Object
Author:
Jim Beatty
  • Constructor Details

    • NSG_CRSUtils

      public NSG_CRSUtils()
  • Method Details

    • normaliseCrsName

      public static String normaliseCrsName(String crsNameToNormalise)
      Converts the passed crs a form like 'EPSG:4326' e.g "urn:ogc:def:crs:EPSG::3857" into "EPSG:3857"
      Parameters:
      crsNameToNormalise - name of the crs to normalise, never null
      Returns:
      the normalised crs, never null