ilog.views.maps.projection
Interface IlvHorizontalDatumConverter

All Known Implementing Classes:
IlvMolodenskyConverter

Deprecated. Since JViews 5.0, use the coordinate transformation package in ilog.views.maps.srs

public interface IlvHorizontalDatumConverter

An interface providing services to convert coordinates from one horizontal datum to another.

Since:
JViews 3.0

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

convert

void convert(IlvHorizontalDatum sourceDatum,
             IlvHorizontalDatum targetDatum,
             IlvCoordinate ll)
             throws IlvProjectionException
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.

Parameters:
sourceDatum - Datum in which the input coordinate is expressed
targetDatum - Datum into which the input coordinate is converted
ll - Longitude/latitude coordinate in radians (x = longitude, y = latitude)
Throws:
IlvProjectionException - if an error occurs during the conversion.


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