Uses of Class
com.luciad.wms.server.model.TLcdWMSURL
-
Uses of TLcdWMSURL in com.luciad.wms.server.model
Modifier and TypeMethodDescriptionALcdWMSLayer.getDataURL
(int aIndex) Returns theTLcdWMSURL
representing a DataURL at the given index.TLcdWMSLayer.getDataURL
(int aIndex) ALcdWMSLayer.getFeatureListURL
(int aIndex) Returns theTLcdWMSURL
representing a FeatureListURL at the given index.TLcdWMSLayer.getFeatureListURL
(int aIndex) ALcdWMSLayerStyle.getLegendURL
(int aIndex) Returns theTLcdWMSURL
representing a LegendURL at the given index.TLcdWMSLayerStyle.getLegendURL
(int aIndex) ALcdWMSLayer.getMetadataURL
(int aIndex) Returns theTLcdWMSURL
representing a MetadataURL at the given index.TLcdWMSLayer.getMetadataURL
(int aIndex) ALcdWMSServiceMetaData.getOnlineResource()
Returns aTLcdWMSURL
representing the online resource.TLcdWMSServiceMetaData.getOnlineResource()
ALcdWMSLayerStyle.getStyleSheetURL()
Returns theTLcdWMSURL
representing a StyleSheetURL.TLcdWMSLayerStyle.getStyleSheetURL()
ALcdWMSLayerStyle.getStyleURL()
Returns theTLcdWMSURL
representing a StyleURL.TLcdWMSLayerStyle.getStyleURL()
Modifier and TypeMethodDescriptionvoid
TLcdWMSLayer.addDataURL
(TLcdWMSURL aDataURL) Adds a newTLcdWMSURL
representing a DataURL to thisALcdWMSLayer
.void
TLcdWMSLayer.addFeatureListURL
(TLcdWMSURL aFeatureListURL) Adds a newTLcdWMSURL
representing a FeatureListURL to thisALcdWMSLayer
.void
TLcdWMSLayerStyle.addLegendURL
(TLcdWMSURL aLegendURL) Adds a newTLcdWMSURL
representing a LegendURL to this layer style.void
TLcdWMSLayer.addMetadataURL
(TLcdWMSURL aMetadataURL) Adds a newTLcdWMSURL
representing a MetadataURL to thisALcdWMSLayer
.void
TLcdWMSServiceMetaData.setOnlineResource
(TLcdWMSURL aOnlineResource) Sets the online resourceTLcdWMSURL
.void
TLcdWMSLayerStyle.setStyleSheetURL
(TLcdWMSURL aStyleSheetURL) Sets theTLcdWMSURL
representing a StyleSheetURL for this layer style.void
TLcdWMSLayerStyle.setStyleURL
(TLcdWMSURL aStyleURL) Sets theTLcdWMSURL
representing a StyleURL for this layer style.