| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeographic2DOffsetTransformation
Provides access to members that control the geographic 2D offset transformation.
The Geographic2DOffsetTransformation method converts between two geographic coordinates systems. It takes two parameter values in arc-seconds. The parameters are a shift in latitude and a shift, or offset, in longitude.
| Method Summary | |
|---|---|
 void | 
getParameters(double[] dlon,
              double[] dlat)
Returns latitude and longitude translation values for the transformation.  | 
 void | 
putParameters(double dlon,
              double dlat)
Sets latitude and longitude translation values for the transformation.  | 
| Methods inherited from interface com.esri.arcgis.geometry.IGeoTransformation | 
|---|
getName, getSpatialReferences, putSpatialReferences, setName | 
| Methods inherited from interface com.esri.arcgis.geometry.ITransformation | 
|---|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII | 
| Method Detail | 
|---|
void putParameters(double dlon,
                   double dlat)
                   throws IOException,
                          AutomationException
dlon - The dlon  (in)dlat - The dlat  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getParameters(double[] dlon,
                   double[] dlat)
                   throws IOException,
                          AutomationException
dlon - The dlon  (out: use single element array)dlat - The dlat  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||