| Modifier and Type | Interface and Description |
|---|---|
interface |
ILinearRing |
| Modifier and Type | Method and Description |
|---|---|
ILineString |
IGeometryFactory.createLineString(double[] xs,
double[] ys) |
ILineString |
IGeometryFactory.createLineString(ICoordinateSequence coordinateSequence) |
ILineString |
IMultiLineString.getGeometryN(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ILineString> |
IMultiLineString.geometries() |
| Modifier and Type | Method and Description |
|---|---|
IMultiLineString |
IGeometryFactory.createMultiLineString(ILineString geometry) |
IMultiLineString |
IGeometryFactory.createMultiLineString(ILineString[] lineStrings) |
| Modifier and Type | Method and Description |
|---|---|
static ICoordinate |
InteriorCalculator.calculateInterior(ILineString geometry) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearRing |
class |
LineString |
| Modifier and Type | Method and Description |
|---|---|
ILineString |
GeometryFactory.createLineString(double[] xs,
double[] ys) |
ILineString |
GeometryFactory.createLineString(ICoordinateSequence coordinateSequence) |
| Modifier and Type | Method and Description |
|---|---|
IMultiLineString |
GeometryFactory.createMultiLineString(ILineString lineStrings) |
IMultiLineString |
GeometryFactory.createMultiLineString(ILineString[] lineStrings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PointInteractOperator.interact(ILineString line,
double tolerance) |
| Constructor and Description |
|---|
LineStringInteractOperator(ILineString lineString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContainsLinearRingOperator.contains(ILineString ring,
boolean borderTouch) |
boolean |
ContainsLinearRingOperator.containsOrCross(ILineString ring) |
| Modifier and Type | Method and Description |
|---|---|
ILinearRingBuilder |
ILinearRingBuilder.add(ILineString lineString) |
ILinearRingBuilder |
LinearRingBuilder.add(ILineString lineString) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.