public class OSMIndoorLayer extends JeoVectorLayer
| Modifier and Type | Field and Description |
|---|---|
boolean[] |
activeLevels |
protected org.oscim.theme.styles.TextStyle |
mText |
protected org.oscim.renderer.bucket.TextBucket |
mTextLayer |
log, mDropPointDistance| Constructor and Description |
|---|
OSMIndoorLayer(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, transformPathprotected org.oscim.renderer.bucket.TextBucket mTextLayer
protected org.oscim.theme.styles.TextStyle mText
public boolean[] activeLevels
public OSMIndoorLayer(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 JeoVectorLayerprotected 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)
addLine in class JeoVectorLayerprotected 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)
addPolygon in class JeoVectorLayerprotected 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)
addPoint in class JeoVectorLayer