Class JeoVectorLayer

  • All Implemented Interfaces:
    org.oscim.event.EventListener, org.oscim.map.Map.UpdateListener
    Direct Known Subclasses:
    OSMIndoorLayer

    public class JeoVectorLayer
    extends JtsLayer
    • 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
      static org.slf4j.Logger log  
      protected double mDropPointDistance  
      • 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
      JeoVectorLayer​(org.oscim.map.Map map, io.jeo.vector.VectorDataset data, io.jeo.map.Style style)  
    • 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 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

      • log

        public static final org.slf4j.Logger log
      • mDropPointDistance

        protected double mDropPointDistance
    • Constructor Detail

      • JeoVectorLayer

        public JeoVectorLayer​(org.oscim.map.Map map,
                              io.jeo.vector.VectorDataset data,
                              io.jeo.map.Style style)
    • Method Detail

      • processFeatures

        protected void processFeatures​(org.oscim.layers.vector.AbstractVectorLayer.Task t,
                                       com.vividsolutions.jts.geom.Envelope b)
        Specified by:
        processFeatures in class JtsLayer
      • 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)
      • 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)
      • 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)