com.esri.arcgis.geometry
Interface IMSegmentationInternal

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMSegmentationInternalProxy

public interface IMSegmentationInternal
extends java.io.Serializable

COM Interface 'IMSegmentationInternal'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID040e3809_1106_11d6_9fa9_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID040e3809_1106_11d6_9fa9_00c04f6bdf0d

static final int IID040e3809_1106_11d6_9fa9_00c04f6bdf0d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMMonotonicity

int getMMonotonicity()
                     throws java.io.IOException,
                            AutomationException
Returns a combination of esriMonotinicityEnum values that describes all trends in M values over the length of the curve.

Returns:
The monotonicityDetails
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryFirstLastM

void queryFirstLastM(double[] firstM,
                     double[] lastM)
                     throws java.io.IOException,
                            AutomationException
Returns the first and last defined M value for the curve.

Parameters:
firstM - The firstM (out: use single element array)
lastM - The lastM (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

orientByMs

void orientByMs()
                throws java.io.IOException,
                       AutomationException
Re-orients the curve to make Ms non-decreasing, if possible.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.