|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConstructionAdjustment
Provides access to members that manipulate the adjustment settings for the parcel construction.
| Method Summary | |
|---|---|
int |
getAdjustmentMethod()
The method for adjustment. |
void |
getEndPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
The end point for the adjustment. |
void |
getStartPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
The start point for the adjustment. |
void |
setAdjustmentMethod(int type)
The method for adjustment. |
void |
setEndPoint(int unjoinedPointNo,
double x,
double y)
The start point for the adjustment. |
void |
setStartPoint(int unjoinedPointNo,
double x,
double y)
The start point for the adjustment. |
| Method Detail |
|---|
int getAdjustmentMethod()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAdjustmentMethod(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geodatabaseextensions.esriParcelAdjustmentType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getStartPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
throws IOException,
AutomationException
unjoinedPointNo - The unjoinedPointNo (in/out: use single element array)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 getEndPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
throws IOException,
AutomationException
unjoinedPointNo - The unjoinedPointNo (in/out: use single element array)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 setStartPoint(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 setEndPoint(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||