Uses of Class
org.locationtech.proj4j.Proj4jException
-
Packages that use Proj4jException Package Description org.locationtech.proj4j org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of Proj4jException in org.locationtech.proj4j
Subclasses of Proj4jException in org.locationtech.proj4j Modifier and Type Class Description class
ConvergenceFailureException
Signals that an interative mathematical algorithm has failed to converge.class
InvalidValueException
Signals 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.class
ProjectionException
Signals that an erroneous situation has occured during the computation of a projected coordinate system value.class
UnknownAuthorityCodeException
Signals that an authority code is unknown and cannot be mapped to a CRS definition.class
UnsupportedParameterException
Signals that a parameter in a CRS specification is not currently supported, or unknown.Methods in org.locationtech.proj4j that throw Proj4jException Modifier and Type Method Description ProjCoordinate
BasicCoordinateTransform. transform(ProjCoordinate src, ProjCoordinate tgt)
Transforms a coordinate from the sourceCoordinateReferenceSystem
to the target one.ProjCoordinate
CoordinateTransform. transform(ProjCoordinate src, ProjCoordinate tgt)
Tranforms a coordinate from the sourceCoordinateReferenceSystem
to the target one. -
Uses of Proj4jException in org.locationtech.proj4j.geoapi
Subclasses of Proj4jException in org.locationtech.proj4j.geoapi Modifier and Type Class Description class
UnconvertibleInstanceException
Thrown 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 Proj4jException Modifier and Type Method Description (package private) static org.opengis.referencing.operation.TransformException
TransformWrapper. cannotTransform(Proj4jException e)
Wraps the given PROJ4J exception in a GeoAPI exception.
-