public interface GeoShape
| Modifier and Type | Method and Description |
|---|---|
boolean |
intersects(GeoShape geoShape)
Calculate whether the given GeoShape intersects with the geometry of this object.
|
void |
validate()
Throw a GeInvalidShapeException if the requirements for this shape are not met.
|
boolean |
within(GeoShape geoShape)
Calculate whether this shape is completely within the geometry of the given object.
|
boolean intersects(GeoShape geoShape)
geoShape - The other shapeboolean within(GeoShape geoShape)
geoShape - The other shapevoid validate()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.