|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.LineResequencer
public class LineResequencer
Class for sorting lines to form parcel boundaries.
Constructor Summary | |
---|---|
LineResequencer()
Constructs a LineResequencer using ArcGIS Engine. |
|
LineResequencer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LineResequencer theLineResequencer = (LineResequencer) obj; |
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. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
sort(boolean presentation,
ILongArray[] ppLineOrder,
ILongArray[] ppReverse,
IGeometry[] ppParcel,
boolean[] pFormsLoop)
Sort the stored lines and return an ordered array of line OIDs. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public LineResequencer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic LineResequencer(Object obj) throws IOException
LineResequencer theLineResequencer = (LineResequencer) obj;
obj
to LineResequencer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void empty() throws IOException, AutomationException
empty
in interface ILineResequencer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLine(ICurve pLine, int lineID, int eCategory) throws IOException, AutomationException
addLine
in interface ILineResequencer
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.public void sort(boolean presentation, ILongArray[] ppLineOrder, ILongArray[] ppReverse, IGeometry[] ppParcel, boolean[] pFormsLoop) throws IOException, AutomationException
sort
in interface ILineResequencer
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 |