Class TLcdDBModelDescriptor

java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.TLcdDBModelDescriptor
All Implemented Interfaces:
ILcdModelDescriptor, Serializable

public class TLcdDBModelDescriptor extends TLcdModelDescriptor implements ILcdModelDescriptor
Deprecated.
this class will no longer be supported and might be removed from future releases.
A ILcdModelDescriptor implementation that contains a shape type.
See Also:
  • Field Details

    • TYPE_NAME

      public static final String TYPE_NAME
      Deprecated.
      The type name applicable for this model descriptor.
      See Also:
    • POINT

      public static final int POINT
      Deprecated.
      The data type descriptor for point data.
      See Also:
  • Constructor Details

    • TLcdDBModelDescriptor

      public TLcdDBModelDescriptor()
      Deprecated.
      Creates a TLcdDBModelDescriptor with default source and type name.
    • TLcdDBModelDescriptor

      public TLcdDBModelDescriptor(String aSourceName, int aShapeType)
      Deprecated.
      Creates a TLcdDBModelDescriptor with source name for a shape type.
      Parameters:
      aSourceName - the source name.
      aShapeType - the type of data, should always be POINT.
  • Method Details

    • getShapeType

      public int getShapeType()
      Deprecated.
      Returns the shape type.
      Returns:
      the shape type. Only one type is available.