|
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.dto.LayerFilterSpecification
@Api(allMethods=true) public class LayerFilterSpecification
Class which specifies a layer filter (e.g. for a specific client layer) together with the server layer id.
It is used by SearchByLocationRequest.
| Constructor Summary | |
|---|---|
LayerFilterSpecification()
Default constructor (no info). |
|
LayerFilterSpecification(String serverLayerId,
String filter)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getFilter()
Set the additional filter which needs to be applied on the layer. |
String |
getServerLayerId()
Set the server layer id. |
void |
setFilter(String filter)
Get the additional filter which needs to be applied on the layer. |
void |
setServerLayerId(String serverLayerId)
Get the server layer id. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LayerFilterSpecification()
public LayerFilterSpecification(String serverLayerId,
String filter)
serverLayerId - server layer idfilter - optional filter expression which should be applied on the specified layer,
if null, a true filter will be applied| Method Detail |
|---|
public void setServerLayerId(String serverLayerId)
serverLayerId - server layer idpublic String getServerLayerId()
public void setFilter(String filter)
filter - optional filter expression which should be applied on the specified layer,
if null, a true filter will be appliedpublic String getFilter()
public 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 | ||||||||