Class TLcdVPFGeoSym

java.lang.Object
com.luciad.format.vpf.TLcdVPFGeoSym

public class TLcdVPFGeoSym extends Object
Utility class for enabling and disabling the GeoSym symbology.
  • Constructor Details

    • TLcdVPFGeoSym

      public TLcdVPFGeoSym()
  • Method Details

    • isActive

      public static boolean isActive()
      Returns true 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.