public class LineSegmentMatch extends Object
| Constructor and Description |
|---|
LineSegmentMatch(GeometryFactory geometryFactory,
Point start,
Point end) |
LineSegmentMatch(LineSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSegment(LineSegment segment,
int index) |
BoundingBox |
getEnvelope() |
LineString |
getLine() |
int |
getMatchCount(int index) |
LineSegment |
getSegment() |
LineSegment |
getSegment(int index) |
int |
getSegmentCount() |
List<LineSegment> |
getSegments() |
boolean |
hasMatches(int index) |
boolean |
hasMatches(int index1,
int index2) |
boolean |
hasOtherSegment(int index) |
boolean |
hasSegment(int index) |
boolean |
isMatchedWithBase(int index) |
void |
removeSegment(int i) |
String |
toString() |
public LineSegmentMatch(GeometryFactory geometryFactory, Point start, Point end)
public LineSegmentMatch(LineSegment segment)
public void addSegment(LineSegment segment, int index)
public BoundingBox getEnvelope()
public LineString getLine()
public int getMatchCount(int index)
public LineSegment getSegment()
public LineSegment getSegment(int index)
index - public int getSegmentCount()
public List<LineSegment> getSegments()
public boolean hasMatches(int index)
public boolean hasMatches(int index1,
int index2)
public boolean hasOtherSegment(int index)
public boolean hasSegment(int index)
public boolean isMatchedWithBase(int index)
public void removeSegment(int i)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.