Uses of Class
com.esri.core.geometry.MultiPath

Packages that use MultiPath
com.esri.core.geometry Provides classes for different types of geometries, e.g. 
 

Uses of MultiPath in com.esri.core.geometry
 

Subclasses of MultiPath in com.esri.core.geometry
 class Polygon
          A polygon is a collection of one or many interior or exterior rings.
 class Polyline
          A polyline is a collection of one or many paths.
 

Methods in com.esri.core.geometry with parameters of type MultiPath
 void MultiPath.add(MultiPath src, boolean bReversePaths)
          Appends all paths from another multipath.
 void MultiPath.addPath(MultiPath src, int srcPathIndex, boolean bForward)
          Copies a path from another multipath.
 void MultiPath.insertPath(int pathIndex, MultiPath src, int srcPathIndex, boolean bForward)
          Inserts a path from another multipath.
 void MultiPath.insertPoints(int pathIndex, int beforePointIndex, MultiPath src, int srcPathIndex, int srcPointIndexFrom, int srcPointCount, boolean bForward)
          Inserts vertices from the given multipath into this multipath.
 



Copyright © 2012. All Rights Reserved.