com.esri.arcgis.geodatabaseextensions
Class ICadastralJobProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.ICadastralJobProxy
All Implemented Interfaces:
ICadastralJob, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class ICadastralJobProxy
extends com.esri.arcgis.interop.Dispatch
implements ICadastralJob, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ICadastralJob
IID, IIDb2ac22b9_4234_411e_9524_01d3bf296355
 
Constructor Summary
  ICadastralJobProxy()
          Deprecated. For internal use only
  ICadastralJobProxy(java.lang.Object obj)
          Deprecated.  
protected ICadastralJobProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ICadastralJobProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ICadastralJobProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addControlPoint(int pointID)
          Deprecated. Adds a control point to the job.
 void addEditParcel(int parcelID)
          Deprecated. Adds an edit parcel to the job.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IFIDSet getAdjustmentAreaParcels()
          Deprecated. All parcels for the complete area of the job.
 java.lang.String getCommitDate()
          Deprecated. The date the cadastral job was committed.
 IFIDSet getControlPoints()
          Deprecated. The control points for the cadastral job.
 java.lang.String getDescription()
          Deprecated. The cadastral job description.
 IFIDSet getEditParcels()
          Deprecated. Edit parcels for the cadastral job.
 java.lang.Object getExtendedAttribute(int fieldPosition)
          Deprecated. The value of an extended attribute.
 int getID()
          Deprecated. The ObjectID of the Cadastral Job.
 IFIDSet getJobParcels()
          Deprecated. All the parcels participating in the cadastral job.
 java.lang.String getModifiedDate()
          Deprecated. The date the cadastral job was last modified.
 java.lang.String getName()
          Deprecated. The cadastral job name.
 java.lang.String getOwner()
          Deprecated. The owner of the cadastral job.
 java.lang.String getStartDate()
          Deprecated. The start date for the cadastral job.
 int getStatus()
          Deprecated. The cadastral job status.
 void removeControlPoint(int pointID)
          Deprecated. Removes a control point from the job.
 void removeEditParcel(int parcelID)
          Deprecated. Removes a parcel from the job.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAdjustmentAreaParcels(IFIDSet adjustmentAreaParcelIDs)
          Deprecated. All parcels for the complete area of the job.
 void setControlPoints(IFIDSet controlPointslIDs)
          Deprecated. The control points for the cadastral job.
 void setDescription(java.lang.String description)
          Deprecated. The cadastral job description.
 void setEditParcels(IFIDSet editParcelIDs)
          Deprecated. Edit parcels for the cadastral job.
 void setExtendedAttribute(int fieldPosition, java.lang.Object value)
          Deprecated. The value of an extended attribute.
 void setName(java.lang.String name)
          Deprecated. The cadastral job name.
 void setOwner(java.lang.String owner)
          Deprecated. The owner of the cadastral job.
 void setStatus(int status)
          Deprecated. The cadastral job status.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ICadastralJobProxy

public ICadastralJobProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ICadastralJobProxy

public ICadastralJobProxy()
Deprecated. 
For internal use only


ICadastralJobProxy

public ICadastralJobProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadastralJobProxy

protected ICadastralJobProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadastralJobProxy

protected ICadastralJobProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getID

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

Specified by:
getID in interface ICadastralJob
Returns:
The jobID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

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

Specified by:
getDescription in interface ICadastralJob
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

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

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

getName

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

Specified by:
getName in interface ICadastralJob
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

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

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

getStatus

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

Specified by:
getStatus in interface ICadastralJob
Returns:
The status
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatus

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

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

getOwner

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

Specified by:
getOwner in interface ICadastralJob
Returns:
The owner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOwner

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

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

getExtendedAttribute

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

Specified by:
getExtendedAttribute in interface ICadastralJob
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

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

Specified by:
setExtendedAttribute in interface ICadastralJob
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

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

Specified by:
getStartDate in interface ICadastralJob
Returns:
The date
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModifiedDate

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

Specified by:
getModifiedDate in interface ICadastralJob
Returns:
The date
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCommitDate

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

Specified by:
getCommitDate in interface ICadastralJob
Returns:
The date
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditParcels

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

Specified by:
getEditParcels in interface ICadastralJob
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

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

Specified by:
setEditParcels in interface ICadastralJob
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

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

Specified by:
getAdjustmentAreaParcels in interface ICadastralJob
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

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

Specified by:
setAdjustmentAreaParcels in interface ICadastralJob
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

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

Specified by:
getControlPoints in interface ICadastralJob
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

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

Specified by:
setControlPoints in interface ICadastralJob
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

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

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

removeEditParcel

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

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

addControlPoint

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

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

removeControlPoint

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

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

getJobParcels

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

Specified by:
getJobParcels in interface ICadastralJob
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.