| 程序包 | 说明 |
|---|---|
| org.meteoinfo.projection.proj4j |
| 限定符和类型 | 类 | 说明 |
|---|---|---|
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.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ProjCoordinate |
BasicCoordinateTransform.transform(ProjCoordinate src,
ProjCoordinate tgt) |
Tranforms a coordinate from the source
CoordinateReferenceSystem
to the target one. |
ProjCoordinate |
CoordinateTransform.transform(ProjCoordinate src,
ProjCoordinate tgt) |
Tranforms a coordinate from the source
CoordinateReferenceSystem
to the target one. |
Copyright © 2019. All rights reserved.