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

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

Uses of Segment in com.esri.core.geometry
 

Subclasses of Segment in com.esri.core.geometry
 class Line
          A straight line between a pair of points.
 

Methods in com.esri.core.geometry that return Segment
 Segment SegmentIterator.nextSegment()
          Moves the iterator to the next segment and returns the segment.
 Segment SegmentIterator.previousSegment()
          Moves the iterator to previous segment and returns the segment.
 

Methods in com.esri.core.geometry with parameters of type Segment
 void Polyline.addSegment(Segment segment, boolean bStartNewPath)
           
 void MultiPath.addSegment(Segment segment, boolean bStartNewPath)
          Adds a new segment to this multipath.
 



Copyright © 2012. All Rights Reserved.