Class TileImageSource
- java.lang.Object
-
- com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
- com.vaadin.flow.component.map.configuration.source.Source
-
- com.vaadin.flow.component.map.configuration.source.TileSource
-
- com.vaadin.flow.component.map.configuration.source.UrlTileSource
-
- com.vaadin.flow.component.map.configuration.source.TileImageSource
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TileWMSSource,XYZSource
public abstract class TileImageSource extends UrlTileSource
Abstract base class for map sources providing tiled images from a URL- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classTileImageSource.Options
-
Field Summary
-
Fields inherited from class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
propertyChangeSupport
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTileImageSource(TileImageSource.Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCrossOrigin()ThecrossOriginattribute for loaded images.-
Methods inherited from class com.vaadin.flow.component.map.configuration.source.UrlTileSource
getUrl, setUrl
-
Methods inherited from class com.vaadin.flow.component.map.configuration.source.TileSource
isOpaque
-
Methods inherited from class com.vaadin.flow.component.map.configuration.source.Source
getAttributions, getProjection, isAttributionsCollapsible, setAttributions
-
Methods inherited from class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
addChild, addPropertyChangeListener, collectChanges, deepMarkAsDirty, getId, getType, markAsDirty, notifyChange, notifyChange, removeChild, removePropertyChangeListener, setId, update
-
-
-
-
Constructor Detail
-
TileImageSource
protected TileImageSource(TileImageSource.Options options)
-
-
Method Detail
-
getCrossOrigin
public String getCrossOrigin()
ThecrossOriginattribute for loaded images.This value can not be changed after constructing an instance, it can only be set initially by passing an options object to the constructor.
- Returns:
- the crossOrigin attribute used for loaded images
-
-