Uses of Class
org.meteoinfo.projection.proj4j.Proj4jException
-
Packages that use Proj4jException Package Description org.meteoinfo.projection.proj4j -
-
Uses of Proj4jException in org.meteoinfo.projection.proj4j
Subclasses of Proj4jException in org.meteoinfo.projection.proj4j Modifier and Type Class Description classConvergenceFailureExceptionSignals that an interative mathematical algorithm has failed to converge.classInvalidValueExceptionSignals 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.classProjectionExceptionSignals that an erroneous situation has occured during the computation of a projected coordinate system value.classUnknownAuthorityCodeExceptionSignals that an authority code is unknown and cannot be mapped to a CRS definition.classUnsupportedParameterExceptionSignals that a parameter in a CRS specification is not currently supported, or unknown.Methods in org.meteoinfo.projection.proj4j that throw Proj4jException Modifier and Type Method Description ProjCoordinateBasicCoordinateTransform. transform(ProjCoordinate src, ProjCoordinate tgt)Tranforms a coordinate from the sourceCoordinateReferenceSystemto the target one.ProjCoordinateCoordinateTransform. transform(ProjCoordinate src, ProjCoordinate tgt)Tranforms a coordinate from the sourceCoordinateReferenceSystemto the target one.
-