Description: 'Provides access to additional linear referencing operations on polylines.' 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 =
public class IMSegmentation3Proxy extends IMSegmentation2Proxy implements IMSegmentation3, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID58ad0d5d_393d_44aa_9797_6e50d06ed524IIDb80d4790_f452_11d3_9f69_00c04f6bdd7fIIDfd5e17ec_d717_11d2_9f34_00c04f6bdf06IID01faff20_5191_11d2_92f6_0000f875171d| Modifier | Constructor and Description |
|---|---|
|
IMSegmentation3Proxy()
Deprecated.
For internal use only
|
|
IMSegmentation3Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IMSegmentation3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMSegmentation3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMSegmentation3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
getMMonotonicity()
Deprecated.
A combination of esriMonotinicityEnum values that describes all trends in M values over the length of the curve.
|
IGeometryCollection |
getNormalsAtM(double m,
double length)
Deprecated.
Returns a geometry bag of line segments corresponding to the normal at the locations along the geometry where the specified M occurs.
|
void |
orientByMs()
Deprecated.
Re-orients the curve to make Ms non-decreasing, if possible.
|
void |
queryFirstLastM(double[] firstM,
double[] lastM)
Deprecated.
Returns the first and last defined M value for the curve.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
updateAllMsByMs(IPoint origin,
double scale,
double offset,
boolean ignoreGaps)
Deprecated.
Sets Ms on vertices as scaled and offset M distances from the input origin as measured along the polyline based on the existing M's.
|
calibrateByDistance, calibrateByMs, getSubcurveBetweenMsEx, setMsAsDistance2, updateMsByDistance, updateMsByMscalculateNonSimpleMs, extrapolateMs, getDistancesAtM, getMMonotonic, getMsAtDistance, getPointsAtM, getSubcurveBetweenMs, insertMAtDistance, interpolateMsBetween, reverseMsOrder, setAndInterpolateMsBetween, setMsAsDistancegetMMax, getMMin, multiplyMs, offsetMsbindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitcalibrateByDistance, calibrateByMs, getSubcurveBetweenMsEx, setMsAsDistance2, updateMsByDistance, updateMsByMscalculateNonSimpleMs, extrapolateMs, getDistancesAtM, getMMonotonic, getMsAtDistance, getPointsAtM, getSubcurveBetweenMs, insertMAtDistance, interpolateMsBetween, reverseMsOrder, setAndInterpolateMsBetween, setMsAsDistancegetMMax, getMMin, multiplyMs, offsetMspublic static final java.lang.Class targetClass
public boolean noncastable
public IMSegmentation3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IMSegmentation3Proxy()
public IMSegmentation3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMSegmentation3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMSegmentation3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IMSegmentation2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IMSegmentation2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void updateAllMsByMs(IPoint origin, double scale, double offset, boolean ignoreGaps) throws java.io.IOException, AutomationException
updateAllMsByMs in interface IMSegmentation3origin - A reference to a com.esri.arcgis.geometry.IPoint (in)scale - The scale (in)offset - The offset (in)ignoreGaps - The ignoreGaps (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometryCollection getNormalsAtM(double m, double length) throws java.io.IOException, AutomationException
getNormalsAtM in interface IMSegmentation3m - The m (in)length - The length (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMMonotonicity()
throws java.io.IOException,
AutomationException
getMMonotonicity in interface IMSegmentation3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryFirstLastM(double[] firstM,
double[] lastM)
throws java.io.IOException,
AutomationException
queryFirstLastM in interface IMSegmentation3firstM - 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.public void orientByMs()
throws java.io.IOException,
AutomationException
orientByMs in interface IMSegmentation3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.