| Modifier and Type | Method and Description |
|---|---|
ILinearRing |
IGeometryFactory.createLinearRing(double[] xs,
double[] ys) |
ILinearRing |
IGeometryFactory.createLinearRing(ICoordinateSequence sequence) |
ILinearRing |
IPolygon.getInnerRingN(int index) |
ILinearRing |
IPolygon.getOuterRing() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ILinearRing> |
IPolygon.getInnerRings() |
| Modifier and Type | Method and Description |
|---|---|
IPolygon |
IGeometryFactory.createPolygon(ILinearRing outerRing,
ILinearRing[] innerRings) |
IPolygon |
IGeometryFactory.createPolygon(ILinearRing outerRing,
ILinearRing[] innerRings) |
IPolygon |
IGeometryFactory.createPolygon(ILinearRing outerRing,
List<ILinearRing> innerRings) |
| Modifier and Type | Method and Description |
|---|---|
IPolygon |
IGeometryFactory.createPolygon(ILinearRing outerRing,
List<ILinearRing> innerRings) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearRing |
| Modifier and Type | Method and Description |
|---|---|
ILinearRing |
GeometryFactory.createLinearRing(double[] xs,
double[] ys) |
ILinearRing |
GeometryFactory.createLinearRing(ICoordinateSequence sequence) |
ILinearRing |
Polygon.getInnerRingN(int index) |
ILinearRing |
Polygon.getOuterRing() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ILinearRing> |
Polygon.getInnerRings() |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
GeometryFactory.createPolygon(ILinearRing outerRing,
ILinearRing[] innerRings) |
Polygon |
GeometryFactory.createPolygon(ILinearRing outerRing,
ILinearRing[] innerRings) |
IPolygon |
GeometryFactory.createPolygon(ILinearRing outerRing,
List<ILinearRing> innerRings) |
| Modifier and Type | Method and Description |
|---|---|
IPolygon |
GeometryFactory.createPolygon(ILinearRing outerRing,
List<ILinearRing> innerRings) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPolygonBuilder.add(ILinearRing ring) |
void |
IPolygonBuilder.add(ILinearRing ring) |
boolean |
ContainsLinearRingOperator.contains(ILinearRing ring) |
| Constructor and Description |
|---|
ContainsLinearRingOperator(ILinearRing ring) |
| Modifier and Type | Method and Description |
|---|---|
ILinearRing |
IGeometryNode.asExteriorRing() |
ILinearRing |
GeometryNode.asExteriorRing() |
ILinearRing |
IGeometryNode.asInnerRing() |
ILinearRing |
GeometryNode.asInnerRing() |
ILinearRing |
IGeometryNode.asLinearRing() |
ILinearRing |
GeometryNode.asLinearRing() |
| Constructor and Description |
|---|
GeometryNode(IGeometryFactoryProvider factoryProvider,
ILinearRing ring) |
| Modifier and Type | Method and Description |
|---|---|
List<ILinearRing> |
ILinearRingBuilder.build() |
List<ILinearRing> |
LinearRingBuilder.build() |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.