Uses of Class
org.locationtech.proj4j.Proj4jException
Packages that use Proj4jException
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of Proj4jException in org.locationtech.proj4j
Subclasses of Proj4jException in org.locationtech.proj4jModifier and TypeClassDescriptionclassSignals that an interative mathematical algorithm has failed to converge.classSignals that a parameter or computed internal variable has a value which lies outside the allowable bounds for the computation in which it is being used.classSignals that an erroneous situation has occured during the computation of a projected coordinate system value.classSignals that an authority code is unknown and cannot be mapped to a CRS definition.classSignals that a parameter in a CRS specification is not currently supported, or unknown.Methods in org.locationtech.proj4j that throw Proj4jExceptionModifier and TypeMethodDescriptionBasicCoordinateTransform.transform(ProjCoordinate src, ProjCoordinate tgt) Transforms a coordinate from the sourceCoordinateReferenceSystemto the target one.CoordinateTransform.transform(ProjCoordinate src, ProjCoordinate tgt) Tranforms a coordinate from the sourceCoordinateReferenceSystemto the target one. -
Uses of Proj4jException in org.locationtech.proj4j.geoapi
Subclasses of Proj4jException in org.locationtech.proj4j.geoapiModifier and TypeClassDescriptionclassThrown byWrapper.proj4j(…)when a GeoAPI object cannot be unwrapped or copied to a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type Proj4jExceptionModifier and TypeMethodDescription(package private) static org.opengis.referencing.operation.TransformExceptionTransformWrapper.cannotTransform(Proj4jException e) Wraps the given PROJ4J exception in a GeoAPI exception.