com.esri.arcgis.geometry
Interface IPolyline5

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

public interface IPolyline5
extends IPolyline4, Serializable

Provides access to members that extend a polyline object.

Description

This interface is new at ArcGIS 9.3. This supersedes IPolyline, IPolyline2, IPolyline3, and IPolyline4.

Product Availability

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


Method Summary
 boolean reshapeEx(IPath reshapeSource, boolean bInterpolateReshaped)
          If bInterpolateReshaped is true, then new vertices will be interpolated based on vertices from the polyline being reshaped.
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline4
simplifyEx
 
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

reshapeEx

boolean reshapeEx(IPath reshapeSource,
                  boolean bInterpolateReshaped)
                  throws IOException,
                         AutomationException
If bInterpolateReshaped is true, then new vertices will be interpolated based on vertices from the polyline being reshaped. Otherwise, attributes on the reshaping line will be preserved in the output.

Product Availability

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

Parameters:
reshapeSource - A reference to a com.esri.arcgis.geometry.IPath (in)
bInterpolateReshaped - The bInterpolateReshaped (in)
Returns:
The didReshape
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.