Uses of Class
it.eng.spagobi.mapcatalogue.bo.GeoFeature

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

Uses of GeoFeature in it.eng.spagobi.mapcatalogue.bo.dao
 

Methods in it.eng.spagobi.mapcatalogue.bo.dao that return GeoFeature
 GeoFeature ISbiGeoFeaturesDAO.loadFeatureByID(java.lang.Integer featureID)
          Loads all detail information for a map identified by its mapID.
 GeoFeature ISbiGeoFeaturesDAO.loadFeatureByName(java.lang.String name)
          Loads all detail information for feature whose name is equal to name.
 

Methods in it.eng.spagobi.mapcatalogue.bo.dao with parameters of type GeoFeature
 void ISbiGeoFeaturesDAO.eraseFeature(GeoFeature aFeature)
          Implements the query to erase a feature.
 void ISbiGeoFeaturesDAO.insertFeature(GeoFeature aFeature)
          Implements the query to insert a feature.
 void ISbiGeoFeaturesDAO.modifyFeature(GeoFeature aFeature)
          Implements the query to modify a feature.
 

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

Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate that return GeoFeature
 GeoFeature SbiGeoFeaturesDAOHibImpl.loadFeatureByID(java.lang.Integer featureID)
          Load feature by id.
 GeoFeature SbiGeoFeaturesDAOHibImpl.loadFeatureByName(java.lang.String name)
          Load feature by name.
 

Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate with parameters of type GeoFeature
 void SbiGeoFeaturesDAOHibImpl.eraseFeature(GeoFeature aFeature)
          Erase feature.
 void SbiGeoFeaturesDAOHibImpl.insertFeature(GeoFeature aFeature)
          Insert feature.
 void SbiGeoFeaturesDAOHibImpl.modifyFeature(GeoFeature aFeature)
          Modify feature.
 

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

Methods in it.eng.spagobi.mapcatalogue.metadata that return GeoFeature
 GeoFeature SbiGeoFeatures.toGeoFeature()
          From the Hibernate Feature object at input, gives the corrispondent GeoFeature object.