public class StyledMfFeature
extends org.mapfish.geo.MfFeature
| Constructor and Description |
|---|
StyledMfFeature(java.lang.String id,
org.mapfish.geo.MfGeometry geometry,
PJsonObject style) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeatureId() |
org.mapfish.geo.MfGeometry |
getMfGeometry() |
PJsonObject |
getStyle() |
boolean |
isDisplayed() |
void |
toJSON(org.json.JSONWriter builder) |
public StyledMfFeature(java.lang.String id,
org.mapfish.geo.MfGeometry geometry,
PJsonObject style)
public java.lang.String getFeatureId()
getFeatureId in class org.mapfish.geo.MfFeaturepublic org.mapfish.geo.MfGeometry getMfGeometry()
getMfGeometry in class org.mapfish.geo.MfFeaturepublic void toJSON(org.json.JSONWriter builder)
throws org.json.JSONException
toJSON in class org.mapfish.geo.MfFeatureorg.json.JSONExceptionpublic PJsonObject getStyle()
public boolean isDisplayed()