@Deprecated public class IlvMolodenskyConverter extends Object implements IlvHorizontalDatumConverter
IlvHorizontalShiftDatum
to another. The conversion
algorithm uses the Molodensky formula.IlvHorizontalShiftDatum
Constructor and Description |
---|
IlvMolodenskyConverter()
Deprecated.
Creates an instance of the
IlvMolodenskyConverter class. |
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 horizontal datum
sourceDatum
into a coordinate representing the geodetic latitude and longitude
expressed in the horizontal datum targetDatum . |
public IlvMolodenskyConverter()
IlvMolodenskyConverter
class.public void convert(IlvHorizontalDatum sourceDatum, IlvHorizontalDatum targetDatum, IlvCoordinate ll)
ll
coordinate representing a geodetic
latitude and longitude expressed in the horizontal datum
sourceDatum
into a coordinate representing the geodetic latitude and longitude
expressed in the horizontal datum targetDatum
.convert
in interface IlvHorizontalDatumConverter
sourceDatum
- Datum into which the input coordinate is expressedtargetDatum
- Datum in which the input coordinate is convertedll
- Longitude/latitude coordinate in radians (x = longitude,
y = latitude).© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.