Class Source
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.source.Source
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractVectorSource,- ImageSource,- TileSource
Base class for 
Layer sources.
 For more details see: Source docs
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceInterface to be implemented by sources that should provide attributions management.static interfaceInterface to be implemented by sources that should provide attributions collapsible management.static interfaceInterface to be implemented by sources that should provide projection management.static interfaceInterface to be implemented by sources that should provide all attributes fromSource.static interfaceInterface to be implemented by sources that should provide WrapX management.Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected CRSprotected BooleanFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected BooleangetId()protected CRSprotected BooleangetWrapX()protected voidsetAttributions(List<String> attributions) protected voidsetAttributionsCollapsible(Boolean collapsible) voidSets the id to the source.protected voidsetProjection(CRS projection) protected voidMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectaddChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, getType, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
- 
Field Details- 
attributions
- 
attributionsCollapsible
- 
projection
- 
wrapX
- 
id
 
- 
- 
Constructor Details- 
Sourcepublic Source()
 
- 
- 
Method Details- 
getId- Returns:
- id or nullif not set
 
- 
setIdSets the id to the source.- Parameters:
- id- id to set
 
- 
getAttributions
- 
setAttributions
- 
getAttributionsCollapsible
- 
setAttributionsCollapsible
- 
getProjection
- 
setProjection
- 
getWrapX
- 
setWrapX
 
-