|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILineResequencer
Provides access to members that sort a set of lines so that they form the boundary of a parcel. Multipart/islands are supported.
| Method Summary | |
|---|---|
void |
addLine(ICurve pLine,
int lineID,
int eCategory)
Add a single line to the resequencer. |
void |
empty()
Empty the line resequencer of stored lines. |
void |
sort(boolean presentation,
ILongArray[] ppLineOrder,
ILongArray[] ppReverse,
IGeometry[] ppParcel,
boolean[] pFormsLoop)
Sort the stored lines and return an ordered array of line OIDs. |
| Method Detail |
|---|
void empty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addLine(ICurve pLine,
int lineID,
int eCategory)
throws IOException,
AutomationException
pLine - A reference to a com.esri.arcgis.geometry.ICurve (in)lineID - The lineID (in)eCategory - A com.esri.arcgis.geodatabaseextensions.esriCadastralLineCategory constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void sort(boolean presentation,
ILongArray[] ppLineOrder,
ILongArray[] ppReverse,
IGeometry[] ppParcel,
boolean[] pFormsLoop)
throws IOException,
AutomationException
presentation - The presentation (in)ppLineOrder - A reference to a com.esri.arcgis.system.ILongArray (in/out: use single element array)ppReverse - A reference to a com.esri.arcgis.system.ILongArray (in/out: use single element array)ppParcel - A reference to a com.esri.arcgis.geometry.IGeometry (in/out: use single element array)pFormsLoop - The pFormsLoop (in/out: use single element array)
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 | ||||||||