Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Class and Description |
---|---|
class |
Line
A straight line between a pair of points.
|
Modifier and Type | Method and Description |
---|---|
abstract Segment |
Segment.cut(double t1,
double t2)
Returns subsegment between parameters t1 and t2.
|
Segment |
Line.cut(double t1,
double t2) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Polyline.addSegment(Segment segment,
boolean bStartNewPath) |
void |
MultiPath.addSegment(Segment segment,
boolean bStartNewPath)
Adds a new segment to this multipath.
|
double |
Segment.distance(Segment otherSegment,
boolean bSegmentsKnownDisjoint) |
boolean |
Segment.isIntersecting(Segment other,
double tolerance)
Returns TRUE if this segment intersects with the other segment with the
given tolerance.
|
Copyright © 2018. All rights reserved.