|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConstructionParentParcels
Provides access to the parent parcels of a parcel construction.
| 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. |
| Method Detail |
|---|
int getParentParcelCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getParentParcel(int i,
int[] parcelNo)
throws IOException,
AutomationException
i - The i (in)parcelNo - The parcelNo (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addParentParcel(int parcelNo)
throws IOException,
AutomationException
parcelNo - The parcelNo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeParentParcel(int parcelNo)
throws IOException,
AutomationException
parcelNo - The parcelNo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearParentParcels()
throws IOException,
AutomationException
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 | ||||||||