Package com.luciad.format
Class TLcdDBModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.TLcdDBModelDescriptor
- All Implemented Interfaces:
ILcdModelDescriptor,Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates aTLcdDBModelDescriptorwith default source and type name.TLcdDBModelDescriptor(String aSourceName, int aShapeType) Deprecated.Creates aTLcdDBModelDescriptorwith source name for a shape type. -
Method Summary
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
TYPE_NAME
Deprecated.The type name applicable for this model descriptor.- See Also:
-
POINT
public static final int POINTDeprecated.The data type descriptor for point data.- See Also:
-
-
Constructor Details
-
TLcdDBModelDescriptor
public TLcdDBModelDescriptor()Deprecated.Creates aTLcdDBModelDescriptorwith default source and type name. -
TLcdDBModelDescriptor
Deprecated.Creates aTLcdDBModelDescriptorwith 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.
-