Class LineDrawable
java.lang.Object
org.oscim.layers.vector.geometries.JtsDrawable
org.oscim.layers.vector.geometries.LineDrawable
- All Implemented Interfaces:
Drawable
Predefined class for drawing lines and line strings on the map.
-
Field Summary
Fields inherited from class org.oscim.layers.vector.geometries.JtsDrawable
coordFactory, geometry, geomFactory, priority, style -
Constructor Summary
ConstructorsConstructorDescriptionLineDrawable(double[] lonLat, Style style) LineDrawable(List<org.oscim.core.GeoPoint> points) LineDrawable(List<org.oscim.core.GeoPoint> points, Style style) LineDrawable(org.locationtech.jts.geom.Geometry line, Style style) -
Method Summary
Methods inherited from class org.oscim.layers.vector.geometries.JtsDrawable
getGeometry, getPriority, getStyle, loadPoints, setPriority, setStyle
-
Constructor Details
-
LineDrawable
-
LineDrawable
-
LineDrawable
-
LineDrawable
-