|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstructionJoinLinks
COM Interface 'IConstructionJoinLinks'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description: 'Provides access to members that manipulate the join point links for 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 |
IID646fca02_4b1d_4844_a083_9911ef6cfa7b
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID646fca02_4b1d_4844_a083_9911ef6cfa7b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getJoinLinkCount() throws java.io.IOException, AutomationException
java.io.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 java.io.IOException, AutomationException
joinedPointNo
- The joinedPointNo (in)unjoinedPointNo
- The unjoinedPointNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)parcelNo
- The parcelNo (in)
java.io.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 java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeJoinLink(int i) throws java.io.IOException, AutomationException
i
- The i (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearJoinLinks() throws java.io.IOException, AutomationException
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 |