public interface ISegmentZ2 extends ISegmentZ, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdf1f1e7d_6b8c_44c1_a005_92a8a56cb4cf |
static int |
xxDummy
Deprecated.
Internal use only
|
IID61b43a4b_e3d5_11d2_9f2e_00c04f6bdf0d
Modifier and Type | Method and Description |
---|---|
void |
densify3D(int cMaxSegments,
double maxDeviation,
int[] pcOutSegments,
ILine[] ppSegments)
Densify segment into the specified number of smaller segments.
|
static final int IIDdf1f1e7d_6b8c_44c1_a005_92a8a56cb4cf
static final int xxDummy
static final java.lang.String IID
void densify3D(int cMaxSegments, double maxDeviation, int[] pcOutSegments, ILine[] ppSegments) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.