ilog.views.maps.projection
Interface IlvHorizontalDatumConverterFactory


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

public interface IlvHorizontalDatumConverterFactory

An interface providing services to select the appropriate converter between two datum.

Since:
JViews 3.0
See Also:
IlvHorizontalDatum.GetConverterFactory(), IlvHorizontalDatum.SetConverterFactory(ilog.views.maps.projection.IlvHorizontalDatumConverterFactory)

Method Summary
 IlvHorizontalDatumConverter getConverter(IlvHorizontalDatum sourceDatum, IlvHorizontalDatum targetDatum)
          Deprecated. Returns a converter that can convert coordinates from the sourceDatum into the targetDatum.
 

Method Detail

getConverter

IlvHorizontalDatumConverter getConverter(IlvHorizontalDatum sourceDatum,
                                         IlvHorizontalDatum targetDatum)
                                         throws IlvProjectionException
Deprecated. 
Returns a converter that can convert coordinates from the sourceDatum into the targetDatum.

Throws:
IlvProjectionException - if the factory cannot create a converter between the specified datums.


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