@Api(allMethods=true)
public interface StyleConverterService
NamedStyleInfo styles.| Modifier and Type | Method and Description |
|---|---|
org.geomajas.sld.UserStyleInfo |
convert(NamedStyleInfo namedStyleInfo,
String geometryName)
Converts named style info to GT style used by legend/raster rendering.
|
Rule |
convert(org.geomajas.sld.RuleInfo ruleInfo)
Converts SLD rule info to GT rule used by legend/raster rendering.
|
Style |
convert(org.geomajas.sld.UserStyleInfo userStyleInfo)
Converts SLD (user) style info to GT style used by legend/raster rendering.
|
NamedStyleInfo |
convert(org.geomajas.sld.UserStyleInfo userStyleInfo,
FeatureInfo featureInfo)
Converts SLD (user) style info to named style info used by vector rendering.
|
NamedStyleInfo convert(org.geomajas.sld.UserStyleInfo userStyleInfo, FeatureInfo featureInfo) throws LayerException
userStyleInfo - SLD user stylefeatureInfo - feature information for the layerLayerException - oopsStyle convert(org.geomajas.sld.UserStyleInfo userStyleInfo) throws LayerException
userStyleInfo - the user styleLayerException - oopsRule convert(org.geomajas.sld.RuleInfo ruleInfo) throws LayerException
ruleInfo - the rule infoLayerException - oopsorg.geomajas.sld.UserStyleInfo convert(NamedStyleInfo namedStyleInfo, String geometryName) throws LayerException
namedStyleInfo - the named stylegeometryName - the name of the default geometry attributeLayerException - oopsCopyright © 2015 Geosparc. All Rights Reserved.