Class TLcdVPFLayerFactory

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

@Deprecated public class TLcdVPFLayerFactory extends Object
Deprecated.
As of V6.0, this class should no longer be used. Use TLcdVPFGXYLayerFactory instead.
This is a utility class for creating instances of TLcdVPFDatabase, TLcdVPFLibrary and ILcdVPFFeatureHandler which are instantiated by analyzing a given Properties. It contains a method for passing a ILcdFunction to be applied to the various tiles of the VPF library, taking into account restrictions related to a given ILcdBound and required precision.

  • Constructor Details

  • Method Details

    • getVPFLayerFactoryModel

      public ILcdVPFLayerFactoryModel getVPFLayerFactoryModel()
      Deprecated.
    • setVPFLayerFactoryModel

      public void setVPFLayerFactoryModel(ILcdVPFLayerFactoryModel aVPFLayerFactoryModel)
      Deprecated.
    • setGXYView

      public void setGXYView(ILcdGXYView aGXYView)
      Deprecated.
    • getBuffer

      protected ILcdBuffer getBuffer()
      Deprecated.
    • setClassTraceOn

      public static void setClassTraceOn(boolean aClassTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for all instances of this class. If the argument is true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
      Parameters:
      aClassTraceOn - if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
    • setTraceOn

      public void setTraceOn(boolean aTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for this class instance. Calling this method with either true or false as argument automatically turns off tracing for all other class instances for which setTraceOn has not been called. If the argument is false then only the informative, warning and error log messages are recorded.
      Parameters:
      aTraceOn - if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
    • isTraceOn

      public boolean isTraceOn()
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.
    • createGXYLayer

      public ILcdGXYLayer createGXYLayer(Properties aProperties) throws TLcdCodecException
      Deprecated.
      This method instantiates TLcdVPFDatabase, TLcdVPFLibrary and ILcdVPFFeatureHandler which are instantiated by analyzing a given Properties.
      Returns:
      true if multiple types of VPF features have to be handled.
      Throws:
      TLcdCodecException
    • createDefaultGXYLayer

      public ILcdGXYLayer createDefaultGXYLayer(Properties aProperties)
      Deprecated.
    • createDefaultGXYLayer

      public ILcdGXYLayer createDefaultGXYLayer(Properties aProperties, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel)
      Deprecated.
    • createGXYLayer

      public ILcdGXYLayer createGXYLayer(Properties aProperties, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) throws TLcdCodecException
      Deprecated.
      Throws:
      TLcdCodecException
    • createGXYLayers

      public void createGXYLayers(Enumeration props) throws TLcdCodecException
      Deprecated.
      Throws:
      TLcdCodecException
    • retrievePainterProvider

      protected ILcdGXYPainterProvider retrievePainterProvider(TLcdVPFFeatureClass aVPFFeatureClass, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel)
      Deprecated.
    • retrieveLabelPainterProvider

      protected ILcdGXYLabelPainterProvider retrieveLabelPainterProvider(TLcdVPFFeatureClass aVPFFeatureClass, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel)
      Deprecated.
    • isUseScaleRange

      public boolean isUseScaleRange()
      Deprecated.
      True if scale range is set on the created layer.
      Returns:
      True if scale range is set on the created layer.
    • setUseScaleRange

      public void setUseScaleRange(boolean aUseScaleRange)
      Deprecated.
      True if scale range is set on the created layer.
      Parameters:
      aUseScaleRange - True if scale range is set on the created layer.