com.esri.arcgis.geometry
Interface IMCollection

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMSegmentation, IMSegmentation2, IMSegmentation3, IMSegmentation4
All Known Implementing Classes:
IMCollectionProxy, IMSegmentation2Proxy, IMSegmentation3Proxy, IMSegmentation4Proxy, IMSegmentationProxy, MultiPatch, Multipoint, Polygon, Polyline

public interface IMCollection
extends java.io.Serializable

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

Description: 'Provides access to members that control operations on M-aware multipoints, polylines, polygons and multipatches.' 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 IID01faff20_5191_11d2_92f6_0000f875171d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMMax()
          The maximum M value.
 double getMMin()
          The minimum M value.
 void multiplyMs(double factor)
          Multiplies all the M values by a factor.
 void offsetMs(double offset)
          Offsets all the M values by an offset value.
 

Field Detail

IID01faff20_5191_11d2_92f6_0000f875171d

static final int IID01faff20_5191_11d2_92f6_0000f875171d
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

getMMin

double getMMin()
               throws java.io.IOException,
                      AutomationException
The minimum M value.

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

getMMax

double getMMax()
               throws java.io.IOException,
                      AutomationException
The maximum M value.

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

multiplyMs

void multiplyMs(double factor)
                throws java.io.IOException,
                       AutomationException
Multiplies all the M values by a factor.

Parameters:
factor - The factor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

offsetMs

void offsetMs(double offset)
              throws java.io.IOException,
                     AutomationException
Offsets all the M values by an offset value.

Parameters:
offset - The offset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.