|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geomajas.command.LayerIdCommandRequest
org.geomajas.command.dto.SearchFeatureRequest
@Api(allMethods=true) public class SearchFeatureRequest
Request object for SearchFeatureCommand.
| Field Summary | |
|---|---|
static String |
COMMAND
Command name for this request. |
static String |
ID_ATTRIBUTE
Field ID to use to always get the id field. |
static int |
MAX_UNLIMITED
Use this number as maximum to indicate that all results should be returned. |
| Constructor Summary | |
|---|---|
SearchFeatureRequest()
|
|
| Method Summary | |
|---|---|
String |
getBooleanOperator()
Get boolean operator for combining the different search criteria. |
SearchCriterion[] |
getCriteria()
Get the list of search criteria. |
String |
getCrs()
Get the coordinate reference space which should be used for the returned geometries. |
int |
getFeatureIncludes()
Get which data should be included in the features. |
String |
getFilter()
Get the filter expression which should be applied on the layer. |
int |
getMax()
Get the maximum number of features which may be returned. |
int |
getOffSet()
Get the index of the first feature to be returned. |
void |
setBooleanOperator(String booleanOperator)
Set boolean operator for combining the different search criteria. |
void |
setCriteria(SearchCriterion[] criteria)
Set the list of search criteria. |
void |
setCrs(String crs)
Set the coordinate reference space which should be used for the returned geometries. |
void |
setFeatureIncludes(int featureIncludes)
Set the data to include in the features which are returned. |
void |
setFilter(String filter)
Set the filter expression which should be applied on the layer. |
void |
setMax(int max)
Set the maximum number of features which may be returned. |
void |
setOffSet(int offSet)
Set the index of the first feature to be returned. |
String |
toString()
|
| Methods inherited from class org.geomajas.command.LayerIdCommandRequest |
|---|
getLayerId, setLayerId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String COMMAND
public static final int MAX_UNLIMITED
public static final String ID_ATTRIBUTE
| Constructor Detail |
|---|
public SearchFeatureRequest()
| Method Detail |
|---|
public int getMax()
MAX_UNLIMITED (0) for unlimited.public void setMax(int max)
max - max number of features to return, or MAX_UNLIMITED (0) for unlimited.public int getOffSet()
public void setOffSet(int offSet)
offSet - the offsetpublic String getBooleanOperator()
public void setBooleanOperator(String booleanOperator)
booleanOperator - boolean operator, possible values include "and" and "or"public SearchCriterion[] getCriteria()
public void setCriteria(SearchCriterion[] criteria)
criteria - list of criteriapublic String getFilter()
public void setFilter(String filter)
filter - filter expressionpublic String getCrs()
public void setCrs(String crs)
crs - crspublic int getFeatureIncludes()
VectorLayerService.
public void setFeatureIncludes(int featureIncludes)
VectorLayerService.
featureIncludes - what the includepublic String toString()
toString in class Object
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||