public interface CoordinateTransform extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double[] |
apply(double[] location)
Apply the
CoordinateTransform to a location. |
void |
applyInPlace(double[] location)
Apply the
CoordinateTransform to a location. |
double[] apply(double[] location)
CoordinateTransform to a location.location - void applyInPlace(double[] location)
CoordinateTransform to a location.location - Copyright © 2015–2021 Fiji. All rights reserved.