|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.editor.ITraverseWindowProxy
public class ITraverseWindowProxy
Internal use class Proxy for COM Interface 'ITraverseWindow'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description: 'Provides access to members that interact with the Traverse Window dialog.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.ITraverseWindow |
---|
IID, IID3fba17c0_f4ae_406e_b028_1c96d9f789c5 |
Constructor Summary | |
---|---|
|
ITraverseWindowProxy()
For internal use only |
|
ITraverseWindowProxy(java.lang.Object obj)
|
protected |
ITraverseWindowProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ITraverseWindowProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ITraverseWindowProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
add()
Add the course that is defined by the current course parameters. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
ICourse |
getCourse(int index)
A reference to the ith course. |
int |
getCourseCount()
The number of courses in the traverse. |
int |
getCourseType()
The type of the course being added. |
int |
getCurveDirectionType()
If the course type is esriCTCurve, defines the direction type of the curve. |
int |
getCurveParameter(int index)
If the course type is esriCTCurve or esriCTTangentCurve, describes the type of curve paramater that the ith measure text represents. |
IPoint |
getFinishPoint()
The specified end point of the traverse. |
int |
getMeasureHWND(int index)
The handle of the ith measure text control. |
java.lang.String |
getMeasureText(int index)
The ith value that defines the course to add. |
IPoint |
getStartPoint()
The specified start point of the traverse. |
int |
getTurnDirection()
If the course type is esriCTCurve or esriCTTangentCurve, indicates if the curve turns to the left or right. |
boolean |
isAddEnabled()
Indicates if the Add command on the Traverse Window dialog is enabled. |
boolean |
isMeasureSelected(int index)
Indicates if the text in the ith measure is selected. |
boolean |
isVisible()
Indicates if Traverse Window is visible. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setCourseType(int type)
The type of the course being added. |
void |
setCurveDirectionType(int direction)
If the course type is esriCTCurve, defines the direction type of the curve. |
void |
setCurveParameter(int index,
int curveParam)
If the course type is esriCTCurve or esriCTTangentCurve, describes the type of curve paramater that the ith measure text represents. |
void |
setFocusToMeasure(int index)
Change the focus to the ith measure text control. |
void |
setMeasureSelected(int index,
boolean sel)
Indicates if the text in the ith measure is selected. |
void |
setMeasureText(int index,
java.lang.String text)
The ith value that defines the course to add. |
void |
setTurnDirection(int direction)
If the course type is esriCTCurve or esriCTTangentCurve, indicates if the curve turns to the left or right. |
void |
setVisible(boolean vis)
Indicates if Traverse Window is visible. |
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 ITraverseWindowProxy(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 ITraverseWindowProxy()
public ITraverseWindowProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITraverseWindowProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITraverseWindowProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setVisible(boolean vis) throws java.io.IOException, AutomationException
setVisible
in interface ITraverseWindow
vis
- The vis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getStartPoint() throws java.io.IOException, AutomationException
getStartPoint
in interface ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getFinishPoint() throws java.io.IOException, AutomationException
getFinishPoint
in interface ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCourseCount() throws java.io.IOException, AutomationException
getCourseCount
in interface ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICourse getCourse(int index) throws java.io.IOException, AutomationException
getCourse
in interface ITraverseWindow
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCourseType() throws java.io.IOException, AutomationException
getCourseType
in interface ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCourseType(int type) throws java.io.IOException, AutomationException
setCourseType
in interface ITraverseWindow
type
- 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 boolean isMeasureSelected(int index) throws java.io.IOException, AutomationException
isMeasureSelected
in interface ITraverseWindow
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMeasureSelected(int index, boolean sel) throws java.io.IOException, AutomationException
setMeasureSelected
in interface ITraverseWindow
index
- The index (in)sel
- The sel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMeasureText(int index) throws java.io.IOException, AutomationException
getMeasureText
in interface ITraverseWindow
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMeasureText(int index, java.lang.String text) throws java.io.IOException, AutomationException
setMeasureText
in interface ITraverseWindow
index
- The index (in)text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMeasureHWND(int index) throws java.io.IOException, AutomationException
getMeasureHWND
in interface ITraverseWindow
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCurveParameter(int index) throws java.io.IOException, AutomationException
getCurveParameter
in interface ITraverseWindow
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurveParameter(int index, int curveParam) throws java.io.IOException, AutomationException
setCurveParameter
in interface ITraverseWindow
index
- The index (in)curveParam
- 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 ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTurnDirection(int direction) throws java.io.IOException, AutomationException
setTurnDirection
in interface ITraverseWindow
direction
- 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 ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurveDirectionType(int direction) throws java.io.IOException, AutomationException
setCurveDirectionType
in interface ITraverseWindow
direction
- 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 boolean isAddEnabled() throws java.io.IOException, AutomationException
isAddEnabled
in interface ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add() throws java.io.IOException, AutomationException
add
in interface ITraverseWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFocusToMeasure(int index) throws java.io.IOException, AutomationException
setFocusToMeasure
in interface ITraverseWindow
index
- The index (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 |