public interface IPolycurve4
extends java.io.Serializable
Description: 'Provides geodesic operations on curves.' 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 |
IIDc0ea9a43_8884_4b70_9726_9cb6acfc0788 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
geodesicDensify(double maxSegmentLength)
Densifies and reshapes existing segments so that the output segments follow the shortest ground path connecting input vertices.
|
static final int IIDc0ea9a43_8884_4b70_9726_9cb6acfc0788
static final int xxDummy
static final java.lang.String IID
void geodesicDensify(double maxSegmentLength) throws java.io.IOException, AutomationException
maxSegmentLength
- The maxSegmentLength (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.