Class LineDrawable

java.lang.Object
org.oscim.layers.vector.geometries.JtsDrawable
org.oscim.layers.vector.geometries.LineDrawable
All Implemented Interfaces:
Drawable

public class LineDrawable extends JtsDrawable
Predefined class for drawing lines and line strings on the map.
  • Constructor Details

    • LineDrawable

      public LineDrawable(org.locationtech.jts.geom.Geometry line, Style style)
    • LineDrawable

      public LineDrawable(List<org.oscim.core.GeoPoint> points)
    • LineDrawable

      public LineDrawable(List<org.oscim.core.GeoPoint> points, Style style)
    • LineDrawable

      public LineDrawable(double[] lonLat, Style style)