com.esri.arcgis.geometry
Interface ISegmentZ2

All Superinterfaces:
ISegmentZ, java.io.Serializable
All Known Implementing Classes:
ISegmentZ2Proxy

public interface ISegmentZ2
extends ISegmentZ, java.io.Serializable

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

Description: 'Provides access to members that allow manipulations of segments with Zs.' 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 IIDdf1f1e7d_6b8c_44c1_a005_92a8a56cb4cf
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.ISegmentZ
IID61b43a4b_e3d5_11d2_9f2e_00c04f6bdf0d
 
Method Summary
 void densify3D(int cMaxSegments, double maxDeviation, int[] pcOutSegments, ILine[] ppSegments)
          Densify segment into the specified number of smaller segments.
 
Methods inherited from interface com.esri.arcgis.geometry.ISegmentZ
getZs, setZs
 

Field Detail

IIDdf1f1e7d_6b8c_44c1_a005_92a8a56cb4cf

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

densify3D

void densify3D(int cMaxSegments,
               double maxDeviation,
               int[] pcOutSegments,
               ILine[] ppSegments)
               throws java.io.IOException,
                      AutomationException
Densify segment into the specified number of smaller segments. This method is intended for internal use only.

Parameters:
cMaxSegments - The cMaxSegments (in)
maxDeviation - The maxDeviation (in)
pcOutSegments - The pcOutSegments (out: use single element array)
ppSegments - A reference to a com.esri.arcgis.geometry.ILine (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.