Class NumberRangePrefixTree.SpanUnitsNRShape

    • Method Detail

      • getContext

        public org.locationtech.spatial4j.context.SpatialContext getContext()
        Specified by:
        getContext in interface org.locationtech.spatial4j.shape.Shape
      • relate

        public org.locationtech.spatial4j.shape.SpatialRelation relate​(org.locationtech.spatial4j.shape.Shape shape)
        Specified by:
        relate in interface org.locationtech.spatial4j.shape.Shape
      • getBoundingBox

        public org.locationtech.spatial4j.shape.Rectangle getBoundingBox()
        Specified by:
        getBoundingBox in interface org.locationtech.spatial4j.shape.Shape
      • hasArea

        public boolean hasArea()
        Specified by:
        hasArea in interface org.locationtech.spatial4j.shape.Shape
      • getArea

        public double getArea​(org.locationtech.spatial4j.context.SpatialContext spatialContext)
        Specified by:
        getArea in interface org.locationtech.spatial4j.shape.Shape
      • getCenter

        public org.locationtech.spatial4j.shape.Point getCenter()
        Specified by:
        getCenter in interface org.locationtech.spatial4j.shape.Shape
      • getBuffered

        public org.locationtech.spatial4j.shape.Shape getBuffered​(double v,
                                                                  org.locationtech.spatial4j.context.SpatialContext spatialContext)
        Specified by:
        getBuffered in interface org.locationtech.spatial4j.shape.Shape
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface org.locationtech.spatial4j.shape.Shape
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in interface org.locationtech.spatial4j.shape.Shape
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object