Package org.geotools.geopkg.wps
Class GeoPackageProcessRequest
- Object
-
- GeoPackageProcessRequest
-
public class GeoPackageProcessRequest extends Object
GeoPackage Process Request. Object representation of the XML submitted to the GeoPackage process.- Author:
- Niels Charlier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoPackageProcessRequest.FeaturesLayer
static class
GeoPackageProcessRequest.Layer
static class
GeoPackageProcessRequest.LayerType
static class
GeoPackageProcessRequest.Overview
static class
GeoPackageProcessRequest.Parameter
static class
GeoPackageProcessRequest.TilesLayer
-
Constructor Summary
Constructors Constructor Description GeoPackageProcessRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLayer(GeoPackageProcessRequest.Layer layer)
GeoPackageProcessRequest.Layer
getLayer(int i)
int
getLayerCount()
String
getName()
URL
getPath()
Boolean
getRemove()
boolean
isContext()
void
setContext(boolean context)
void
setName(String name)
void
setPath(URL path)
void
setRemove(Boolean remove)
-
-
-
Field Detail
-
name
protected String name
-
layers
protected List<GeoPackageProcessRequest.Layer> layers
-
path
protected URL path
-
remove
protected boolean remove
-
context
protected boolean context
-
-
Method Detail
-
getRemove
public Boolean getRemove()
-
setRemove
public void setRemove(Boolean remove)
-
addLayer
public void addLayer(GeoPackageProcessRequest.Layer layer)
-
getLayer
public GeoPackageProcessRequest.Layer getLayer(int i)
-
getLayerCount
public int getLayerCount()
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPath
public URL getPath()
-
setPath
public void setPath(URL path)
-
isContext
public boolean isContext()
-
setContext
public void setContext(boolean context)
-
-