com.esri.arcgis.geometry
Interface IZShift

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AffineTransformation2D, IZShiftProxy

public interface IZShift
extends java.io.Serializable

COM Interface 'IZShift'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2439619f_6516_4a91_a0b9_3cfc98d214d2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getZShift(double[] zOrigin, double[] zOffset)
          The shift in the Z direction.
 void putZShift(double zOrigin, double zOffset)
          The shift in the Z direction.
 

Field Detail

IID2439619f_6516_4a91_a0b9_3cfc98d214d2

static final int IID2439619f_6516_4a91_a0b9_3cfc98d214d2
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
Method Detail

putZShift

void putZShift(double zOrigin,
               double zOffset)
               throws java.io.IOException,
                      AutomationException
The shift in the Z direction.

Parameters:
zOrigin - The zOrigin (in)
zOffset - The zOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZShift

void getZShift(double[] zOrigin,
               double[] zOffset)
               throws java.io.IOException,
                      AutomationException
The shift in the Z direction.

Parameters:
zOrigin - The zOrigin (out: use single element array)
zOffset - The zOffset (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.