public interface esriCurveExtension
extends java.io.Serializable
Description: 'Describes the options to be used when extending a polyline. See the IConstructCurve::ConstructExtended method.' 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 int |
esriDefaultCurveExtension
By default, extension considers both ends of paths.
|
static int |
esriKeepEndAttributes
If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point.
|
static int |
esriNoEndAttributes
If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point.
|
static int |
esriNoExtendAtFrom
Do not extend the 'from' end of any path.
|
static int |
esriNoExtendAtTo
Do not extend the 'to' end of any path.
|
static int |
esriRelocateEnds
If an extension is performed at an end, relocate the end point to the new position instead of leaving the old point and adding a new point at the new position.
|
static final int esriDefaultCurveExtension
static final int esriRelocateEnds
static final int esriKeepEndAttributes
static final int esriNoEndAttributes
static final int esriNoExtendAtFrom
static final int esriNoExtendAtTo