|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabaseextensions.ICadastralJobProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ICadastralJobProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ICadastralJobProxy()
public ICadastralJobProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICadastralJobProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICadastralJobProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getID() throws java.io.IOException, AutomationException
getID
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
setDescription
in interface ICadastralJob
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface ICadastralJob
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatus() throws java.io.IOException, AutomationException
getStatus
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStatus(int status) throws java.io.IOException, AutomationException
setStatus
in interface ICadastralJob
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOwner() throws java.io.IOException, AutomationException
getOwner
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOwner(java.lang.String owner) throws java.io.IOException, AutomationException
setOwner
in interface ICadastralJob
owner
- The owner (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getExtendedAttribute(int fieldPosition) throws java.io.IOException, AutomationException
getExtendedAttribute
in interface ICadastralJob
fieldPosition
- The fieldPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtendedAttribute(int fieldPosition, java.lang.Object value) throws java.io.IOException, AutomationException
setExtendedAttribute
in interface ICadastralJob
fieldPosition
- The fieldPosition (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStartDate() throws java.io.IOException, AutomationException
getStartDate
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getModifiedDate() throws java.io.IOException, AutomationException
getModifiedDate
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCommitDate() throws java.io.IOException, AutomationException
getCommitDate
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getEditParcels() throws java.io.IOException, AutomationException
getEditParcels
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditParcels(IFIDSet editParcelIDs) throws java.io.IOException, AutomationException
setEditParcels
in interface ICadastralJob
editParcelIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getAdjustmentAreaParcels() throws java.io.IOException, AutomationException
getAdjustmentAreaParcels
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAdjustmentAreaParcels(IFIDSet adjustmentAreaParcelIDs) throws java.io.IOException, AutomationException
setAdjustmentAreaParcels
in interface ICadastralJob
adjustmentAreaParcelIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getControlPoints() throws java.io.IOException, AutomationException
getControlPoints
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setControlPoints(IFIDSet controlPointslIDs) throws java.io.IOException, AutomationException
setControlPoints
in interface ICadastralJob
controlPointslIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addEditParcel(int parcelID) throws java.io.IOException, AutomationException
addEditParcel
in interface ICadastralJob
parcelID
- The parcelID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeEditParcel(int parcelID) throws java.io.IOException, AutomationException
removeEditParcel
in interface ICadastralJob
parcelID
- The parcelID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addControlPoint(int pointID) throws java.io.IOException, AutomationException
addControlPoint
in interface ICadastralJob
pointID
- The pointID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeControlPoint(int pointID) throws java.io.IOException, AutomationException
removeControlPoint
in interface ICadastralJob
pointID
- The pointID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getJobParcels() throws java.io.IOException, AutomationException
getJobParcels
in interface ICadastralJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |