| Modifier and Type | Method and Description |
|---|---|
IPoint |
IGeometryFactory.createPoint(double x,
double y) |
IPoint |
IGeometryFactory.createPoint(ICoordinate coordinate) |
IPoint |
IGeometryFactory.createPoint(ICoordinate coordinate,
IEnvelope envelope) |
IPoint |
IMultiPoint.getGeometryN(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IPoint> |
IMultiPoint.geometries() |
| Modifier and Type | Method and Description |
|---|---|
IMultiPoint |
IGeometryFactory.createMultiPoint(IPoint point) |
IMultiPoint |
IGeometryFactory.createMultiPoint(IPoint[] points) |
| Modifier and Type | Method and Description |
|---|---|
static ICoordinate |
InteriorCalculator.calculateInterior(IPoint geometry) |
| Modifier and Type | Class and Description |
|---|---|
class |
Point |
| Modifier and Type | Method and Description |
|---|---|
IPoint |
GeometryFactory.createPoint(double x,
double y) |
IPoint |
GeometryFactory.createPoint(ICoordinate coordinate) |
IPoint |
GeometryFactory.createPoint(ICoordinate coordinate,
IEnvelope envelope) |
| Modifier and Type | Method and Description |
|---|---|
IMultiPoint |
GeometryFactory.createMultiPoint(IPoint point) |
IMultiPoint |
GeometryFactory.createMultiPoint(IPoint[] points) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PointInteractOperator.interact(IPoint point,
double tolerance) |
| Constructor and Description |
|---|
PointInteractOperator(IPoint point) |
| Modifier and Type | Method and Description |
|---|---|
IPoint |
IGeometryValidationResult.getErrorPosition() |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.