Package | Description |
---|---|
org.locationtech.proj4j |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ProjCoordinate |
CoordinateTransform.transform(ProjCoordinate src,
ProjCoordinate tgt)
Tranforms a coordinate from the source
CoordinateReferenceSystem
to the target one. |
ProjCoordinate |
BasicCoordinateTransform.transform(ProjCoordinate src,
ProjCoordinate tgt)
Transforms a coordinate from the source
CoordinateReferenceSystem
to the target one. |
Copyright © 2021. All rights reserved.