com.esri.arcgis.geodatabaseextensions
Interface IConstructionAdjustment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConstructionAdjustmentProxy, ParcelConstructionData

public interface IConstructionAdjustment
extends java.io.Serializable

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

IIDcb760247_e82a_4666_a79e_a6f1f6bf2845

static final int IIDcb760247_e82a_4666_a79e_a6f1f6bf2845
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAdjustmentMethod

int getAdjustmentMethod()
                        throws java.io.IOException,
                               AutomationException
The method for adjustment.

Returns:
A com.esri.arcgis.geodatabaseextensions.esriParcelAdjustmentType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdjustmentMethod

void setAdjustmentMethod(int type)
                         throws java.io.IOException,
                                AutomationException
The method for adjustment.

Parameters:
type - A com.esri.arcgis.geodatabaseextensions.esriParcelAdjustmentType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartPoint

void getStartPoint(int[] unjoinedPointNo,
                   double[] x,
                   double[] y)
                   throws java.io.IOException,
                          AutomationException
The start point for the adjustment.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndPoint

void getEndPoint(int[] unjoinedPointNo,
                 double[] x,
                 double[] y)
                 throws java.io.IOException,
                        AutomationException
The end point for the adjustment.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartPoint

void setStartPoint(int unjoinedPointNo,
                   double x,
                   double y)
                   throws java.io.IOException,
                          AutomationException
The start point for the adjustment.

Parameters:
unjoinedPointNo - The unjoinedPointNo (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndPoint

void setEndPoint(int unjoinedPointNo,
                 double x,
                 double y)
                 throws java.io.IOException,
                        AutomationException
The start point for the adjustment.

Parameters:
unjoinedPointNo - The unjoinedPointNo (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.