com.esri.arcgis.geodatabaseextensions
Class IConstructionParentParcelsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.IConstructionParentParcelsProxy
All Implemented Interfaces:
IConstructionParentParcels, Externalizable, Serializable

public class IConstructionParentParcelsProxy
extends com.esri.arcgis.interop.Dispatch
implements IConstructionParentParcels, Serializable

Provides access to the parent parcels of a parcel construction.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IConstructionParentParcelsProxy()
           
  IConstructionParentParcelsProxy(Object obj)
           
protected IConstructionParentParcelsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void addParentParcel(int parcelNo)
          Add a parent parcelNo for the construction.
 void clearParentParcels()
          Clear the parent parcel numbers.
 void getParentParcel(int i, int[] parcelNo)
          The parent parcelNo at the given index.
 int getParentParcelCount()
          The number of parent parcels.
 void removeListener(String iidStr, Object theListener)
           
 void removeParentParcel(int parcelNo)
          Remove parent parcel from construction data.
 
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

noncastable

public boolean noncastable
Constructor Detail

IConstructionParentParcelsProxy

public IConstructionParentParcelsProxy()

IConstructionParentParcelsProxy

public IConstructionParentParcelsProxy(Object obj)
                                throws IOException
Throws:
IOException

IConstructionParentParcelsProxy

protected IConstructionParentParcelsProxy(Object obj,
                                          String iid)
                                   throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getParentParcelCount

public int getParentParcelCount()
                         throws IOException,
                                AutomationException
The number of parent parcels.

Product Availability

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

Specified by:
getParentParcelCount in interface IConstructionParentParcels
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentParcel

public void getParentParcel(int i,
                            int[] parcelNo)
                     throws IOException,
                            AutomationException
The parent parcelNo at the given index.

Product Availability

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

Specified by:
getParentParcel in interface IConstructionParentParcels
Parameters:
i - The i (in)
parcelNo - The parcelNo (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addParentParcel

public void addParentParcel(int parcelNo)
                     throws IOException,
                            AutomationException
Add a parent parcelNo for the construction.

Product Availability

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

Specified by:
addParentParcel in interface IConstructionParentParcels
Parameters:
parcelNo - The parcelNo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeParentParcel

public void removeParentParcel(int parcelNo)
                        throws IOException,
                               AutomationException
Remove parent parcel from construction data.

Product Availability

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

Specified by:
removeParentParcel in interface IConstructionParentParcels
Parameters:
parcelNo - The parcelNo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearParentParcels

public void clearParentParcels()
                        throws IOException,
                               AutomationException
Clear the parent parcel numbers.

Product Availability

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

Specified by:
clearParentParcels in interface IConstructionParentParcels
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.