| Package | Description |
|---|---|
| de.thaw.comb |
The main Combiner package.
|
| de.thaw.comb.io |
File input/output support for the Combiner.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SourceSegment |
GeneralisedSection.segment1 |
(package private) SourceSegment |
GeneralisedSection.segment2 |
| Modifier and Type | Field and Description |
|---|---|
Set<SourceSegment> |
SourceSegment.leftRealParallels |
LinkedList<SourceSegment> |
GeneralisedSection.originalSegments |
Set<SourceSegment> |
SourceSegment.rightRealParallels |
| Modifier and Type | Method and Description |
|---|---|
SourceSegment |
AbstractLine.get(int index) |
SourceSegment |
AbstractLine.remove(int index) |
SourceSegment |
Segment.root() |
SourceSegment |
AbstractSegment.root() |
SourceSegment |
AbstractLine.set(int index,
SourceSegment element) |
| Modifier and Type | Method and Description |
|---|---|
List<SourceSegment> |
Dataset.allSegments() |
Collection<SourceSegment> |
SourceSegment.closeParallels() |
Set<SourceSegment> |
SourceNode.connectingSegments() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLine.add(int index,
SourceSegment element) |
void |
SourceNode.addSegment(SourceSegment segment) |
SourceSegment |
AbstractLine.set(int index,
SourceSegment element) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SourceSegment.setCloseSegments(Collection<SourceSegment> closeSegments) |
| Constructor and Description |
|---|
ConcatenatedSection(SourceSegment startSegment) |
| Modifier and Type | Method and Description |
|---|---|
SourceSegment |
ShapeWriter.toSegment(Geometry lineString) |
| Modifier and Type | Method and Description |
|---|---|
List<SourceSegment> |
InputDataset.allSegments() |