public abstract class MfFeature extends java.lang.Object implements MfGeo
MfGeo.GeoType| Modifier | Constructor and Description |
|---|---|
protected |
MfFeature()
Creates a new instance of MfFeature
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getFeatureId() |
MfGeo.GeoType |
getGeoType() |
abstract MfGeometry |
getMfGeometry() |
abstract void |
toJSON(org.json.JSONWriter builder)
Add the "key" and "value" pairs to the provided builder.
|
public MfGeo.GeoType getGeoType()
getGeoType in interface MfGeopublic abstract java.lang.String getFeatureId()
public abstract MfGeometry getMfGeometry()
public abstract void toJSON(org.json.JSONWriter builder)
throws org.json.JSONException
org.json.JSONException