|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstructionPoints
Provides access to members that manipulate the construction points for the parcel.
Method Summary | |
---|---|
void |
addConstructionPoint(int unjoinedPointNo,
double x,
double y)
Adds a construction point to the parcel construction data. |
void |
clearConstructionPoints()
Clears the construction points. |
void |
findConstructionPoint(int unjoinedPointNo,
double[] x,
double[] y)
The construction point with the matching point No. |
void |
getConstructionPoint(int i,
int[] pUnjoinedPointNo,
double[] pX,
double[] pY)
Retrieves the construction point at the given index. |
int |
getConstructionPointCount()
The number of point constructions for the parcel. |
void |
removeConstructionPoint(int unjoinedPointNo)
Remove the construction point. |
Method Detail |
---|
int getConstructionPointCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getConstructionPoint(int i, int[] pUnjoinedPointNo, double[] pX, double[] pY) throws IOException, AutomationException
i
- The i (in)pUnjoinedPointNo
- The pUnjoinedPointNo (in/out: use single element array)pX
- The pX (in/out: use single element array)pY
- The pY (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addConstructionPoint(int unjoinedPointNo, double x, double y) throws IOException, AutomationException
unjoinedPointNo
- The unjoinedPointNo (in)x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findConstructionPoint(int unjoinedPointNo, double[] x, double[] y) throws IOException, AutomationException
unjoinedPointNo
- The unjoinedPointNo (in)x
- The x (in/out: use single element array)y
- The y (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeConstructionPoint(int unjoinedPointNo) throws IOException, AutomationException
unjoinedPointNo
- The unjoinedPointNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearConstructionPoints() throws IOException, AutomationException
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 |