|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologicalOperator4
Provides additional information on non-simple geometries.
ITopologicalOperator4 is currently only implemented for polygons.
Method Summary | |
---|---|
IGeometryCollection |
cut2(IPolyline pCutter)
Divides a geometry into multiple parts |
Methods inherited from interface com.esri.arcgis.geometry.ITopologicalOperator3 |
---|
geoNormalizeEx, isSimpleEx |
Methods inherited from interface com.esri.arcgis.geometry.ITopologicalOperator2 |
---|
clipToDomain, constructBuffers, intersectMultidimension, setIsKnownSimple |
Methods inherited from interface com.esri.arcgis.geometry.ITopologicalOperator |
---|
buffer, clip, clipDense, constructUnion, convexHull, cut, difference, getBoundary, intersect, isKnownSimple, isSimple, queryClipped, queryClippedDense, simplify, symmetricDifference, union |
Method Detail |
---|
IGeometryCollection cut2(IPolyline pCutter) throws IOException, AutomationException
This method provides a more robust alternative to ITopologicalOperator::Cut. It does not classify the cut polygon pieces as left or right of the cutting polyline. Cut2 is now only available in polygons.
pCutter
- A reference to a com.esri.arcgis.geometry.IPolyline (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 |