public interface IMSegmentationInternal
extends java.io.Serializable
Description: 'Provides access to members that allow certain MSegmentation functionality, similar to that on IMSegmentation3 but more limited.' 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 |
IID040e3809_1106_11d6_9fa9_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getMMonotonicity()
Returns a combination of esriMonotinicityEnum values that describes all trends in M values over the length of the curve.
|
void |
orientByMs()
Re-orients the curve to make Ms non-decreasing, if possible.
|
void |
queryFirstLastM(double[] firstM,
double[] lastM)
Returns the first and last defined M value for the curve.
|
static final int IID040e3809_1106_11d6_9fa9_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
int getMMonotonicity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryFirstLastM(double[] firstM, double[] lastM) throws java.io.IOException, AutomationException
firstM
- The firstM (out: use single element array)lastM
- The lastM (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void orientByMs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.