public class GeoPackageProcessRequest extends Object
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
protected boolean |
context |
protected List<GeoPackageProcessRequest.Layer> |
layers |
protected String |
name |
protected URL |
path |
protected boolean |
remove |
Constructor and Description |
---|
GeoPackageProcessRequest() |
Modifier and Type | Method and 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) |
protected String name
protected List<GeoPackageProcessRequest.Layer> layers
protected URL path
protected boolean remove
protected boolean context
public Boolean getRemove()
public void setRemove(Boolean remove)
public void addLayer(GeoPackageProcessRequest.Layer layer)
public GeoPackageProcessRequest.Layer getLayer(int i)
public int getLayerCount()
public String getName()
public void setName(String name)
public URL getPath()
public void setPath(URL path)
public boolean isContext()
public void setContext(boolean context)
Copyright © 1996–2023 Geotools. All rights reserved.