java.lang.Object
io.jmix.mapsflowui.component.data.binding.GeoObjectWrapperFactory<E>
public class GeoObjectWrapperFactory<E>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
create(E entity,
org.locationtech.jts.geom.LineString value)
create(E entity,
org.locationtech.jts.geom.MultiLineString value)
create(E entity,
org.locationtech.jts.geom.MultiPoint value)
create(E entity,
org.locationtech.jts.geom.MultiPolygon value)
create(E entity,
org.locationtech.jts.geom.Point value)
create(E entity,
org.locationtech.jts.geom.Polygon value)
boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
userMarkerFeature
public boolean userMarkerFeature
-
Constructor Details
-
GeoObjectWrapperFactory
public GeoObjectWrapperFactory()
-
Method Details
-
isUserMarkerFeature
public boolean isUserMarkerFeature()
-
setUserMarkerFeature
public void setUserMarkerFeature(boolean userMarkerFeature)
-
-
create
@Nullable
public GeoObjectWrapper<E> create(E entity,
org.locationtech.jts.geom.Point value)
-
create
@Nullable
public GeoObjectWrapper<E> create(E entity,
org.locationtech.jts.geom.LineString value)
-
create
@Nullable
public GeoObjectWrapper<E> create(E entity,
org.locationtech.jts.geom.Polygon value)
-
create
@Nullable
public GeoObjectWrapper<E> create(E entity,
org.locationtech.jts.geom.MultiPoint value)
-
create
@Nullable
public GeoObjectWrapper<E> create(E entity,
org.locationtech.jts.geom.MultiLineString value)
-
create
@Nullable
public GeoObjectWrapper<E> create(E entity,
org.locationtech.jts.geom.MultiPolygon value)