Package com.luciad.wms.client.model
Class TLcdWMSProxyModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.wms.client.model.TLcdWMSProxyModelDescriptor
- All Implemented Interfaces:
ILcdModelDescriptor
,Serializable
This class implements a
ILcdModelDescriptor
describing proxy for
a Web Map Server.- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdWMSProxyModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName) Constructs a newTLcdWMSProxyModelDescriptor
with the given source name, type name, and display name. -
Method Summary
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
-
Constructor Details
-
TLcdWMSProxyModelDescriptor
Constructs a newTLcdWMSProxyModelDescriptor
with the given source name, type name, and display name.- Parameters:
aSourceName
- the name of the data source.aTypeName
- the type name of the data source.aDisplayName
- the display name of the data source.
-