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
-
Method Summary
-
Constructor Details
-
TLcdVPFGeoSym
public TLcdVPFGeoSym()
-
-
Method Details
-
isActive
public static boolean isActive()Returnstrue
if the GeoSym symbology is enabled,false
otherwise.- Returns:
true
if the GeoSym symbology is enabled,false
otherwise.
-
setActive
public static void setActive(boolean aActive) Sets whether the GeoSym symbology should be enabled or not.- Parameters:
aActive
-true
if the GeoSym symbology should be enabled,false
otherwise.
-