ilog.views.maps.projection
Class IlvMolodenskyConverter

java.lang.Object
  extended by ilog.views.maps.projection.IlvMolodenskyConverter
All Implemented Interfaces:
IlvHorizontalDatumConverter

Deprecated. Since JViews 5.0, use ilog.views.maps.srs.coordtrans.IlvAbridgedMolodenskyTransformation.

public class IlvMolodenskyConverter
extends Object
implements IlvHorizontalDatumConverter

This converter can convert coordinates from one IlvHorizontalShiftDatum to another. The conversion algorithm uses the Molodensky formula.

Since:
JViews 3.0
See Also:
IlvHorizontalShiftDatum

Constructor Summary
IlvMolodenskyConverter()
          Deprecated. Creates an instance of the IlvMolodenskyConverter class.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvMolodenskyConverter

public IlvMolodenskyConverter()
Deprecated. 
Creates an instance of the IlvMolodenskyConverter class.

Method Detail

convert

public 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.

Specified by:
convert in interface IlvHorizontalDatumConverter
Parameters:
sourceDatum - Datum into which the input coordinate is expressed
targetDatum - Datum in which the input coordinate is converted
ll - Longitude/latitude coordinate in radians (x = longitude, y = latitude).
Since:
JViews 3.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.