Interface SimpleGeometry

  • All Known Subinterfaces:
    Line, Point, Polygon
    All Known Implementing Classes:
    CFLine, CFPoint, CFPolygon

    public interface SimpleGeometry
    An interface to interact with Simple Geometry Feature Types.
    • Method Detail

      • setData

        void setData​(Array data)
        Sets the data associated with this geometry
      • getData

        Array getData()
        Fetches the data associated with this geometry.
        Returns:
        data
      • getBBLower

        double[] getBBLower()
        Gets the lower bounding box of this geometry.
        Returns:
        lower bounding box, a one dimensional array of length two
      • getBBUpper

        double[] getBBUpper()
        Gets the upper bounding box of this geometry.
        Returns:
        upper bounding box, a one dimenstional array of length two