public static class GeoPackageProcessRequest.FeaturesLayer extends GeoPackageProcessRequest.Layer
Modifier and Type | Field and Description |
---|---|
protected QName |
featureType |
protected Filter |
filter |
protected boolean |
indexed |
protected Set<QName> |
propertyNames |
bbox, description, identifier, name, srs
Constructor and Description |
---|
FeaturesLayer() |
Modifier and Type | Method and Description |
---|---|
QName |
getFeatureType() |
Filter |
getFilter() |
Set<QName> |
getPropertyNames() |
GeoPackageProcessRequest.LayerType |
getType() |
boolean |
isIndexed() |
void |
setFeatureType(QName featureType) |
void |
setFilter(Filter filter) |
void |
setIndexed(boolean indexed) |
void |
setPropertyNames(Set<QName> propertyNames) |
getBbox, getDescription, getIdentifier, getName, getSrs, setBbox, setDescription, setIdentifier, setName, setSrs
protected QName featureType
protected Filter filter
protected boolean indexed
public GeoPackageProcessRequest.LayerType getType()
getType
in class GeoPackageProcessRequest.Layer
public QName getFeatureType()
public void setFeatureType(QName featureType)
public Filter getFilter()
public void setFilter(Filter filter)
public boolean isIndexed()
public void setIndexed(boolean indexed)
Copyright © 1996–2019 Geotools. All rights reserved.