|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPLine
COM Interface 'IGPLine'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing line object.' 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 |
IID16880be0_ec1e_46bd_9f87_82d1fcbd6009
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addCoords(double x,
double y)
Adds a point to the line given the x/y coordinates. |
void |
addPoint(IGPPoint point)
Adds a point to the line. |
void |
getCoords(int index,
double[] x,
double[] y)
Returns the x/y coordinates of the point at the given index. |
int |
getCount()
The number of points in the line. |
IGPPoint |
getPoint(int index)
Returns the point at the given index. |
| Field Detail |
|---|
static final int IID16880be0_ec1e_46bd_9f87_82d1fcbd6009
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPPoint getPoint(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addPoint(IGPPoint point)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geoprocessing.IGPPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getCoords(int index,
double[] x,
double[] y)
throws java.io.IOException,
AutomationException
index - The index (in)x - The x (out: use single element array)y - The y (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addCoords(double x,
double y)
throws java.io.IOException,
AutomationException
x - The x (in)y - The y (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 | ||||||||