Uses of Class
com.luciad.wms.server.model.TLcdWMSURL
Packages that use TLcdWMSURL
-
Uses of TLcdWMSURL in com.luciad.wms.server.model
Methods in com.luciad.wms.server.model that return TLcdWMSURLModifier and TypeMethodDescriptionALcdWMSLayer.getDataURL(int aIndex) Returns theTLcdWMSURLrepresenting a DataURL at the given index.TLcdWMSLayer.getDataURL(int aIndex) ALcdWMSLayer.getFeatureListURL(int aIndex) Returns theTLcdWMSURLrepresenting a FeatureListURL at the given index.TLcdWMSLayer.getFeatureListURL(int aIndex) ALcdWMSLayerStyle.getLegendURL(int aIndex) Returns theTLcdWMSURLrepresenting a LegendURL at the given index.TLcdWMSLayerStyle.getLegendURL(int aIndex) ALcdWMSLayer.getMetadataURL(int aIndex) Returns theTLcdWMSURLrepresenting a MetadataURL at the given index.TLcdWMSLayer.getMetadataURL(int aIndex) ALcdWMSServiceMetaData.getOnlineResource()Returns aTLcdWMSURLrepresenting the online resource.TLcdWMSServiceMetaData.getOnlineResource()ALcdWMSLayerStyle.getStyleSheetURL()Returns theTLcdWMSURLrepresenting a StyleSheetURL.TLcdWMSLayerStyle.getStyleSheetURL()ALcdWMSLayerStyle.getStyleURL()Returns theTLcdWMSURLrepresenting a StyleURL.TLcdWMSLayerStyle.getStyleURL()Methods in com.luciad.wms.server.model with parameters of type TLcdWMSURLModifier and TypeMethodDescriptionvoidTLcdWMSLayer.addDataURL(TLcdWMSURL aDataURL) Adds a newTLcdWMSURLrepresenting a DataURL to thisALcdWMSLayer.voidTLcdWMSLayer.addFeatureListURL(TLcdWMSURL aFeatureListURL) Adds a newTLcdWMSURLrepresenting a FeatureListURL to thisALcdWMSLayer.voidTLcdWMSLayerStyle.addLegendURL(TLcdWMSURL aLegendURL) Adds a newTLcdWMSURLrepresenting a LegendURL to this layer style.voidTLcdWMSLayer.addMetadataURL(TLcdWMSURL aMetadataURL) Adds a newTLcdWMSURLrepresenting a MetadataURL to thisALcdWMSLayer.voidTLcdWMSServiceMetaData.setOnlineResource(TLcdWMSURL aOnlineResource) Sets the online resourceTLcdWMSURL.voidTLcdWMSLayerStyle.setStyleSheetURL(TLcdWMSURL aStyleSheetURL) Sets theTLcdWMSURLrepresenting a StyleSheetURL for this layer style.voidTLcdWMSLayerStyle.setStyleURL(TLcdWMSURL aStyleURL) Sets theTLcdWMSURLrepresenting a StyleURL for this layer style.