|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralAdjustmentVectors
Create new feature adjustments
Method Summary | |
---|---|
void |
addVector(int pointID,
double fromX,
double fromY,
double toX,
double toY)
Add a new vector. |
void |
clearVectors()
Clear all vector data. |
int |
createNewAdjustment()
Create a new adjustment from the vectors added. |
Method Detail |
---|
void addVector(int pointID, double fromX, double fromY, double toX, double toY) throws IOException, AutomationException
pointID
- The pointID (in)fromX
- The fromX (in)fromY
- The fromY (in)toX
- The toX (in)toY
- The toY (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int createNewAdjustment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearVectors() 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 |