Class MultiPointGeometry
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.geometry.SimpleGeometry<org.locationtech.jts.geom.MultiPoint>
io.jmix.mapsflowui.component.model.geometry.MultiPointGeometry
- All Implemented Interfaces:
Serializable
Multipoint geometry. Used in
MultiMarkerFeature
and in MultiPointFeature
.- 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.geometry.SimpleGeometry
geometry
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.geometry.SimpleGeometry
get, set
Methods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
-
Constructor Details
-
MultiPointGeometry
public MultiPointGeometry(org.locationtech.jts.geom.MultiPoint geometry)
-
-
Method Details
-
getType
- Specified by:
getType
in classMapObservableObject
-