com.esri.arcgis.geodatabaseextensions
Interface ICadastralJob

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralJob, ICadastralJobProxy

public interface ICadastralJob
extends java.io.Serializable

COM Interface 'ICadastralJob'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that control the properties of a cadastral job.' 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 IIDb2ac22b9_4234_411e_9524_01d3bf296355
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addControlPoint(int pointID)
          Adds a control point to the job.
 void addEditParcel(int parcelID)
          Adds an edit parcel to the job.
 IFIDSet getAdjustmentAreaParcels()
          All parcels for the complete area of the job.
 java.lang.String getCommitDate()
          The date the cadastral job was committed.
 IFIDSet getControlPoints()
          The control points for the cadastral job.
 java.lang.String getDescription()
          The cadastral job description.
 IFIDSet getEditParcels()
          Edit parcels for the cadastral job.
 java.lang.Object getExtendedAttribute(int fieldPosition)
          The value of an extended attribute.
 int getID()
          The ObjectID of the Cadastral Job.
 IFIDSet getJobParcels()
          All the parcels participating in the cadastral job.
 java.lang.String getModifiedDate()
          The date the cadastral job was last modified.
 java.lang.String getName()
          The cadastral job name.
 java.lang.String getOwner()
          The owner of the cadastral job.
 java.lang.String getStartDate()
          The start date for the cadastral job.
 int getStatus()
          The cadastral job status.
 void removeControlPoint(int pointID)
          Removes a control point from the job.
 void removeEditParcel(int parcelID)
          Removes a parcel from the job.
 void setAdjustmentAreaParcels(IFIDSet adjustmentAreaParcelIDs)
          All parcels for the complete area of the job.
 void setControlPoints(IFIDSet controlPointslIDs)
          The control points for the cadastral job.
 void setDescription(java.lang.String description)
          The cadastral job description.
 void setEditParcels(IFIDSet editParcelIDs)
          Edit parcels for the cadastral job.
 void setExtendedAttribute(int fieldPosition, java.lang.Object value)
          The value of an extended attribute.
 void setName(java.lang.String name)
          The cadastral job name.
 void setOwner(java.lang.String owner)
          The owner of the cadastral job.
 void setStatus(int status)
          The cadastral job status.
 

Field Detail

IIDb2ac22b9_4234_411e_9524_01d3bf296355

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
The ObjectID of the Cadastral Job.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The cadastral job description.

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

setDescription

void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
The cadastral job description.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The cadastral job name.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The cadastral job name.

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

getStatus

int getStatus()
              throws java.io.IOException,
                     AutomationException
The cadastral job status.

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

setStatus

void setStatus(int status)
               throws java.io.IOException,
                      AutomationException
The cadastral job status.

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

getOwner

java.lang.String getOwner()
                          throws java.io.IOException,
                                 AutomationException
The owner of the cadastral job.

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

setOwner

void setOwner(java.lang.String owner)
              throws java.io.IOException,
                     AutomationException
The owner of the cadastral job.

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

getExtendedAttribute

java.lang.Object getExtendedAttribute(int fieldPosition)
                                      throws java.io.IOException,
                                             AutomationException
The value of an extended attribute.

Parameters:
fieldPosition - The fieldPosition (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtendedAttribute

void setExtendedAttribute(int fieldPosition,
                          java.lang.Object value)
                          throws java.io.IOException,
                                 AutomationException
The value of an extended attribute.

Parameters:
fieldPosition - The fieldPosition (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartDate

java.lang.String getStartDate()
                              throws java.io.IOException,
                                     AutomationException
The start date for the cadastral job.

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

getModifiedDate

java.lang.String getModifiedDate()
                                 throws java.io.IOException,
                                        AutomationException
The date the cadastral job was last modified.

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

getCommitDate

java.lang.String getCommitDate()
                               throws java.io.IOException,
                                      AutomationException
The date the cadastral job was committed.

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

getEditParcels

IFIDSet getEditParcels()
                       throws java.io.IOException,
                              AutomationException
Edit parcels for the cadastral job.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEditParcels

void setEditParcels(IFIDSet editParcelIDs)
                    throws java.io.IOException,
                           AutomationException
Edit parcels for the cadastral job.

Parameters:
editParcelIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAdjustmentAreaParcels

IFIDSet getAdjustmentAreaParcels()
                                 throws java.io.IOException,
                                        AutomationException
All parcels for the complete area of the job.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdjustmentAreaParcels

void setAdjustmentAreaParcels(IFIDSet adjustmentAreaParcelIDs)
                              throws java.io.IOException,
                                     AutomationException
All parcels for the complete area of the job.

Parameters:
adjustmentAreaParcelIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getControlPoints

IFIDSet getControlPoints()
                         throws java.io.IOException,
                                AutomationException
The control points for the cadastral job.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlPoints

void setControlPoints(IFIDSet controlPointslIDs)
                      throws java.io.IOException,
                             AutomationException
The control points for the cadastral job.

Parameters:
controlPointslIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addEditParcel

void addEditParcel(int parcelID)
                   throws java.io.IOException,
                          AutomationException
Adds an edit parcel to the job.

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

removeEditParcel

void removeEditParcel(int parcelID)
                      throws java.io.IOException,
                             AutomationException
Removes a parcel from the job.

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

addControlPoint

void addControlPoint(int pointID)
                     throws java.io.IOException,
                            AutomationException
Adds a control point to the job.

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

removeControlPoint

void removeControlPoint(int pointID)
                        throws java.io.IOException,
                               AutomationException
Removes a control point from the job.

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

getJobParcels

IFIDSet getJobParcels()
                      throws java.io.IOException,
                             AutomationException
All the parcels participating in the cadastral job.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.