public class PointInteractOperator extends Object
| Constructor and Description |
|---|
PointInteractOperator(ICoordinate coordinate) |
PointInteractOperator(IPoint point) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
interact(IGeometryCollection collection,
double tolerance) |
boolean |
interact(IGeometry geometry,
double tolerance) |
boolean |
interact(ILineString line,
double tolerance) |
boolean |
interact(IMultiLineString multiLineString,
double tolerance) |
boolean |
interact(IMultiPoint multiPoint,
double tolerance) |
boolean |
interact(IMultiPolygon polygon,
double tolerance) |
boolean |
interact(IPoint point,
double tolerance) |
boolean |
interact(IPolygon polygon,
double tolerance) |
public PointInteractOperator(IPoint point)
public PointInteractOperator(ICoordinate coordinate)
public boolean interact(IGeometry geometry, double tolerance)
public boolean interact(IGeometryCollection collection, double tolerance)
public boolean interact(IPoint point, double tolerance)
public boolean interact(IMultiPoint multiPoint, double tolerance)
public boolean interact(ILineString line, double tolerance)
public boolean interact(IMultiLineString multiLineString, double tolerance)
public boolean interact(IPolygon polygon, double tolerance)
public boolean interact(IMultiPolygon polygon, double tolerance)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.