Class SimpleGeometry<G>
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.geometry.SimpleGeometry<G>
- Type Parameters:
- G- type of geometry
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LineStringGeometry,- MultiLineStringGeometry,- MultiPointGeometry,- MultiPolygonGeometry,- PointGeometry,- PolygonGeometry
Base class for geometries.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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- 
geometry
 
- 
- 
Constructor Details- 
SimpleGeometry
 
- 
- 
Method Details- 
get- Returns:
- geometry instance
 
- 
setSets geometry.- Parameters:
- geometry- geometry to set
 
 
-