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 Summary
Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, 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
-
set
Sets geometry.- Parameters:
geometry
- geometry to set
-