Uses of Class
org.geotools.mbstyle.MBStyle
Packages that use MBStyle
Package
Description
Support for MapBox Style generation for GeoTools.
JSON Parsing support for MapBox Style support.
-
Uses of MBStyle in org.geotools.mbstyle
Methods in org.geotools.mbstyle that return MBStyle -
Uses of MBStyle in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer with parameters of type MBStyleModifier and TypeMethodDescriptionfinal List<FeatureTypeStyle>Transforms a givenMBLayerto a GeoToolsFeatureTypeStyle.Transforms a givenMBLayerto a GeoToolsFeatureTypeStyle.BackgroundMBLayer.transformInternal(MBStyle styleContext) TransformBackgroundMBLayerto GeoTools FeatureTypeStyle.CircleMBLayer.transformInternal(MBStyle styleContext) TransformCircleMBLayerto GeoTools FeatureTypeStyle.FillExtrusionMBLayer.transformInternal(MBStyle styleContext) TransformFillExtrusionMBLayerto GeoTools FeatureTypeStyle.FillMBLayer.transformInternal(MBStyle styleContext) Transform MBFillLayer to GeoTools FeatureTypeStyle.LineMBLayer.transformInternal(MBStyle styleContext) TransformLineMBLayerto GeoTools FeatureTypeStyle.abstract List<FeatureTypeStyle>MBLayer.transformInternal(MBStyle styleContext) RasterMBLayer.transformInternal(MBStyle styleContext) TransformRasterMBLayerto GeoTools FeatureTypeStyle.SymbolMBLayer.transformInternal(MBStyle styleContext) TransformSymbolMBLayerto GeoTools FeatureTypeStyle. -
Uses of MBStyle in org.geotools.mbstyle.parse
Methods in org.geotools.mbstyle.parse that return MBStyle -
Uses of MBStyle in org.geotools.mbstyle.transform
Methods in org.geotools.mbstyle.transform with parameters of type MBStyleModifier and TypeMethodDescriptionMBStyleTransformer.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.MBStyleTransformer.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.