public interface CoordinateTransform extends Serializable
ProjCoordinate from one CoordinateReferenceSystem
into a different one.CoordinateTransformFactory| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
getSourceCRS() |
CoordinateReferenceSystem |
getTargetCRS() |
ProjCoordinate |
transform(ProjCoordinate src,
ProjCoordinate tgt)
Tranforms a coordinate from the source
CoordinateReferenceSystem
to the target one. |
CoordinateReferenceSystem getSourceCRS()
CoordinateReferenceSystem getTargetCRS()
ProjCoordinate transform(ProjCoordinate src, ProjCoordinate tgt) throws Proj4jException
CoordinateReferenceSystem
to the target one.src - the input coordinate to transformtgt - the transformed coordinateProj4jException - if a computation error is encounteredCopyright © 2022. All rights reserved.