com.esri.arcgis.geodatabaseextensions
Interface IConstructionParentParcels

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConstructionParentParcelsProxy, ParcelConstructionData

public interface IConstructionParentParcels
extends java.io.Serializable

COM Interface 'IConstructionParentParcels'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to the parent parcels of a parcel construction.' 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 IIDb6a52380_87e2_4628_9ebd_771c0bdacf23
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 removeParentParcel(int parcelNo)
          Remove parent parcel from construction data.
 

Field Detail

IIDb6a52380_87e2_4628_9ebd_771c0bdacf23

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

getParentParcelCount

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

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

getParentParcel

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

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

addParentParcel

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

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

removeParentParcel

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

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

clearParentParcels

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

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