public class JtsDrawable extends java.lang.Object implements Drawable
| Modifier and Type | Field and Description |
|---|---|
static com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory |
coordFactory |
protected com.vividsolutions.jts.geom.Geometry |
geometry |
static com.vividsolutions.jts.geom.GeometryFactory |
geomFactory |
protected Style |
style |
| Constructor and Description |
|---|
JtsDrawable(com.vividsolutions.jts.geom.Geometry geometry,
Style style) |
JtsDrawable(Style style) |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
Style |
getStyle() |
protected static GeomBuilder |
loadPoints(GeomBuilder gb,
java.util.List<org.oscim.core.GeoPoint> points) |
void |
setStyle(Style style) |
public static final com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory coordFactory
public static final com.vividsolutions.jts.geom.GeometryFactory geomFactory
protected Style style
protected com.vividsolutions.jts.geom.Geometry geometry
public JtsDrawable(Style style)
public JtsDrawable(com.vividsolutions.jts.geom.Geometry geometry,
Style style)
public void setStyle(Style style)
style - public com.vividsolutions.jts.geom.Geometry getGeometry()
getGeometry in interface Drawableprotected static GeomBuilder loadPoints(GeomBuilder gb, java.util.List<org.oscim.core.GeoPoint> points)