public class StyleUtils extends Object
Constructor and Description |
---|
StyleUtils() |
Modifier and Type | Method and Description |
---|---|
static KmlStyle |
getStyle(ISymbol s)
Returns null if it cannot be rendered in KML
|
static Map<ISymbol,KmlStyle> |
getSymbolStyles(FLyrVect vlayer,
FeatureSet fset,
boolean balloon,
String[] flds) |
static double |
kmlDegToRad(double angleDegree) |
static double |
radToKmlDeg(double rad) |
public static Map<ISymbol,KmlStyle> getSymbolStyles(FLyrVect vlayer, FeatureSet fset, boolean balloon, String[] flds) throws Exception
Exception
public static KmlStyle getStyle(ISymbol s)
s
- public static double kmlDegToRad(double angleDegree)
public static double radToKmlDeg(double rad)