public abstract static class GeoPackageProcessRequest.Layer extends Object
Modifier and Type | Field and Description |
---|---|
protected Envelope |
bbox |
protected String |
description |
protected String |
identifier |
protected String |
name |
protected URI |
srs |
Constructor and Description |
---|
Layer() |
Modifier and Type | Method and Description |
---|---|
Envelope |
getBbox() |
String |
getDescription() |
String |
getIdentifier() |
String |
getName() |
URI |
getSrs() |
abstract GeoPackageProcessRequest.LayerType |
getType() |
void |
setBbox(Envelope bbox) |
void |
setDescription(String description) |
void |
setIdentifier(String identifier) |
void |
setName(String name) |
void |
setSrs(URI srs) |
protected String name
protected String identifier
protected String description
protected URI srs
protected Envelope bbox
public String getName()
public void setName(String name)
public String getIdentifier()
public void setIdentifier(String identifier)
public URI getSrs()
public void setSrs(URI srs)
public Envelope getBbox()
public void setBbox(Envelope bbox)
public String getDescription()
public void setDescription(String description)
public abstract GeoPackageProcessRequest.LayerType getType()
Copyright © 1996–2023 Geotools. All rights reserved.