com.esri.arcgis.geometry
Interface IPolyline2

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

public interface IPolyline2
extends IPolyline, Serializable

Provides access to members that extend a polyline object.

Superseded By

IPolyline2

Product Availability

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


Method Summary
 IEnumSegment getEnumShortestPath(int fromPart, int fromPoint, int toPart, int toPoint)
          Not implemented.
 
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

getEnumShortestPath

IEnumSegment getEnumShortestPath(int fromPart,
                                 int fromPoint,
                                 int toPart,
                                 int toPoint)
                                 throws IOException,
                                        AutomationException
Not implemented.

Product Availability

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

Parameters:
fromPart - The fromPart (in)
fromPoint - The fromPoint (in)
toPart - The toPart (in)
toPoint - The toPoint (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnumSegment
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.