|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMSegmentationInternal
Provides access to members that allow certain MSegmentation functionality, similar to that on IMSegmentation3 but more limited.
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. |
Method Detail |
---|
int getMMonotonicity() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryFirstLastM(double[] firstM, double[] lastM) throws IOException, AutomationException
firstM
- The firstM (out: use single element array)lastM
- The lastM (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void orientByMs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |