com.esri.arcgis.geometry
Interface ISegmentZ

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISegmentZ2
All Known Implementing Classes:
BezierCurve, CircularArc, EllipticArc, ISegmentZ2Proxy, ISegmentZProxy, Line

public interface ISegmentZ
extends java.io.Serializable

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

Description: 'Provides access to members that allow simple manipulations of Zs at the segment level.' 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 IID61b43a4b_e3d5_11d2_9f2e_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getZs(double[] fromZ, double[] toZ)
          Get the Zs on the segment's endpoints.
 void setZs(double fromZ, double toZ)
          Set the Zs on the segment's endpoints.
 

Field Detail

IID61b43a4b_e3d5_11d2_9f2e_00c04f6bdf0d

static final int IID61b43a4b_e3d5_11d2_9f2e_00c04f6bdf0d
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

getZs

void getZs(double[] fromZ,
           double[] toZ)
           throws java.io.IOException,
                  AutomationException
Get the Zs on the segment's endpoints.

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

setZs

void setZs(double fromZ,
           double toZ)
           throws java.io.IOException,
                  AutomationException
Set the Zs on the segment's endpoints.

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