Index

D E G M O R 
All Classes and Interfaces|All Packages

D

debugMode - Variable in class org.gvsig.mvtrenderer.lib.impl.MVTTile
 
download(InputStream, Envelope, Map<String, Set<String>>) - Method in class org.gvsig.mvtrenderer.lib.impl.MVTTile
Parses a tile from an input stream.
download(URL) - Method in class org.gvsig.mvtrenderer.lib.impl.MVTStyles
Downloads the style JSON and parses it with MBStyleParser to verify correctness.
download(URL, int, int, int, Envelope, Map<String, Set<String>>) - Method in class org.gvsig.mvtrenderer.lib.impl.MVTTile
Downloads and parses a tile from a template URL by replacing {z}, {x}, and {y} placeholders.
download(URL, Envelope, Map<String, Set<String>>) - Method in class org.gvsig.mvtrenderer.lib.impl.MVTTile
Downloads and parses a tile from the given URL.

E

extractFieldsFromStyles() - Method in class org.gvsig.mvtrenderer.lib.impl.MVTStyles
Extracts the field names used in the style layers for each source layer.

G

getFeatures() - Method in class org.gvsig.mvtrenderer.lib.impl.MVTLayer
Returns the collection of features associated with this layer.
getFolder() - Method in class org.gvsig.mvtrenderer.lib.impl.MVTTile
Returns the folder path where tile data is stored.
getId() - Method in class org.gvsig.mvtrenderer.lib.impl.MVTLayer
Returns the identifier of this layer.
getLayersToDraw(Map<String, MVTTile.MVTDataSource>, Envelope, CoordinateReferenceSystem) - Method in class org.gvsig.mvtrenderer.lib.impl.MVTStyles
Builds and returns the list of layers (MVTLayer) ready to be painted, in the correct order (Z-order) defined by the Mapbox style.
getStyle() - Method in class org.gvsig.mvtrenderer.lib.impl.MVTLayer
Returns the GeoTools style associated with this layer.
getStyle(String) - Method in class org.gvsig.mvtrenderer.lib.impl.MVTStyles
Calculates and caches the GeoTools Style associated with the indicated styleLayerId and returns it.
getUsedFontNames() - Method in class org.gvsig.mvtrenderer.lib.impl.MVTStyles
Returns the collection of font names used in the style.

M

main(String[]) - Static method in class org.gvsig.mvtrenderer.main.Main
 
Main - Class in org.gvsig.mvtrenderer.main
 
Main() - Constructor for class org.gvsig.mvtrenderer.main.Main
 
mbStyle - Variable in class org.gvsig.mvtrenderer.lib.impl.MVTStyles
 
MVTDataSource(SimpleFeatureCollection, String, Envelope) - Constructor for class org.gvsig.mvtrenderer.lib.impl.MVTTile.MVTDataSource
Constructs a new MVTDataSource.
MVTLayer - Class in org.gvsig.mvtrenderer.lib.impl
Represents a renderable layer composed of features and a style.
MVTLayer(String, SimpleFeatureCollection, Style, Envelope) - Constructor for class org.gvsig.mvtrenderer.lib.impl.MVTLayer
Constructor for data layers.
MVTLayer(String, Polygon, Style, Envelope, CoordinateReferenceSystem) - Constructor for class org.gvsig.mvtrenderer.lib.impl.MVTLayer
Constructor for background layers (no source data).
MVTStyles - Class in org.gvsig.mvtrenderer.lib.impl
Manages Mapbox Vector Tile styles and their conversion to GeoTools styles.
MVTStyles() - Constructor for class org.gvsig.mvtrenderer.lib.impl.MVTStyles
Initializes a new instance of MVTStyles and creates the background polygon.
MVTTile - Class in org.gvsig.mvtrenderer.lib.impl
Represents a Mapbox Vector Tile and provides methods to download, parse, and render it.
MVTTile() - Constructor for class org.gvsig.mvtrenderer.lib.impl.MVTTile
Default constructor.
MVTTile(CoordinateReferenceSystem, CoordinateReferenceSystem) - Constructor for class org.gvsig.mvtrenderer.lib.impl.MVTTile
Constructor with CRS information.
MVTTile.MVTDataSource - Class in org.gvsig.mvtrenderer.lib.impl
Data structure to hold a collection of features for a specific source layer.

O

org.gvsig.mvtrenderer.lib.impl - package org.gvsig.mvtrenderer.lib.impl
 
org.gvsig.mvtrenderer.main - package org.gvsig.mvtrenderer.main
 

R

render(MVTStyles, int, int) - Method in class org.gvsig.mvtrenderer.lib.impl.MVTTile
Renders the tile to a BufferedImage using the provided style.
D E G M O R 
All Classes and Interfaces|All Packages