Class OSMIndoorLayer

  • All Implemented Interfaces:
    org.oscim.event.EventListener, org.oscim.map.Map.UpdateListener

    public class OSMIndoorLayer
    extends JeoVectorLayer
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.oscim.layers.vector.AbstractVectorLayer

        org.oscim.layers.vector.AbstractVectorLayer.Renderer, org.oscim.layers.vector.AbstractVectorLayer.Task, org.oscim.layers.vector.AbstractVectorLayer.Worker
      • Nested classes/interfaces inherited from class org.oscim.layers.Layer

        org.oscim.layers.Layer.EnableHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean[] activeLevels  
      protected org.oscim.theme.styles.TextStyle mText  
      protected org.oscim.renderer.bucket.TextBucket mTextLayer  
      • Fields inherited from class org.oscim.layers.vector.AbstractVectorLayer

        mClipper, mGeom, mUpdate, mUpdateDelay, mWorker, UNSCALE_COORD
      • Fields inherited from class org.oscim.layers.Layer

        mMap, mRenderer
    • Constructor Summary

      Constructors 
      Constructor Description
      OSMIndoorLayer​(org.oscim.map.Map map, io.jeo.vector.VectorDataset data, io.jeo.map.Style style, org.oscim.theme.styles.TextStyle textStyle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addLine​(org.oscim.layers.vector.AbstractVectorLayer.Task t, io.jeo.vector.Feature f, io.jeo.map.Rule rule, com.vividsolutions.jts.geom.Geometry g)  
      protected void addPoint​(org.oscim.layers.vector.AbstractVectorLayer.Task t, io.jeo.vector.Feature f, io.jeo.map.Rule rule, com.vividsolutions.jts.geom.Geometry g)  
      protected void addPolygon​(org.oscim.layers.vector.AbstractVectorLayer.Task t, io.jeo.vector.Feature f, io.jeo.map.Rule rule, com.vividsolutions.jts.geom.Geometry g)  
      protected int getInactiveColor​(int color)  
      protected void processFeatures​(org.oscim.layers.vector.AbstractVectorLayer.Task t, com.vividsolutions.jts.geom.Envelope b)  
      • Methods inherited from class org.oscim.layers.vector.AbstractVectorLayer

        onDetach, onMapEvent, update
      • Methods inherited from class org.oscim.layers.Layer

        getRenderer, isEnabled, map, setEnabled, setEnableHandler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mTextLayer

        protected org.oscim.renderer.bucket.TextBucket mTextLayer
      • mText

        protected org.oscim.theme.styles.TextStyle mText
      • activeLevels

        public boolean[] activeLevels
    • Constructor Detail

      • OSMIndoorLayer

        public OSMIndoorLayer​(org.oscim.map.Map map,
                              io.jeo.vector.VectorDataset data,
                              io.jeo.map.Style style,
                              org.oscim.theme.styles.TextStyle textStyle)
    • Method Detail

      • processFeatures

        protected void processFeatures​(org.oscim.layers.vector.AbstractVectorLayer.Task t,
                                       com.vividsolutions.jts.geom.Envelope b)
        Overrides:
        processFeatures in class JeoVectorLayer
      • addLine

        protected void addLine​(org.oscim.layers.vector.AbstractVectorLayer.Task t,
                               io.jeo.vector.Feature f,
                               io.jeo.map.Rule rule,
                               com.vividsolutions.jts.geom.Geometry g)
        Overrides:
        addLine in class JeoVectorLayer
      • addPolygon

        protected void addPolygon​(org.oscim.layers.vector.AbstractVectorLayer.Task t,
                                  io.jeo.vector.Feature f,
                                  io.jeo.map.Rule rule,
                                  com.vividsolutions.jts.geom.Geometry g)
        Overrides:
        addPolygon in class JeoVectorLayer
      • addPoint

        protected void addPoint​(org.oscim.layers.vector.AbstractVectorLayer.Task t,
                                io.jeo.vector.Feature f,
                                io.jeo.map.Rule rule,
                                com.vividsolutions.jts.geom.Geometry g)
        Overrides:
        addPoint in class JeoVectorLayer
      • getInactiveColor

        protected int getInactiveColor​(int color)