Class FastLiteShape
- java.lang.Object
-
- org.geotools.geometry.jts.LiteShape
-
- org.hortonmachine.gears.utils.features.FastLiteShape
-
-
Constructor Summary
Constructors Constructor Description FastLiteShape(org.locationtech.jts.geom.Geometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(double x, double y)booleancontains(double x, double y, double w, double h)booleancontains(Point2D p)booleancontains(Rectangle2D r)booleanintersects(double x, double y, double w, double h)booleanintersects(Rectangle2D r)
-
-
-
Method Detail
-
contains
public boolean contains(double x, double y)
-
contains
public boolean contains(Point2D p)
-
contains
public boolean contains(double x, double y, double w, double h)
-
contains
public boolean contains(Rectangle2D r)
-
intersects
public boolean intersects(double x, double y, double w, double h)- Specified by:
intersectsin interfaceShape- Overrides:
intersectsin classorg.geotools.geometry.jts.LiteShape
-
intersects
public boolean intersects(Rectangle2D r)
- Specified by:
intersectsin interfaceShape- Overrides:
intersectsin classorg.geotools.geometry.jts.LiteShape
-
-