Class MultiLineStringGeometry
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.geometry.SimpleGeometry<org.locationtech.jts.geom.MultiLineString>
io.jmix.mapsflowui.component.model.geometry.MultiLineStringGeometry
- All Implemented Interfaces:
 Serializable
public class MultiLineStringGeometry
extends SimpleGeometry<org.locationtech.jts.geom.MultiLineString>
Linestring geometry. Used in 
MultiLineStringFeature.- 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
geometryFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class io.jmix.mapsflowui.kit.component.model.geometry.SimpleGeometry
get, setMethods 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
- 
MultiLineStringGeometry
public MultiLineStringGeometry(org.locationtech.jts.geom.MultiLineString geometry)  
 - 
 - 
Method Details
- 
getType
- Specified by:
 getTypein classMapObservableObject
 
 -