Uses of Class
com.esri.core.geometry.MultiPath
Packages that use MultiPath
-
Uses of MultiPath in com.esri.core.geometry
Subclasses of MultiPath in com.esri.core.geometryModifier and TypeClassDescriptionclassA polygon is a collection of one or many interior or exterior rings.classA polyline is a collection of one or many paths.Methods in com.esri.core.geometry with parameters of type MultiPathModifier and TypeMethodDescriptionvoidAppends all paths from another multipath.voidCopies a path from another multipath.voidMultiPath.addSegmentsFromPath(MultiPath src, int srcPathIndex, int srcSegmentFrom, int srcSegmentCount, boolean bStartNewPath) Adds segments from a source multipath to this MultiPath.voidMultiPath.insertPath(int pathIndex, MultiPath src, int srcPathIndex, boolean bForward) Inserts a path from another multipath.voidMultiPath.insertPoints(int pathIndex, int beforePointIndex, MultiPath src, int srcPathIndex, int srcPointIndexFrom, int srcPointCount, boolean bForward) Inserts vertices from the given multipath into this multipath. -
Uses of MultiPath in com.esri.core.geometry.ogc
Constructors in com.esri.core.geometry.ogc with parameters of type MultiPathModifierConstructorDescriptionOGCLinearRing(MultiPath mp, int pathIndex, SpatialReference sr, boolean reversed) OGCLineString(MultiPath mp, int pathIndex, SpatialReference sr) OGCLineString(MultiPath mp, int pathIndex, SpatialReference sr, boolean reversed)