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 givenMBLayer
to a GeoToolsFeatureTypeStyle
.Transforms a givenMBLayer
to a GeoToolsFeatureTypeStyle
.BackgroundMBLayer.transformInternal
(MBStyle styleContext) TransformBackgroundMBLayer
to GeoTools FeatureTypeStyle.CircleMBLayer.transformInternal
(MBStyle styleContext) TransformCircleMBLayer
to GeoTools FeatureTypeStyle.FillExtrusionMBLayer.transformInternal
(MBStyle styleContext) TransformFillExtrusionMBLayer
to GeoTools FeatureTypeStyle.FillMBLayer.transformInternal
(MBStyle styleContext) Transform MBFillLayer to GeoTools FeatureTypeStyle.LineMBLayer.transformInternal
(MBStyle styleContext) TransformLineMBLayer
to GeoTools FeatureTypeStyle.abstract List<FeatureTypeStyle>
MBLayer.transformInternal
(MBStyle styleContext) RasterMBLayer.transformInternal
(MBStyle styleContext) TransformRasterMBLayer
to GeoTools FeatureTypeStyle.SymbolMBLayer.transformInternal
(MBStyle styleContext) TransformSymbolMBLayer
to 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 anMBStyle
as 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 anMBStyle
as a context, and returns an External Graphic referencing the full URL of the image for consumption by theSpriteGraphicFactory
.