|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstructionJoinLinks
Provides access to members that manipulate the join point links for a parcel construction.
Method Summary | |
---|---|
void |
addJoinLink(int joinedPointNo,
int unjoinedPointNo,
int fromPointNo,
int toPointNo,
int parcelNo)
Adds a join link to the parcel construction data. |
void |
clearJoinLinks()
Clears join links. |
void |
getJoinLink(int i,
int[] joinedPointNo,
int[] unjoinedPointNo,
int[] fromPointNo,
int[] toPointNo,
int[] parcelNo)
Retrieves the join link at the given index. |
int |
getJoinLinkCount()
The number of join links for the parcel construction data. |
void |
removeJoinLink(int i)
Remove join link at the given index. |
Method Detail |
---|
int getJoinLinkCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addJoinLink(int joinedPointNo, int unjoinedPointNo, int fromPointNo, int toPointNo, int parcelNo) throws IOException, AutomationException
joinedPointNo
- The joinedPointNo (in)unjoinedPointNo
- The unjoinedPointNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)parcelNo
- The parcelNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getJoinLink(int i, int[] joinedPointNo, int[] unjoinedPointNo, int[] fromPointNo, int[] toPointNo, int[] parcelNo) throws IOException, AutomationException
i
- The i (in)joinedPointNo
- The joinedPointNo (in/out: use single element array)unjoinedPointNo
- The unjoinedPointNo (in/out: use single element array)fromPointNo
- The fromPointNo (in/out: use single element array)toPointNo
- The toPointNo (in/out: use single element array)parcelNo
- The parcelNo (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeJoinLink(int i) throws IOException, AutomationException
i
- The i (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearJoinLinks() 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 |