Uses of Class
org.geotools.geopkg.wps.GeoPackageProcessRequest.LayerType
-
Packages that use GeoPackageProcessRequest.LayerType Package Description org.geotools.geopkg.wps -
-
Uses of GeoPackageProcessRequest.LayerType in org.geotools.geopkg.wps
Methods in org.geotools.geopkg.wps that return GeoPackageProcessRequest.LayerType Modifier and Type Method Description GeoPackageProcessRequest.LayerType
GeoPackageProcessRequest.FeaturesLayer. getType()
abstract GeoPackageProcessRequest.LayerType
GeoPackageProcessRequest.Layer. getType()
GeoPackageProcessRequest.LayerType
GeoPackageProcessRequest.TilesLayer. getType()
static GeoPackageProcessRequest.LayerType
GeoPackageProcessRequest.LayerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoPackageProcessRequest.LayerType[]
GeoPackageProcessRequest.LayerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-