Class VectorTileLoader

All Implemented Interfaces:
Runnable, RenderStyle.Callback, ITileDataSink

public class VectorTileLoader extends TileLoader implements RenderStyle.Callback
  • Field Details

    • STROKE_INCREASE

      protected static final double STROKE_INCREASE
      See Also:
    • LAYERS

      protected static final byte LAYERS
      See Also:
    • STROKE_MIN_ZOOM

      public static final byte STROKE_MIN_ZOOM
      See Also:
    • renderTheme

      protected IRenderTheme renderTheme
    • mTileDataSource

      protected ITileDataSource mTileDataSource
      current TileDataSource used by this MapTileLoader
    • mElement

      protected MapElement mElement
      currently processed MapElement
    • mCurLineBucket

      protected LineBucket mCurLineBucket
      current line bucket (will be used for outline bucket)
    • mCurBucket

      protected int mCurBucket
      Current bucket for adding elements
    • mLineScale

      protected float mLineScale
      Line-scale-factor depending on zoom and latitude
    • mBuckets

      protected RenderBuckets mBuckets
    • USE_MESH_POLY

      public static boolean USE_MESH_POLY
  • Constructor Details

  • Method Details