Interface IProjector
-
- All Known Implementing Classes:
SinusoidalProjector
@Deprecated public interface IProjector
Deprecated.NOTE: This API is still in flux and might change in incompatible ways in the next release.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description double[]
coords(double latitude, double longitude)
Deprecated.String
coordsAsString(double latitude, double longitude)
Deprecated.
-
-
-
Method Detail
-
coordsAsString
String coordsAsString(double latitude, double longitude)
Deprecated.
-
coords
double[] coords(double latitude, double longitude)
Deprecated.
-
-