Class AbstractVectorSource
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.source.Source
io.jmix.mapsflowui.kit.component.model.source.AbstractVectorSource
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractClusterSource,- AbstractDataVectorSource,- AbstractFeatureSource
Source contains all attributes for displaying features.
 
For more details see: VectorSource docs
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceInterface to be implemented by sources that should provide overlaps attribute management.static interfaceInterface to be implemented by sources that should provide useSpatialIndex attribute management.static interfaceInterface to be implemented by sources that should provide all attributes fromAbstractVectorSource.Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.SourceSource.HasAttributions, Source.HasAttributionsCollapsible, Source.HasProjection, Source.HasSourceOptions, Source.HasWrapXNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.mapsflowui.kit.component.model.source.Sourceattributions, attributionsCollapsible, id, projection, wrapXFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Booleanprotected Booleanprotected voidsetOverlaps(Boolean overlaps) protected voidsetUseSpatialIndex(Boolean useSpatialIndex) Methods inherited from class io.jmix.mapsflowui.kit.component.model.source.SourcegetAttributions, getAttributionsCollapsible, getId, getProjection, getWrapX, setAttributions, setAttributionsCollapsible, setId, setProjection, setWrapXMethods 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- 
overlaps
- 
useSpatialIndex
 
- 
- 
Constructor Details- 
AbstractVectorSourcepublic AbstractVectorSource()
 
- 
- 
Method Details- 
getOverlaps
- 
setOverlaps
- 
getUseSpatialIndex
- 
setUseSpatialIndex
 
-