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