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
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates aTLcdDBModelDescriptor
with default source and type name.TLcdDBModelDescriptor
(String aSourceName, int aShapeType) Deprecated.Creates aTLcdDBModelDescriptor
with source name for a shape type. -
Method Summary
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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 aTLcdDBModelDescriptor
with default source and type name. -
TLcdDBModelDescriptor
Deprecated.Creates aTLcdDBModelDescriptor
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.
-