|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICourse
COM Interface 'ICourse'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDfc110ccf_4f67_4fa9_9c9e_065d913a3a09
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ISegment |
addSegment(IGeometry geom,
double distanceFactor,
double angularOffset)
Adds a reference for the course to the input geometry. |
ICourse |
esri_clone()
Clones the course and adds the result to *clone. |
int |
getCurveDirectionType()
If the course type is esriCTCurve, defines the curve direction type of the third value. |
int |
getCurveParameter1()
If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the first value. |
int |
getCurveParameter2()
If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the second value. |
java.lang.String |
getDescription(IEditor editor)
Description of the course. |
double |
getMeasure1()
The first value that defines the course. |
double |
getMeasure2()
The second value that defines the course. |
double |
getMeasure3()
Optionally, the direction of the curve if the course type is esriCTCurve. |
int |
getTurnDirection()
Indicates if curve turns to the left or right. |
int |
getType()
The type of course. |
void |
setCurveDirectionType(int cdt)
If the course type is esriCTCurve, defines the curve direction type of the third value. |
void |
setCurveParameter1(int cp)
If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the first value. |
void |
setCurveParameter2(int cp)
If the course type is esriCTTangentCurve or esriCTCurve, defines the curve parameter of the second value. |
void |
setMeasure1(double measure)
The first value that defines the course. |
void |
setMeasure2(double measure)
The second value that defines the course. |
void |
setMeasure3(double measure)
Optionally, the direction of the curve if the course type is esriCTCurve. |
void |
setTurnDirection(int td)
Indicates if curve turns to the left or right. |
void |
setType(int type)
The type of course. |
Field Detail |
---|
static final int IIDfc110ccf_4f67_4fa9_9c9e_065d913a3a09
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws java.io.IOException, AutomationException
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.double getMeasure1() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeasure1(double measure) throws java.io.IOException, AutomationException
measure
- The measure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMeasure2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeasure2(double measure) throws java.io.IOException, AutomationException
measure
- The measure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMeasure3() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMeasure3(double measure) throws java.io.IOException, AutomationException
measure
- The measure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurveParameter1() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurveParameter1(int cp) throws java.io.IOException, AutomationException
cp
- A com.esri.arcgis.editor.esriCurveParameter constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurveParameter2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurveParameter2(int cp) throws java.io.IOException, AutomationException
cp
- A com.esri.arcgis.editor.esriCurveParameter constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTurnDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTurnDirection(int td) throws java.io.IOException, AutomationException
td
- A com.esri.arcgis.editor.esriTurnDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurveDirectionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurveDirectionType(int cdt) throws java.io.IOException, AutomationException
cdt
- A com.esri.arcgis.editor.esriCurveDirectionType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISegment addSegment(IGeometry geom, double distanceFactor, double angularOffset) throws java.io.IOException, AutomationException
geom
- 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.ICourse esri_clone() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription(IEditor editor) throws java.io.IOException, AutomationException
editor
- 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 |