Uses of Class
com.esri.core.geometry.Segment
Packages that use Segment
-
Uses of Segment in com.esri.core.geometry
Subclasses of Segment in com.esri.core.geometryMethods in com.esri.core.geometry that return SegmentModifier and TypeMethodDescriptionLine.cut(double t1, double t2) abstract SegmentSegment.cut(double t1, double t2) Returns subsegment between parameters t1 and t2.SegmentIterator.nextSegment()Moves the iterator to the next segment and returns the segment.SegmentIterator.previousSegment()Moves the iterator to previous segment and returns the segment.Methods in com.esri.core.geometry with parameters of type SegmentModifier and TypeMethodDescriptionvoidMultiPath.addSegment(Segment segment, boolean bStartNewPath) Adds a new segment to this multipath.voidPolyline.addSegment(Segment segment, boolean bStartNewPath) doublebooleanSegment.isIntersecting(Segment other, double tolerance) Returns TRUE if this segment intersects with the other segment with the given tolerance.