|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConstructionAdjustment
COM Interface 'IConstructionAdjustment'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description: 'Provides access to members that manipulate the adjustment settings for the parcel construction.' 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 |
IIDcb760247_e82a_4666_a79e_a6f1f6bf2845
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IIDcb760247_e82a_4666_a79e_a6f1f6bf2845
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getAdjustmentMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAdjustmentMethod(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabaseextensions.esriParcelAdjustmentType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getStartPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
throws java.io.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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getEndPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
throws java.io.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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartPoint(int unjoinedPointNo,
double x,
double y)
throws java.io.IOException,
AutomationException
unjoinedPointNo - The unjoinedPointNo (in)x - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndPoint(int unjoinedPointNo,
double x,
double y)
throws java.io.IOException,
AutomationException
unjoinedPointNo - The unjoinedPointNo (in)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 | ||||||||