|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstructGeometryCollection
Provides access to members that construct a collection of geometries.
Method Summary | |
---|---|
void |
constructDivideEqual(IPolyline divideSource,
int numDivisions,
int divideHow)
Locates additional points equally spaced along the input polyline, and create either new segments, parts or polylines depending on the value of divideHow. |
void |
constructDivideLength(IPolyline divideSource,
double length,
boolean asRatio,
int divideHow)
Locates additional points along the input polyline, spaced at a specified interval, and create either new segments, parts, or polylines depending on the value of divideHow. |
Method Detail |
---|
void constructDivideEqual(IPolyline divideSource, int numDivisions, int divideHow) throws IOException, AutomationException
divideSource
- A reference to a com.esri.arcgis.geometry.IPolyline (in)numDivisions
- The numDivisions (in)divideHow
- A com.esri.arcgis.geometry.esriConstructDivideEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void constructDivideLength(IPolyline divideSource, double length, boolean asRatio, int divideHow) throws IOException, AutomationException
divideSource
- A reference to a com.esri.arcgis.geometry.IPolyline (in)length
- The length (in)asRatio
- The asRatio (in)divideHow
- A com.esri.arcgis.geometry.esriConstructDivideEnum constant (in)
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 |