|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPPolygon
COM Interface 'IGPPolygon'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing polygon 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 |
IID3f78d6d8_0b9a_4677_ae55_84ff0519549d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addCoords(double x,
double y)
Adds a point to the polygon given the x/y coordinates. |
void |
addPoint(IGPPoint point)
Adds a point to the polygon. |
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 polygon. |
IGPPoint |
getPoint(int index)
Returns the point at the given index. |
Field Detail |
---|
static final int IID3f78d6d8_0b9a_4677_ae55_84ff0519549d
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 |