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

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

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

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

Methods in it.eng.spagobi.mapcatalogue.dao with parameters of type GeoFeature
 void ISbiGeoFeaturesDAO.eraseFeature(GeoFeature aFeature)
          Implements the query to erase a feature.
 void SbiGeoFeaturesDAOHibImpl.eraseFeature(GeoFeature aFeature)
          Erase feature.
 void ISbiGeoFeaturesDAO.insertFeature(GeoFeature aFeature)
          Implements the query to insert a feature.
 void SbiGeoFeaturesDAOHibImpl.insertFeature(GeoFeature aFeature)
          Insert feature.
 void ISbiGeoFeaturesDAO.modifyFeature(GeoFeature aFeature)
          Implements the query to modify a 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.