public interface esriCurveDensifyMethod
extends java.io.Serializable
Description: 'The different ways of producing a piecewise linear approximation to a curve.' 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 |
esriCurveDensifyByAngle
densify parameter is angle increment.
|
static int |
esriCurveDensifyByDeviation
densify parameter is deviation from true curve.
|
static int |
esriCurveDensifyByLength
densify parameter is curve length increment.
|
static final int esriCurveDensifyByLength
static final int esriCurveDensifyByAngle
static final int esriCurveDensifyByDeviation