|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IZShift
Provides access to a limited 3D awareness for a 2D affine transformation.
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 |
---|
void putZShift(double zOrigin, double zOffset) throws IOException, AutomationException
zOrigin
- The zOrigin (in)zOffset
- The zOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getZShift(double[] zOrigin, double[] zOffset) throws IOException, AutomationException
zOrigin
- The zOrigin (out: use single element array)zOffset
- The zOffset (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |