Description: 'Provides access to members that construct multiple points using other geometries and values.' 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 IConstructMultipointProxy extends com.esri.arcgis.interop.Dispatch implements IConstructMultipoint, 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, objRef
IID, IIDbe99e37a_14f8_11d1_8336_0000f8775be9
Modifier | Constructor and Description |
---|---|
|
IConstructMultipointProxy()
Deprecated.
For internal use only
|
|
IConstructMultipointProxy(java.lang.Object obj)
Deprecated.
|
protected |
IConstructMultipointProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IConstructMultipointProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IConstructMultipointProxy(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.
|
void |
constructArcPoints(ICircularArc a)
Deprecated.
Constructs the four arc points (fromPoint, toPoint, center point, intersection point of the tangents at fromPoint and toPoint, in that order) for the specified circular arc.
|
void |
constructDivideEqual(ICurve inCurve,
int numInnerPoints)
Deprecated.
Constructs cPoints points evenly distributed along the input curve.
|
void |
constructDivideLength(ICurve inCurve,
double separationDistance)
Deprecated.
Places points along the input curve each seperate by the specified distance.
|
void |
constructIntersection(ISegment segment1,
int extension1,
ISegment segment2,
int extension2,
java.lang.Object[] params1,
java.lang.Object[] params2,
java.lang.Object[] isTangentPoint)
Deprecated.
Constructs the point(s) of intersection/tangency between two segments.
|
void |
constructIntersectionEx(ISegment segment1,
int extension1,
ISegment segment2,
int extension2,
double[] params1,
double[] params2,
int[] tangentBits)
Deprecated.
Constructs the point(s) of intersection/tangency between two segments.
|
void |
constructTangent(ICurve inCurve,
IPoint p)
Deprecated.
Constructs all points of tangency to a curve from a point.
|
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.
|
bindUsingMoniker, 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, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IConstructMultipointProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IConstructMultipointProxy()
public IConstructMultipointProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IConstructMultipointProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IConstructMultipointProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void constructTangent(ICurve inCurve, IPoint p) throws java.io.IOException, AutomationException
constructTangent
in interface IConstructMultipoint
inCurve
- A reference to a com.esri.arcgis.geometry.ICurve (in)p
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructDivideEqual(ICurve inCurve, int numInnerPoints) throws java.io.IOException, AutomationException
constructDivideEqual
in interface IConstructMultipoint
inCurve
- A reference to a com.esri.arcgis.geometry.ICurve (in)numInnerPoints
- The numInnerPoints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructDivideLength(ICurve inCurve, double separationDistance) throws java.io.IOException, AutomationException
constructDivideLength
in interface IConstructMultipoint
inCurve
- A reference to a com.esri.arcgis.geometry.ICurve (in)separationDistance
- The separationDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructArcPoints(ICircularArc a) throws java.io.IOException, AutomationException
constructArcPoints
in interface IConstructMultipoint
a
- A reference to a com.esri.arcgis.geometry.ICircularArc (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructIntersectionEx(ISegment segment1, int extension1, ISegment segment2, int extension2, double[] params1, double[] params2, int[] tangentBits) throws java.io.IOException, AutomationException
constructIntersectionEx
in interface IConstructMultipoint
segment1
- A reference to a com.esri.arcgis.geometry.ISegment (in)extension1
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)segment2
- A reference to a com.esri.arcgis.geometry.ISegment (in)extension2
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)params1
- The params1 (out: use single element array, optional, pass single element of null if not required)params2
- The params2 (out: use single element array, optional, pass single element of null if not required)tangentBits
- The tangentBits (out: use single element array, optional, pass single element of null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructIntersection(ISegment segment1, int extension1, ISegment segment2, int extension2, java.lang.Object[] params1, java.lang.Object[] params2, java.lang.Object[] isTangentPoint) throws java.io.IOException, AutomationException
constructIntersection
in interface IConstructMultipoint
segment1
- A reference to a com.esri.arcgis.geometry.ISegment (in)extension1
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)segment2
- A reference to a com.esri.arcgis.geometry.ISegment (in)extension2
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)params1
- A Variant (out: use single element array, optional, pass single element of null if not required)params2
- A Variant (out: use single element array, optional, pass single element of null if not required)isTangentPoint
- A Variant (out: use single element array, optional, pass single element of null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.