com.esri.arcgis.geometry
Interface IPolyline2
- All Superinterfaces:
- ICurve, IGeometry, IPolycurve, IPolyline, java.io.Serializable
- All Known Subinterfaces:
- IPolyline3, IPolyline4
- All Known Implementing Classes:
- IPolyline2Proxy, IPolyline3Proxy, IPolyline4Proxy, Polyline
- public interface IPolyline2
- extends IPolyline, java.io.Serializable
Provides access to members that extend a polyline object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
| 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 |
getEnumShortestPath
public IEnumSegment getEnumShortestPath(int fromPart,
int fromPoint,
int toPart,
int toPoint)
throws java.io.IOException,
AutomationException
- Not implemented.
Supported Platforms
Windows, Solaris, Linux
- 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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.