com.esri.arcgis.geometry
Interface IPolyline4

All Superinterfaces:
ICurve, IGeometry, IPolycurve, IPolyline, IPolyline2, IPolyline3, Serializable
All Known Subinterfaces:
IPolyline5, IPolyline6
All Known Implementing Classes:
IPolyline4Proxy, IPolyline5Proxy, IPolyline6Proxy, Polyline

public interface IPolyline4
extends IPolyline3, Serializable

Provides access to members that extend a polyline object.

Superseded By

IPolyline5

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void simplifyEx(boolean planarSimplify)
          Use either planar or network simplify regardless of current attribute awareness.
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline3
touchCut
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline2
getEnumShortestPath
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline
reshape, simplifyNetwork
 
Methods inherited from interface com.esri.arcgis.geometry.IPolycurve
densify, generalize, smooth, splitAtDistance, splitAtPoint, weed
 
Methods inherited from interface com.esri.arcgis.geometry.ICurve
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Method Detail

simplifyEx

void simplifyEx(boolean planarSimplify)
                throws IOException,
                       AutomationException
Use either planar or network simplify regardless of current attribute awareness.

Remarks

The Simplify method, when applied to an m-aware polyline, will not attempt to detect self-intersections, overlaps, etc. You can use this method to force planar simplification of m-aware polylines.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
planarSimplify - The planarSimplify (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.