Package org.locationtech.spatial4j.shape
Class BaseShape<T extends SpatialContext>
java.lang.Object
org.locationtech.spatial4j.shape.BaseShape<T>
- All Implemented Interfaces:
Shape
- Direct Known Subclasses:
BufferedLine
,BufferedLineString
,CircleImpl
,JtsGeometry
,JtsPoint
,PointImpl
,RectangleImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.locationtech.spatial4j.shape.Shape
equals, getArea, getBoundingBox, getBuffered, getCenter, hasArea, isEmpty, relate
-
Field Details
-
ctx
-
-
Constructor Details
-
BaseShape
-
-
Method Details
-
getContext
Description copied from interface:Shape
Get the SpatialContext that created the Shape- Specified by:
getContext
in interfaceShape
-