Uses of Class
org.locationtech.proj4j.UnsupportedParameterException
-
Packages that use UnsupportedParameterException Package Description org.locationtech.proj4j org.locationtech.proj4j.util -
-
Uses of UnsupportedParameterException in org.locationtech.proj4j
Methods in org.locationtech.proj4j that throw UnsupportedParameterException Modifier and Type Method Description CoordinateReferenceSystem
CRSFactory. createFromName(java.lang.String name)
Creates aCoordinateReferenceSystem
(CRS) from a well-known name.CoordinateReferenceSystem
CRSFactory. createFromParameters(java.lang.String name, java.lang.String paramStr)
Creates aCoordinateReferenceSystem
from a PROJ.4 projection parameter string.CoordinateReferenceSystem
CRSFactory. createFromParameters(java.lang.String name, java.lang.String[] params)
Creates aCoordinateReferenceSystem
defined by an array of PROJ.4 projection parameters. -
Uses of UnsupportedParameterException in org.locationtech.proj4j.util
Methods in org.locationtech.proj4j.util that throw UnsupportedParameterException Modifier and Type Method Description CoordinateReferenceSystem
CRSCache. createFromName(java.lang.String name)
CoordinateReferenceSystem
CRSCache. createFromParameters(java.lang.String name, java.lang.String paramStr)
CoordinateReferenceSystem
CRSCache. createFromParameters(java.lang.String name, java.lang.String[] params)
-