com.esri.arcgis.geometry
Interface IMolodenskyTransformation
- All Superinterfaces:
- IGeoTransformation, ITransformation, java.io.Serializable
- All Known Implementing Classes:
- AbridgedMolodenskyTransformation, IMolodenskyTransformationProxy, MolodenskyTransformation
public interface IMolodenskyTransformation
- extends IGeoTransformation, java.io.Serializable
COM Interface 'IMolodenskyTransformation'. Generated 3/19/2015 1:20:57 PM
from 'C:\ArcGIS\COM\esriGeometry.olb'
Description: 'Provides access to members that control the parameters of a Molodensky 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 =
Method Summary |
void |
getParameters(double[] dx,
double[] dy,
double[] dz)
Returns the dx, dy and dz parameters. |
void |
putParameters(double dx,
double dy,
double dz)
Sets the dx, dy and dz parameters. |
IID0cdf92b3_c2a0_11d2_bd08_0000f875bcce
static final int IID0cdf92b3_c2a0_11d2_bd08_0000f875bcce
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getParameters
void getParameters(double[] dx,
double[] dy,
double[] dz)
throws java.io.IOException,
AutomationException
- Returns the dx, dy and dz parameters.
- Parameters:
dx
- The dx (out: use single element array)dy
- The dy (out: use single element array)dz
- The dz (out: use single element array)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
putParameters
void putParameters(double dx,
double dy,
double dz)
throws java.io.IOException,
AutomationException
- Sets the dx, dy and dz parameters.
- Parameters:
dx
- The dx (in)dy
- The dy (in)dz
- The dz (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.