MfGeo.GeoType| Constructor and Description |
|---|
StyledMfFeature(java.lang.String id,
MfGeometry geometry,
PJsonObject style) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeatureId() |
MfGeometry |
getMfGeometry() |
PJsonObject |
getStyle() |
boolean |
isDisplayed() |
void |
toJSON(org.json.JSONWriter builder)
Add the "key" and "value" pairs to the provided builder.
|
getGeoTypepublic StyledMfFeature(java.lang.String id,
MfGeometry geometry,
PJsonObject style)
public java.lang.String getFeatureId()
getFeatureId in class MfFeaturepublic MfGeometry getMfGeometry()
getMfGeometry in class MfFeaturepublic void toJSON(org.json.JSONWriter builder)
throws org.json.JSONException
MfFeaturepublic PJsonObject getStyle()
public boolean isDisplayed()