Package org.geotools.geopkg.wps
Class GeoPackageProcessRequest.Layer
- Object
-
- Layer
-
- Direct Known Subclasses:
GeoPackageProcessRequest.FeaturesLayer,GeoPackageProcessRequest.TilesLayer
- Enclosing class:
- GeoPackageProcessRequest
public abstract static class GeoPackageProcessRequest.Layer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Envelopebboxprotected Stringdescriptionprotected Stringidentifierprotected Stringnameprotected URIsrs
-
Constructor Summary
Constructors Constructor Description Layer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description EnvelopegetBbox()StringgetDescription()StringgetIdentifier()StringgetName()URIgetSrs()abstract GeoPackageProcessRequest.LayerTypegetType()voidsetBbox(Envelope bbox)voidsetDescription(String description)voidsetIdentifier(String identifier)voidsetName(String name)voidsetSrs(URI srs)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
getSrs
public URI getSrs()
-
setSrs
public void setSrs(URI srs)
-
getBbox
public Envelope getBbox()
-
setBbox
public void setBbox(Envelope bbox)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getType
public abstract GeoPackageProcessRequest.LayerType getType()
-
-