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.mbstyle
Methods in org.geotools.mbstyle that return MBStyle Modifier and Type Method Description static MBStyle
MBStyle. create(Object json)
Parse MBStyle for the provided json. -
Uses of MBStyle in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer with parameters of type MBStyle Modifier and Type Method Description Fill
BackgroundMBLayer. getFill(MBStyle styleContext)
List<FeatureTypeStyle>
MBLayer. transform(MBStyle styleContext)
Transforms a givenMBLayer
to a GeoToolsFeatureTypeStyle
.List<FeatureTypeStyle>
MBLayer. transform(MBStyle styleContext, Double minScaleDenominator, Double maxScaleDenominator)
Transforms a givenMBLayer
to a GeoToolsFeatureTypeStyle
.List<FeatureTypeStyle>
BackgroundMBLayer. transformInternal(MBStyle styleContext)
TransformBackgroundMBLayer
to GeoTools FeatureTypeStyle.List<FeatureTypeStyle>
CircleMBLayer. transformInternal(MBStyle styleContext)
TransformCircleMBLayer
to GeoTools FeatureTypeStyle.List<FeatureTypeStyle>
FillExtrusionMBLayer. transformInternal(MBStyle styleContext)
TransformFillExtrusionMBLayer
to GeoTools FeatureTypeStyle.List<FeatureTypeStyle>
FillMBLayer. transformInternal(MBStyle styleContext)
Transform MBFillLayer to GeoTools FeatureTypeStyle.List<FeatureTypeStyle>
LineMBLayer. transformInternal(MBStyle styleContext)
TransformLineMBLayer
to GeoTools FeatureTypeStyle.abstract List<FeatureTypeStyle>
MBLayer. transformInternal(MBStyle styleContext)
List<FeatureTypeStyle>
RasterMBLayer. transformInternal(MBStyle styleContext)
TransformRasterMBLayer
to GeoTools FeatureTypeStyle.List<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 Modifier and Type Method Description MBStyle
MBStyleParser. parse(InputStream json)
Parse the provided json into MBStyle.MBStyle
MBStyleParser. parse(Reader json)
Parse the provided json into MBStyle.MBStyle
MBStyleParser. parse(String json)
Parse the provided json into MBStyle. -
Uses of MBStyle in org.geotools.mbstyle.transform
Methods in org.geotools.mbstyle.transform with parameters of type MBStyle Modifier and Type Method Description ExternalGraphic
MBStyleTransformer. 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
.ExternalGraphic
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
.
-