Class MapElement.SourceReference
- java.lang.Object
-
- com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
-
- com.vaadin.flow.component.map.testbench.MapElement.SourceReference
-
- Direct Known Subclasses:
MapElement.ImageWmsSourceReference,MapElement.UrlTileSourceReference,MapElement.VectorSourceReference
- Enclosing class:
- MapElement
public static class MapElement.SourceReference extends MapElement.ConfigurationObjectReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapElement.ImageWmsSourceReferenceasImageWmsSource()MapElement.TileWmsSourceReferenceasTileWmsSource()MapElement.VectorSourceReferenceasVectorSource()MapElement.XyzSourceReferenceasXyzSource()-
Methods inherited from class com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
exists, get, getBoolean, getDouble, getFloat, getInt, getLong, getString, getTypeName, path
-
-
-
-
Method Detail
-
asXyzSource
public MapElement.XyzSourceReference asXyzSource()
-
asTileWmsSource
public MapElement.TileWmsSourceReference asTileWmsSource()
-
asImageWmsSource
public MapElement.ImageWmsSourceReference asImageWmsSource()
-
asVectorSource
public MapElement.VectorSourceReference asVectorSource()
-
-