We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.map.configuration.source.
Class ImageWMSSource.Options
- java.lang.Object
-
- com.vaadin.flow.component.map.configuration.source.Source.BaseOptions<T>
-
- com.vaadin.flow.component.map.configuration.source.ImageSource.BaseOptions<ImageWMSSource.Options>
-
- com.vaadin.flow.component.map.configuration.source.ImageWMSSource.Options
-
Enclosing class:
public static class ImageWMSSource.Options extends ImageSource.BaseOptions<ImageWMSSource.Options>
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Modifier and Type Method Description ImageWMSSource.Options
setCrossOrigin(String crossOrigin)
ImageWMSSource.Options
setParams(Map<String,Object> params)
ImageWMSSource.Options
setRatio(float ratio)
ImageWMSSource.Options
setServerType(String serverType)
ImageWMSSource.Options
setUrl(String url)
-
Methods inherited from class com.vaadin.flow.component.map.configuration.source.Source.BaseOptions
getThis, setAttributions, setAttributionsCollapsible, setProjection
-
-
-
-
Method Detail
-
setUrl
public ImageWMSSource.Options setUrl(String url)
See Also:
-
setParams
public ImageWMSSource.Options setParams(Map<String,Object> params)
See Also:
-
setServerType
public ImageWMSSource.Options setServerType(String serverType)
See Also:
-
setCrossOrigin
public ImageWMSSource.Options setCrossOrigin(String crossOrigin)
See Also:
-
setRatio
public ImageWMSSource.Options setRatio(float ratio)
See Also:
-
-