Class PointInteractOperator
- java.lang.Object
-
- net.anwiba.spatial.geometry.operator.PointInteractOperator
-
public class PointInteractOperator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PointInteractOperator(ICoordinate coordinate)PointInteractOperator(IPoint point)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaninteract(IGeometryCollection collection, double tolerance)booleaninteract(IGeometry geometry, double tolerance)booleaninteract(ILineString line, double tolerance)booleaninteract(IMultiLineString multiLineString, double tolerance)booleaninteract(IMultiPoint multiPoint, double tolerance)booleaninteract(IMultiPolygon polygon, double tolerance)booleaninteract(IPoint point, double tolerance)booleaninteract(IPolygon polygon, double tolerance)
-
-
-
Constructor Detail
-
PointInteractOperator
public PointInteractOperator(IPoint point)
-
PointInteractOperator
public PointInteractOperator(ICoordinate coordinate)
-
-
Method Detail
-
interact
public boolean interact(IGeometry geometry, double tolerance)
-
interact
public boolean interact(IGeometryCollection collection, double tolerance)
-
interact
public boolean interact(IPoint point, double tolerance)
-
interact
public boolean interact(IMultiPoint multiPoint, double tolerance)
-
interact
public boolean interact(ILineString line, double tolerance)
-
interact
public boolean interact(IMultiLineString multiLineString, double tolerance)
-
interact
public boolean interact(IPolygon polygon, double tolerance)
-
interact
public boolean interact(IMultiPolygon polygon, double tolerance)
-
-