Package com.luciad.format.vpf
Class TLcdVPFGeoSym
java.lang.Object
com.luciad.format.vpf.TLcdVPFGeoSym
Utility class for enabling and disabling the GeoSym symbology.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TLcdVPFGeoSym
public TLcdVPFGeoSym()
-
-
Method Details
-
isActive
public static boolean isActive()Returnstrueif the GeoSym symbology is enabled,falseotherwise.- Returns:
trueif the GeoSym symbology is enabled,falseotherwise.
-
setActive
public static void setActive(boolean aActive) Sets whether the GeoSym symbology should be enabled or not.- Parameters:
aActive-trueif the GeoSym symbology should be enabled,falseotherwise.
-