public abstract class MfGeoFactory
extends java.lang.Object
| Constructor and Description |
|---|
MfGeoFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract MfFeature |
createFeature(java.lang.String id,
MfGeometry geometry,
org.json.JSONObject properties) |
MfFeatureCollection |
createFeatureCollection(java.util.Collection<MfFeature> collection) |
MfGeometry |
createGeometry(org.locationtech.jts.geom.Geometry jtsGeometry) |
public MfFeatureCollection createFeatureCollection(java.util.Collection<MfFeature> collection)
public abstract MfFeature createFeature(java.lang.String id, MfGeometry geometry, org.json.JSONObject properties)
public MfGeometry createGeometry(org.locationtech.jts.geom.Geometry jtsGeometry)