Uses of Class
com.luciad.wms.client.model.ALcdWMSNamedLayer
Packages that use ALcdWMSNamedLayer
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of ALcdWMSNamedLayer in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return ALcdWMSNamedLayerModifier and TypeMethodDescriptionfinal ALcdWMSNamedLayerALcdWMSProxy.findWMSNamedLayer(String aNamedLayerName) Returns the WMS layer from the capabilities for which the uniquelayer nameequals the given name.abstract ALcdWMSNamedLayerALcdWMSNamedLayer.getChildWMSNamedLayer(int aIndex) Returns the child named layer at a given index.TLcdWMSStyledNamedLayerWrapper.getNamedLayer()Returns the named layer of thisTLcdWMSStyledNamedLayerWrapper.ALcdWMSNamedLayer.getParentNamedLayer()Returns the parent named layer of this layer, ornullif there is no parent layer.abstract ALcdWMSNamedLayerALcdOGCWMSCapabilities.getWMSRootNamedLayer(int aIndex) Returns the top level layer at a given index.abstract ALcdWMSNamedLayerALcdWMSProxy.getWMSRootNamedLayer(int aIndex) Returns the top level layer at a given index.Methods in com.luciad.wms.client.model that return types with arguments of type ALcdWMSNamedLayerModifier and TypeMethodDescriptionfinal List<ALcdWMSNamedLayer> ALcdWMSProxy.getNamedLayers(boolean aOnlyVisible, boolean aOnlyQueryable) This method returns a list of named layers that are registered on this proxy object.Methods in com.luciad.wms.client.model with parameters of type ALcdWMSNamedLayerModifier and TypeMethodDescriptionabstract booleanALcdWMSProxy.isSupportedXYworldReference(ILcdXYWorldReference aXYWorldReference, ALcdWMSNamedLayer aWMSNamedLayer) Tests if the givenILcdXYWorldReferenceis supported for the given layer.Constructors in com.luciad.wms.client.model with parameters of type ALcdWMSNamedLayerModifierConstructorDescriptionTLcdWMSStyledNamedLayerWrapper(ALcdWMSNamedLayer aNamedLayer) Constructs aTLcdWMSStyledNamedLayerWrapperfor aALcdWMSNamedLayerwith the default style.TLcdWMSStyledNamedLayerWrapper(ALcdWMSNamedLayer aNamedLayer, ALcdWMSNamedLayerStyle aNamedLayerStyle) Constructs aTLcdWMSStyledNamedLayerWrapperfor aALcdWMSNamedLayerwith a given style.