Class GeometryCollectionShape
java.lang.Object
org.locationtech.jts.awt.GeometryCollectionShape
- All Implemented Interfaces:
Shape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancontains(double x, double y) booleancontains(double x, double y, double w, double h) booleanbooleangetPathIterator(AffineTransform at, double flatness) booleanintersects(double x, double y, double w, double h) boolean
-
Constructor Details
-
GeometryCollectionShape
public GeometryCollectionShape()
-
-
Method Details
-
add
-
getBounds
-
getBounds2D
- Specified by:
getBounds2Din interfaceShape
-
contains
-
contains
-
intersects
public boolean intersects(double x, double y, double w, double h) - Specified by:
intersectsin interfaceShape
-
intersects
- Specified by:
intersectsin interfaceShape
-
contains
-
contains
-
getPathIterator
- Specified by:
getPathIteratorin interfaceShape
-
getPathIterator
- Specified by:
getPathIteratorin interfaceShape
-