|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INewArcFeedback
COM Interface 'INewArcFeedback'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Feedback for creating a new circular arc segment.' 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDea93435a_e466_4ea7_8a89_f01447536db6
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
abort()
Abort the feedback. |
ICircularArc |
getArc()
The arc as it is currently being drawn. |
double |
getRadius()
The current radius of the arc. |
void |
next(boolean forward)
Switch the feedback to the next solution. |
void |
setEndpoint(IPoint point)
Fix the to point of the arc. |
void |
setMidpoint(IPoint point)
Fix a midpoint of the arc. |
void |
setRadius(double radius)
The current radius of the arc. |
void |
start(IPoint point)
Start the feedback, for an arc with the specified from point. |
void |
startTangent(IPoint point,
ISegment tangent)
Start the feedback, fo an ar with the specified from point & tangent direction. |
void |
stop(IPoint point,
ICircularArc[] arc)
Stop the feedback, returning the final arc. |
| Field Detail |
|---|
static final int IIDea93435a_e466_4ea7_8a89_f01447536db6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void start(IPoint point)
throws java.io.IOException,
AutomationException
point - 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.
void startTangent(IPoint point,
ISegment tangent)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)tangent - A reference to a com.esri.arcgis.geometry.ISegment (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndpoint(IPoint point)
throws java.io.IOException,
AutomationException
point - 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.
void setMidpoint(IPoint point)
throws java.io.IOException,
AutomationException
point - 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.
void next(boolean forward)
throws java.io.IOException,
AutomationException
forward - The forward (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getRadius()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRadius(double radius)
throws java.io.IOException,
AutomationException
radius - The radius (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICircularArc getArc()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stop(IPoint point,
ICircularArc[] arc)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)arc - A reference to a com.esri.arcgis.geometry.ICircularArc (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void abort()
throws java.io.IOException,
AutomationException
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 | ||||||||