Uses of Class
org.locationtech.proj4j.Proj4jException
-
Packages that use Proj4jException Package Description org.locationtech.proj4j -
-
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.
-