it.eng.spagobi.engines.georeport.features
Class SbiFeature

java.lang.Object
  extended by org.mapfish.geo.MfFeature
      extended by it.eng.spagobi.engines.georeport.features.SbiFeature
All Implemented Interfaces:
org.mapfish.geo.MfGeo

public class SbiFeature
extends org.mapfish.geo.MfFeature


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mapfish.geo.MfGeo
org.mapfish.geo.MfGeo.GeoType
 
Method Summary
 java.lang.String getFeatureId()
           
 org.mapfish.geo.MfGeometry getMfGeometry()
           
 org.json.JSONObject getProperties()
           
 void toJSON(org.json.JSONWriter builder)
           
 
Methods inherited from class org.mapfish.geo.MfFeature
getGeoType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFeatureId

public java.lang.String getFeatureId()
Specified by:
getFeatureId in class org.mapfish.geo.MfFeature

getMfGeometry

public org.mapfish.geo.MfGeometry getMfGeometry()
Specified by:
getMfGeometry in class org.mapfish.geo.MfFeature

toJSON

public void toJSON(org.json.JSONWriter builder)
            throws org.json.JSONException
Specified by:
toJSON in class org.mapfish.geo.MfFeature
Throws:
org.json.JSONException

getProperties

public org.json.JSONObject getProperties()