public interface IPolycurve3D
extends java.io.Serializable
Description: 'Provides access to members that define operations common to polycurves 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 |
IID6774df52_07a6_4509_9523_50b4c485bb52 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
densify3D(double maxSegmentLength,
double maxDeviation)
Converts this Polycurve into a piecewise linear approximation of itself.
|
void |
generalize3D(double maxAllowableOffset)
Generalizes this polycurve using the Douglas-Peucker algorithm.
|
void |
weed3D(double maxAllowableOffsetFactor)
Generalizes using a small tolerance based upon either the system units of the geometry's spatial reference, or the geometry's bounding box.
|
static final int IID6774df52_07a6_4509_9523_50b4c485bb52
static final int xxDummy
static final java.lang.String IID
void densify3D(double maxSegmentLength, double maxDeviation) throws java.io.IOException, AutomationException
maxSegmentLength
- The maxSegmentLength (in)maxDeviation
- The maxDeviation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void generalize3D(double maxAllowableOffset) throws java.io.IOException, AutomationException
maxAllowableOffset
- The maxAllowableOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void weed3D(double maxAllowableOffsetFactor) throws java.io.IOException, AutomationException
maxAllowableOffsetFactor
- The maxAllowableOffsetFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.