Uses of Class
org.gcube.contentmanagement.timeseries.geotools.gisconnectors.GISOperations.featuresTypes

Packages that use GISOperations.featuresTypes
org.gcube.contentmanagement.timeseries.geotools.gisconnectors   
 

Uses of GISOperations.featuresTypes in org.gcube.contentmanagement.timeseries.geotools.gisconnectors
 

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors that return GISOperations.featuresTypes
static GISOperations.featuresTypes GISOperations.featuresTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GISOperations.featuresTypes[] GISOperations.featuresTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.contentmanagement.timeseries.geotools.gisconnectors with parameters of type GISOperations.featuresTypes
 void GISLayerSaver.createLayerOnDB(GISLayer layer, GISOperations.featuresTypes type)
           
static java.lang.String GISOperations.createLayerTableStatement(java.lang.String tableName, java.lang.String featureName, GISOperations.featuresTypes type)