com.esri.arcgis.geometry
Interface IZShift

All Superinterfaces:
Serializable
All Known Implementing Classes:
AffineTransformation2D

public interface IZShift
extends Serializable

Provides access to a limited 3D awareness for a 2D affine transformation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

putZShift

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getZShift

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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