Interface GeometryItem

All Superinterfaces:
GeoJson, Geometry
All Known Implementing Classes:
LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon

public interface GeometryItem extends Geometry
  • Method Details

    • getBbox

      List<Double> getBbox()
      Specified by:
      getBbox in interface Geometry
      Returns:
      the bounding box of the geometry
    • getCoordinates

      GeometryItem getCoordinates()
      Returns:
      the coordinates of the Point geometry
    • getType

      String getType()
      Specified by:
      getType in interface Geometry
      Returns:
      the type of geometry