public class LineDrawable extends JtsDrawable
coordFactory, geometry, geomFactory, style| Constructor and Description |
|---|
LineDrawable(double[] lonLat,
Style style) |
LineDrawable(com.vividsolutions.jts.geom.Geometry line,
Style style) |
LineDrawable(java.util.List<org.oscim.core.GeoPoint> points) |
LineDrawable(java.util.List<org.oscim.core.GeoPoint> points,
Style style) |
getGeometry, getStyle, loadPoints, setStylepublic LineDrawable(com.vividsolutions.jts.geom.Geometry line,
Style style)
public LineDrawable(java.util.List<org.oscim.core.GeoPoint> points)
public LineDrawable(java.util.List<org.oscim.core.GeoPoint> points,
Style style)
public LineDrawable(double[] lonLat,
Style style)