public interface IGeographic2DOffsetTransformation extends IGeoTransformation, java.io.Serializable
Description: 'Provides access to members that control the geographic 2D offset transformation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1c5a7b93_e68e_11de_8a39_0800200c9a66 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9273bb60_c611_11d2_bd08_0000f875bcce
IID6f2cf924_7e00_11d0_82f4_0000f8034032
Modifier and Type | Method and Description |
---|---|
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.
|
getName, getSpatialReferences, putSpatialReferences, setName
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
static final int IID1c5a7b93_e68e_11de_8a39_0800200c9a66
static final int xxDummy
static final java.lang.String IID
void putParameters(double dlon, double dlat) throws java.io.IOException, AutomationException
dlon
- The dlon (in)dlat
- The dlat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getParameters(double[] dlon, double[] dlat) throws java.io.IOException, AutomationException
dlon
- The dlon (out: use single element array)dlat
- The dlat (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.