Package org.geotools.geopkg.wps
Class GeoPackageProcessRequest
Object
GeoPackageProcessRequest
GeoPackage Process Request. Object representation of the XML submitted to the GeoPackage process.
- Author:
- Niels Charlier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getLayer
(int i) int
getName()
getPath()
boolean
void
setContext
(boolean context) void
void
void
-
Field Details
-
name
-
layers
-
path
-
remove
protected boolean remove -
context
protected boolean context
-
-
Constructor Details
-
GeoPackageProcessRequest
public GeoPackageProcessRequest()
-
-
Method Details
-
getRemove
-
setRemove
-
addLayer
-
getLayer
-
getLayerCount
public int getLayerCount() -
getName
-
setName
-
getPath
-
setPath
-
isContext
public boolean isContext() -
setContext
public void setContext(boolean context)
-