com.esri.arcgis.geodatabaseextensions
Interface ICadastralAdjustmentVectors

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICadastralAdjustmentVectorsProxy

public interface ICadastralAdjustmentVectors
extends java.io.Serializable

COM Interface 'ICadastralAdjustmentVectors'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Create new feature adjustments' 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 IID889a386d_4d81_4f8c_8736_5383423df188
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID889a386d_4d81_4f8c_8736_5383423df188

static final int IID889a386d_4d81_4f8c_8736_5383423df188
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

addVector

void addVector(int pointID,
               double fromX,
               double fromY,
               double toX,
               double toY)
               throws java.io.IOException,
                      AutomationException
Add a new vector.

Parameters:
pointID - The pointID (in)
fromX - The fromX (in)
fromY - The fromY (in)
toX - The toX (in)
toY - The toY (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createNewAdjustment

int createNewAdjustment()
                        throws java.io.IOException,
                               AutomationException
Create a new adjustment from the vectors added.

Returns:
The pNewAdjustmentLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearVectors

void clearVectors()
                  throws java.io.IOException,
                         AutomationException
Clear all vector data.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.