Interface Drawable

All Known Implementing Classes:
CircleDrawable, HexagonDrawable, JtsDrawable, LineDrawable, PointDrawable, PolygonDrawable, RectangleDrawable

public interface Drawable
  • Method Summary

    Modifier and Type
    Method
    Description
    org.locationtech.jts.geom.Geometry
     
    int
    Priority of drawable, the larger the value, the higher it will appear when drawn in the VectorLayer.
     
  • Method Details

    • getStyle

      Style getStyle()
      Returns:
    • getGeometry

      org.locationtech.jts.geom.Geometry getGeometry()
      Returns:
    • getPriority

      int getPriority()
      Priority of drawable, the larger the value, the higher it will appear when drawn in the VectorLayer.
      See Also: