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