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 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
-
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