Uses of Class
com.luciad.wms.client.model.TLcdWMSDataSource.Builder
Packages that use TLcdWMSDataSource.Builder
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSDataSource.Builder in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSDataSource.BuilderModifier and TypeMethodDescriptionAdds a WMS layer to load.Adds a WMS layer to load.Adds a WMS layer to load.TLcdWMSDataSource.Builder.addLayer(String aLayerId, String aLayerStyle, boolean aVisible, boolean aQueryable) Adds a WMS layer to load.TLcdWMSDataSource.Builder.all(TLcdWMSDataSource aDataSource) Initializes this builder to the values of the givenTLcdWMSDataSource.TLcdWMSDataSource.asBuilder()Returns abuilderpre-initialized with the values of this instance.Specify the image format.TLcdWMSDataSource.Builder.invertXYForEPSG4326(boolean aInvertXYForEPSG4326) Specify if the bounding box coordinates should be inverted for EPSG:4326.Deprecated.static TLcdWMSDataSource.BuilderTLcdWMSDataSource.newBuilder()Returns abuilderto create new instances.TLcdWMSDataSource.Builder.styledLayerDescriptor(TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor) Specify the styled layer descriptor.TLcdWMSDataSource.Builder.styledLayerDescriptor(String aStyledLayerDescriptor) Specify the styled layer descriptor serialized as a string.TLcdWMSDataSource.Builder.transparent(boolean aTransparent) Specify if the image should have a transparent background.Specify the URI of the WMS server.Specify the URI of the WMS server.
addLayer(String, String, boolean)instead.