public class AxlGetFeatures extends Object implements AxlRequest
| Constructor and Description |
|---|
AxlGetFeatures() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginrecord() |
Integer |
getFeaturelimit() |
AxlLayerInfo |
getLayer() |
AxlQuery |
getQuery() |
boolean |
isAttributes() |
boolean |
isEnvelope() |
boolean |
isGeometry() |
boolean |
isGlobalenvelope() |
boolean |
isSkipfeatures() |
void |
setAttributes(boolean attributes) |
void |
setBeginrecord(int beginrecord) |
void |
setEnvelope(boolean envelope) |
void |
setFeaturelimit(Integer featurelimit) |
void |
setGeometry(boolean geometry) |
void |
setGlobalenvelope(boolean globalenvelope) |
void |
setLayer(AxlLayerInfo layer) |
void |
setQuery(AxlQuery query) |
void |
setSkipfeatures(boolean skipfeatures) |
public boolean isAttributes()
public void setAttributes(boolean attributes)
public int getBeginrecord()
public void setBeginrecord(int beginrecord)
public boolean isEnvelope()
public void setEnvelope(boolean envelope)
public Integer getFeaturelimit()
public void setFeaturelimit(Integer featurelimit)
public boolean isGeometry()
public void setGeometry(boolean geometry)
public boolean isGlobalenvelope()
public void setGlobalenvelope(boolean globalenvelope)
public boolean isSkipfeatures()
public void setSkipfeatures(boolean skipfeatures)
public AxlLayerInfo getLayer()
public void setLayer(AxlLayerInfo layer)
public AxlQuery getQuery()
public void setQuery(AxlQuery query)
Copyright © 2016. All rights reserved.