|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvHorizontalDatumConverter
An interface providing services to convert coordinates from one horizontal datum to another.
| Method Summary | |
|---|---|
void |
convert(IlvHorizontalDatum sourceDatum,
IlvHorizontalDatum targetDatum,
IlvCoordinate ll)
Deprecated. Converts the ll coordinate representing a geodetic
latitude and longitude expressed in the source horizontal
datum, into a coordinate representing the geodetic latitude and longitude,
expressed in the target horizontal datum. |
| Method Detail |
|---|
void convert(IlvHorizontalDatum sourceDatum,
IlvHorizontalDatum targetDatum,
IlvCoordinate ll)
throws IlvProjectionException
ll coordinate representing a geodetic
latitude and longitude expressed in the source horizontal
datum, into a coordinate representing the geodetic latitude and longitude,
expressed in the target horizontal datum.
sourceDatum - Datum in which the input coordinate is expressedtargetDatum - Datum into which the input coordinate is convertedll - Longitude/latitude coordinate in radians (x = longitude,
y = latitude)
IlvProjectionException - if an error occurs during the
conversion.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||