Uses of Class
org.locationtech.proj4j.InvalidValueException
Packages that use InvalidValueException
-
Uses of InvalidValueException in org.locationtech.proj4j
Methods in org.locationtech.proj4j that throw InvalidValueExceptionModifier and TypeMethodDescriptionCRSFactory.createFromName
(String name) Creates aCoordinateReferenceSystem
(CRS) from a well-known name.CRSFactory.createFromParameters
(String name, String paramStr) Creates aCoordinateReferenceSystem
from a PROJ.4 projection parameter string.CRSFactory.createFromParameters
(String name, String[] params) Creates aCoordinateReferenceSystem
defined by an array of PROJ.4 projection parameters. -
Uses of InvalidValueException in org.locationtech.proj4j.util
Methods in org.locationtech.proj4j.util that throw InvalidValueExceptionModifier and TypeMethodDescriptionCRSCache.createFromName
(String name) CRSCache.createFromParameters
(String name, String paramStr) CRSCache.createFromParameters
(String name, String[] params)