|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.editor.ICourseProxy
Description: 'Provides access to members that define a course in a traverse.' 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 ICourseProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.editor.ICourse |
|---|
IID, IIDfc110ccf_4f67_4fa9_9c9e_065d913a3a09 |
| Constructor Summary | |
|---|---|
|
ICourseProxy()
Deprecated. For internal use only |
|
ICourseProxy(java.lang.Object obj)
Deprecated. |
protected |
ICourseProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ICourseProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ICourseProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ISegment |
addSegment(IGeometry geom,
double distanceFactor,
double angularOffset)
Deprecated. Adds a reference for the course to the input geometry. |
ICourse |
esri_clone()
Deprecated. Clones the course and adds the result to *clone. |
int |
getCurveDirectionType()
Deprecated. If the course type is esriCTCurve, defines the curve direction type of the third value. |
int |
getCurveParameter1()
Deprecated. If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the first value. |
int |
getCurveParameter2()
Deprecated. If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the second value. |
java.lang.String |
getDescription(IEditor editor)
Deprecated. Description of the course. |
double |
getMeasure1()
Deprecated. The first value that defines the course. |
double |
getMeasure2()
Deprecated. The second value that defines the course. |
double |
getMeasure3()
Deprecated. Optionally, the direction of the curve if the course type is esriCTCurve. |
int |
getTurnDirection()
Deprecated. Indicates if curve turns to the left or right. |
int |
getType()
Deprecated. The type of course. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCurveDirectionType(int cdt)
Deprecated. If the course type is esriCTCurve, defines the curve direction type of the third value. |
void |
setCurveParameter1(int cp)
Deprecated. If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the first value. |
void |
setCurveParameter2(int cp)
Deprecated. If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the second value. |
void |
setMeasure1(double measure)
Deprecated. The first value that defines the course. |
void |
setMeasure2(double measure)
Deprecated. The second value that defines the course. |
void |
setMeasure3(double measure)
Deprecated. Optionally, the direction of the curve if the course type is esriCTCurve. |
void |
setTurnDirection(int td)
Deprecated. Indicates if curve turns to the left or right. |
void |
setType(int type)
Deprecated. The type of course. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ICourseProxy(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.IOExceptionpublic ICourseProxy()
public ICourseProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ICourseProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ICourseProxy(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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getType()
throws java.io.IOException,
AutomationException
getType in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int type)
throws java.io.IOException,
AutomationException
setType in interface ICoursetype - A com.esri.arcgis.editor.esriCourseType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMeasure1()
throws java.io.IOException,
AutomationException
getMeasure1 in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMeasure1(double measure)
throws java.io.IOException,
AutomationException
setMeasure1 in interface ICoursemeasure - The measure (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMeasure2()
throws java.io.IOException,
AutomationException
getMeasure2 in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMeasure2(double measure)
throws java.io.IOException,
AutomationException
setMeasure2 in interface ICoursemeasure - The measure (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMeasure3()
throws java.io.IOException,
AutomationException
getMeasure3 in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMeasure3(double measure)
throws java.io.IOException,
AutomationException
setMeasure3 in interface ICoursemeasure - The measure (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCurveParameter1()
throws java.io.IOException,
AutomationException
getCurveParameter1 in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurveParameter1(int cp)
throws java.io.IOException,
AutomationException
setCurveParameter1 in interface ICoursecp - A com.esri.arcgis.editor.esriCurveParameter constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCurveParameter2()
throws java.io.IOException,
AutomationException
getCurveParameter2 in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurveParameter2(int cp)
throws java.io.IOException,
AutomationException
setCurveParameter2 in interface ICoursecp - A com.esri.arcgis.editor.esriCurveParameter constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTurnDirection()
throws java.io.IOException,
AutomationException
getTurnDirection in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTurnDirection(int td)
throws java.io.IOException,
AutomationException
setTurnDirection in interface ICoursetd - A com.esri.arcgis.editor.esriTurnDirection constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCurveDirectionType()
throws java.io.IOException,
AutomationException
getCurveDirectionType in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurveDirectionType(int cdt)
throws java.io.IOException,
AutomationException
setCurveDirectionType in interface ICoursecdt - A com.esri.arcgis.editor.esriCurveDirectionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISegment addSegment(IGeometry geom,
double distanceFactor,
double angularOffset)
throws java.io.IOException,
AutomationException
addSegment in interface ICoursegeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)distanceFactor - The distanceFactor (in)angularOffset - The angularOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICourse esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface ICoursejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription(IEditor editor)
throws java.io.IOException,
AutomationException
getDescription in interface ICourseeditor - A reference to a com.esri.arcgis.editor.IEditor (in)
java.io.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 | ||||||||