|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILinePolygonHelper
Helper class for polygons, formed from linear segments.
Method Summary | |
---|---|
boolean |
triangulate(IPolygon pPolygon,
IMultiPatch[] ppMultiPatch)
Triangulates polygon. |
Method Detail |
---|
boolean triangulate(IPolygon pPolygon, IMultiPatch[] ppMultiPatch) throws IOException, AutomationException
Converts the interior of a Polygon into a bag of triangles, and then populates the specified MultiPatch with these triangles.
pPolygon
- A reference to a com.esri.arcgis.geometry.IPolygon (in)ppMultiPatch
- A reference to a com.esri.arcgis.geometry.IMultiPatch (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 |