public class JeoVectorLayer extends JtsLayer
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
protected double |
mDropPointDistance |
| Constructor and Description |
|---|
JeoVectorLayer(org.oscim.map.Map map,
org.jeo.vector.VectorDataset data,
org.jeo.map.Style style) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addLine(org.oscim.layers.vector.AbstractVectorLayer.Task t,
org.jeo.vector.Feature f,
org.jeo.map.Rule rule,
com.vividsolutions.jts.geom.Geometry g) |
protected void |
addPoint(org.oscim.layers.vector.AbstractVectorLayer.Task t,
org.jeo.vector.Feature f,
org.jeo.map.Rule rule,
com.vividsolutions.jts.geom.Geometry g) |
protected void |
addPolygon(org.oscim.layers.vector.AbstractVectorLayer.Task t,
org.jeo.vector.Feature f,
org.jeo.map.Rule rule,
com.vividsolutions.jts.geom.Geometry g) |
protected void |
processFeatures(org.oscim.layers.vector.AbstractVectorLayer.Task t,
com.vividsolutions.jts.geom.Envelope b) |
addLine, addPolygon, processFeatures, transformPathpublic static final org.slf4j.Logger log
protected double mDropPointDistance
public JeoVectorLayer(org.oscim.map.Map map,
org.jeo.vector.VectorDataset data,
org.jeo.map.Style style)
protected void processFeatures(org.oscim.layers.vector.AbstractVectorLayer.Task t,
com.vividsolutions.jts.geom.Envelope b)
processFeatures in class JtsLayerprotected void addLine(org.oscim.layers.vector.AbstractVectorLayer.Task t,
org.jeo.vector.Feature f,
org.jeo.map.Rule rule,
com.vividsolutions.jts.geom.Geometry g)
protected void addPolygon(org.oscim.layers.vector.AbstractVectorLayer.Task t,
org.jeo.vector.Feature f,
org.jeo.map.Rule rule,
com.vividsolutions.jts.geom.Geometry g)
protected void addPoint(org.oscim.layers.vector.AbstractVectorLayer.Task t,
org.jeo.vector.Feature f,
org.jeo.map.Rule rule,
com.vividsolutions.jts.geom.Geometry g)