Uses of Class
it.eng.spagobi.mapcatalogue.metadata.SbiGeoFeatures

Packages that use SbiGeoFeatures
it.eng.spagobi.mapcatalogue.bo.dao.hibernate   
it.eng.spagobi.mapcatalogue.metadata   
 

Uses of SbiGeoFeatures in it.eng.spagobi.mapcatalogue.bo.dao.hibernate
 

Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate with parameters of type SbiGeoFeatures
 GeoFeature SbiGeoFeaturesDAOHibImpl.toGeoFeature(SbiGeoFeatures hibFeature)
          From the Hibernate Feature object at input, gives the corrispondent GeoFeature object.
 

Uses of SbiGeoFeatures in it.eng.spagobi.mapcatalogue.metadata
 

Methods in it.eng.spagobi.mapcatalogue.metadata that return SbiGeoFeatures
 SbiGeoFeatures SbiGeoMapFeatures.getSbiGeoFeatures()
          Gets the sbi geo features.
 

Methods in it.eng.spagobi.mapcatalogue.metadata with parameters of type SbiGeoFeatures
 void SbiGeoMapFeatures.setSbiGeoFeatures(SbiGeoFeatures sbiGeoFeatures)
          Sets the sbi geo features.
 

Constructors in it.eng.spagobi.mapcatalogue.metadata with parameters of type SbiGeoFeatures
SbiGeoMapFeatures(SbiGeoMapFeaturesId id, SbiGeoFeatures sbiGeoFeatures, SbiGeoMaps sbiGeoMaps)
          minimal constructor.
SbiGeoMapFeatures(SbiGeoMapFeaturesId id, SbiGeoFeatures sbiGeoFeatures, SbiGeoMaps sbiGeoMaps, java.lang.String svgGroup, java.lang.String visibleFlag)
          full constructor.