Uses of Class
de.narimo.georepo.server.geoserver.GeoserverDatasourceType
-
Packages that use GeoserverDatasourceType Package Description de.narimo.georepo.server.geoserver -
-
Uses of GeoserverDatasourceType in de.narimo.georepo.server.geoserver
Methods in de.narimo.georepo.server.geoserver that return GeoserverDatasourceType Modifier and Type Method Description static GeoserverDatasourceTypeGeoserverDatasourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoserverDatasourceType[]GeoserverDatasourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.narimo.georepo.server.geoserver with parameters of type GeoserverDatasourceType Modifier and Type Method Description StringGeoserverWorkspace. getDatasource(String workspace, GeoserverDatasourceType datasourceType)Gets the first available datasource on this workspace, that is of type datasourceType.
-