com.esri.arcgis.geodatabaseextensions
Interface ICadastralAdjustmentVectors

All Superinterfaces:
Serializable

public interface ICadastralAdjustmentVectors
extends Serializable

Create new feature adjustments

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

addVector

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

createNewAdjustment

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

clearVectors

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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