public interface IZShift
extends java.io.Serializable
Description: 'Provides access to a limited 3D awareness for a 2D affine 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 |
IID2439619f_6516_4a91_a0b9_3cfc98d214d2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getZShift(double[] zOrigin,
double[] zOffset)
The shift in the Z direction.
|
void |
putZShift(double zOrigin,
double zOffset)
The shift in the Z direction.
|
static final int IID2439619f_6516_4a91_a0b9_3cfc98d214d2
static final int xxDummy
static final java.lang.String IID
void putZShift(double zOrigin, double zOffset) throws java.io.IOException, AutomationException
zOrigin
- The zOrigin (in)zOffset
- The zOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getZShift(double[] zOrigin, double[] zOffset) throws java.io.IOException, AutomationException
zOrigin
- The zOrigin (out: use single element array)zOffset
- The zOffset (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.