Uses of Class
org.geotools.mbstyle.MBStyle
- 
Packages that use MBStyle Package Description org.geotools.mbstyle Support for MapBox Style generation for GeoTools.org.geotools.mbstyle.layer org.geotools.mbstyle.parse JSON Parsing support for MapBox Style support.org.geotools.mbstyle.transform 
- 
- 
Uses of MBStyle in org.geotools.mbstyleMethods in org.geotools.mbstyle that return MBStyle Modifier and Type Method Description static MBStyleMBStyle. create(Object json)Parse MBStyle for the provided json.
- 
Uses of MBStyle in org.geotools.mbstyle.layerMethods in org.geotools.mbstyle.layer with parameters of type MBStyle Modifier and Type Method Description FillBackgroundMBLayer. getFill(MBStyle styleContext)List<FeatureTypeStyle>MBLayer. transform(MBStyle styleContext)Transforms a givenMBLayerto a GeoToolsFeatureTypeStyle.List<FeatureTypeStyle>MBLayer. transform(MBStyle styleContext, Double minScaleDenominator, Double maxScaleDenominator)Transforms a givenMBLayerto a GeoToolsFeatureTypeStyle.List<FeatureTypeStyle>BackgroundMBLayer. transformInternal(MBStyle styleContext)TransformBackgroundMBLayerto GeoTools FeatureTypeStyle.List<FeatureTypeStyle>CircleMBLayer. transformInternal(MBStyle styleContext)TransformCircleMBLayerto GeoTools FeatureTypeStyle.List<FeatureTypeStyle>FillExtrusionMBLayer. transformInternal(MBStyle styleContext)TransformFillExtrusionMBLayerto GeoTools FeatureTypeStyle.List<FeatureTypeStyle>FillMBLayer. transformInternal(MBStyle styleContext)Transform MBFillLayer to GeoTools FeatureTypeStyle.List<FeatureTypeStyle>LineMBLayer. transformInternal(MBStyle styleContext)TransformLineMBLayerto GeoTools FeatureTypeStyle.abstract List<FeatureTypeStyle>MBLayer. transformInternal(MBStyle styleContext)List<FeatureTypeStyle>RasterMBLayer. transformInternal(MBStyle styleContext)TransformRasterMBLayerto GeoTools FeatureTypeStyle.List<FeatureTypeStyle>SymbolMBLayer. transformInternal(MBStyle styleContext)TransformSymbolMBLayerto GeoTools FeatureTypeStyle.
- 
Uses of MBStyle in org.geotools.mbstyle.parseMethods in org.geotools.mbstyle.parse that return MBStyle Modifier and Type Method Description MBStyleMBStyleParser. parse(InputStream json)Parse the provided json into MBStyle.MBStyleMBStyleParser. parse(Reader json)Parse the provided json into MBStyle.MBStyleMBStyleParser. parse(String json)Parse the provided json into MBStyle.
- 
Uses of MBStyle in org.geotools.mbstyle.transformMethods in org.geotools.mbstyle.transform with parameters of type MBStyle Modifier and Type Method Description ExternalGraphicMBStyleTransformer. createExternalGraphicForSprite(Expression iconName, Expression iconSize, MBStyle styleContext)Takes the name of an icon, and anMBStyleas a context, and returns an External Graphic referencing the full URL of the image for consumption by theSpriteGraphicFactory.ExternalGraphicMBStyleTransformer. createExternalGraphicForSprite(Expression iconName, MBStyle styleContext)Takes the name of an icon, and anMBStyleas a context, and returns an External Graphic referencing the full URL of the image for consumption by theSpriteGraphicFactory.
 
-