| Modifier and Type | Interface and Description |
|---|---|
interface |
IRectangle |
| Modifier and Type | Method and Description |
|---|---|
IPolygon |
IGeometryFactory.createPolygon(double[] xs,
double[] ys) |
IPolygon |
IGeometryFactory.createPolygon(double[] xs,
double[] ys,
double[][] hxs,
double[][] hys) |
IPolygon |
IGeometryFactory.createPolygon(ICoordinateSequence coordinateSequence) |
IPolygon |
IGeometryFactory.createPolygon(ICoordinateSequence sequence,
ICoordinateSequence[] sequences) |
IPolygon |
IGeometryFactory.createPolygon(IEnvelope envelope) |
IPolygon |
IGeometryFactory.createPolygon(ILinearRing outerRing,
ILinearRing[] innerRings) |
IPolygon |
IGeometryFactory.createPolygon(ILinearRing outerRing,
List<ILinearRing> innerRings) |
IPolygon |
IMultiPolygon.getGeometryN(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IPolygon> |
IMultiPolygon.geometries() |
| Modifier and Type | Method and Description |
|---|---|
IMultiPolygon |
IGeometryFactory.createMultiPolygon(IPolygon polygon) |
IMultiPolygon |
IGeometryFactory.createMultiPolygon(IPolygon[] polygons) |
| Modifier and Type | Method and Description |
|---|---|
IMultiPolygon |
IGeometryFactory.createMultiPolygon(List<IPolygon> polygons) |
| Modifier and Type | Method and Description |
|---|---|
static ICoordinate |
InteriorCalculator.calculateInterior(IPolygon geometry) |
| Modifier and Type | Class and Description |
|---|---|
class |
Polygon |
class |
Rectangle |
| Modifier and Type | Method and Description |
|---|---|
IPolygon |
GeometryFactory.createPolygon(double[] xs,
double[] ys) |
IPolygon |
GeometryFactory.createPolygon(double[] xs,
double[] ys,
double[][] hxs,
double[][] hys) |
IPolygon |
GeometryFactory.createPolygon(ICoordinateSequence coordinateSequence) |
IPolygon |
GeometryFactory.createPolygon(ICoordinateSequence sequence,
ICoordinateSequence[] sequences) |
IPolygon |
GeometryFactory.createPolygon(IEnvelope envelope) |
IPolygon |
GeometryFactory.createPolygon(ILinearRing outerRing,
List<ILinearRing> innerRings) |
| Modifier and Type | Method and Description |
|---|---|
IMultiPolygon |
GeometryFactory.createMultiPolygon(IPolygon polygon) |
IMultiPolygon |
GeometryFactory.createMultiPolygon(IPolygon[] polygons) |
| Modifier and Type | Method and Description |
|---|---|
IMultiPolygon |
GeometryFactory.createMultiPolygon(List<IPolygon> polygons) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PointInteractOperator.interact(IPolygon polygon,
double tolerance) |
| Modifier and Type | Method and Description |
|---|---|
List<IPolygon> |
PolygonConsumer.getPolygons() |
protected List<IPolygon> |
AbstractPolygonBuilder.getPolygons() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolygonConsumer.add(IPolygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
IPolygon |
IGeometryNode.asPolygon() |
IPolygon |
GeometryNode.asPolygon() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeometryUtilities.isRectangle(IPolygon polygon) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.