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

java.lang.Object
  extended by org.mapfish.geo.MfGeoFactory
      extended by it.eng.spagobi.engines.georeport.features.SbiFeatureFactory

public class SbiFeatureFactory
extends org.mapfish.geo.MfGeoFactory


Method Summary
 org.mapfish.geo.MfFeature createFeature(java.lang.String id, org.mapfish.geo.MfGeometry geometry, org.json.JSONObject properties)
           
static SbiFeatureFactory getInstance()
           
 
Methods inherited from class org.mapfish.geo.MfGeoFactory
createFeatureCollection, createGeometry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SbiFeatureFactory getInstance()

createFeature

public org.mapfish.geo.MfFeature createFeature(java.lang.String id,
                                               org.mapfish.geo.MfGeometry geometry,
                                               org.json.JSONObject properties)
Specified by:
createFeature in class org.mapfish.geo.MfGeoFactory