Class NSG_CRSUtils
java.lang.Object
org.opengeospatial.cite.wmts10.nsg.core.util.NSG_CRSUtils
- Author:
- Jim Beatty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringnormaliseCrsName(String crsNameToNormalise) Converts the passed crs a form like 'EPSG:4326' e.g "urn:ogc:def:crs:EPSG::3857" into "EPSG:3857"
-
Constructor Details
-
NSG_CRSUtils
public NSG_CRSUtils()
-
-
Method Details
-
normaliseCrsName
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, nevernull- Returns:
- the normalised crs, never
null
-