@Deprecated public interface IlvHorizontalDatumConverter
Modifier and Type | Method and Description |
---|---|
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. |
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.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.