Description: 'OLE automation compatibility interface for IBezierCurve.' 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 IBezierCurveGENProxy extends com.esri.arcgis.interop.Dispatch implements IBezierCurveGEN, 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, IID64de4fd4_6e85_41ef_8401_8bde5e7beaab
Modifier | Constructor and Description |
---|---|
|
IBezierCurveGENProxy()
Deprecated.
For internal use only
|
|
IBezierCurveGENProxy(java.lang.Object obj)
Deprecated.
|
protected |
IBezierCurveGENProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IBezierCurveGENProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IBezierCurveGENProxy(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 |
getDegree()
Deprecated.
The degree of the Bezier curve.
|
void |
putCoord(int index,
IPoint controlPoint)
Deprecated.
Sets the specified (0 <= index < 4) control point of this Bezier curve.
|
void |
putCoords(IPoint[] controlPoints)
Deprecated.
Sets this Bezier curve's control points from an array of between 1 to 4 input points.
|
void |
queryChordLengthTangentAtFrom(IPoint tangent,
boolean[] setByUser)
Deprecated.
Returns tangent vector at 'from' point, based on chord length parametrization; and whether it has been set by user or by smoothing process.
|
void |
queryChordLengthTangentAtTo(IPoint tangent,
boolean[] setByUser)
Deprecated.
Returns tangent vector at 'to' point, based on chord length parametrization; and whether it has been set by user or by smoothing process.
|
void |
queryCoord(int index,
IPoint controlPoint)
Deprecated.
Copies the specified control point of this Bezier curve into the input point.
|
void |
queryCoords(IPoint[] controlPoints)
Deprecated.
Sets the existing elements of an existing safe array to be equal to the four control points of this bezier curve.
|
void |
queryInflectionPoint(IPoint inflectionPoint)
Deprecated.
Finds inflection point; sets it empty if none exists.
|
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 |
setChordLengthTangentAtFrom(IPoint tangent,
boolean setByUser)
Deprecated.
Establishes tangent vector at 'from' point, based on chord length parametrization; and sets flag whether it has been set by user or by smoothing process.
|
void |
setChordLengthTangentAtTo(IPoint tangent,
boolean setByUser)
Deprecated.
Establishes tangent vector at 'to' point, based on chord length parametrization; and sets flag whether it has been set by user or by smoothing process.
|
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 IBezierCurveGENProxy(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 IBezierCurveGENProxy()
public IBezierCurveGENProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IBezierCurveGENProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IBezierCurveGENProxy(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 queryCoords(IPoint[] controlPoints) throws java.io.IOException, AutomationException
queryCoords
in interface IBezierCurveGEN
controlPoints
- A reference to a com.esri.arcgis.geometry.IPoint array (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putCoords(IPoint[] controlPoints) throws java.io.IOException, AutomationException
putCoords
in interface IBezierCurveGEN
controlPoints
- A reference to a com.esri.arcgis.geometry.IPoint array (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryCoord(int index, IPoint controlPoint) throws java.io.IOException, AutomationException
queryCoord
in interface IBezierCurveGEN
index
- The index (in)controlPoint
- 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 putCoord(int index, IPoint controlPoint) throws java.io.IOException, AutomationException
putCoord
in interface IBezierCurveGEN
index
- The index (in)controlPoint
- 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 int getDegree() throws java.io.IOException, AutomationException
getDegree
in interface IBezierCurveGEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryChordLengthTangentAtFrom(IPoint tangent, boolean[] setByUser) throws java.io.IOException, AutomationException
queryChordLengthTangentAtFrom
in interface IBezierCurveGEN
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryChordLengthTangentAtTo(IPoint tangent, boolean[] setByUser) throws java.io.IOException, AutomationException
queryChordLengthTangentAtTo
in interface IBezierCurveGEN
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setChordLengthTangentAtFrom(IPoint tangent, boolean setByUser) throws java.io.IOException, AutomationException
setChordLengthTangentAtFrom
in interface IBezierCurveGEN
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setChordLengthTangentAtTo(IPoint tangent, boolean setByUser) throws java.io.IOException, AutomationException
setChordLengthTangentAtTo
in interface IBezierCurveGEN
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryInflectionPoint(IPoint inflectionPoint) throws java.io.IOException, AutomationException
queryInflectionPoint
in interface IBezierCurveGEN
inflectionPoint
- 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.