@Entity public class OverpassSearch extends Module
| Modifier and Type | Class and Description |
|---|---|
static class |
OverpassSearch.OverpassFormatType
A enum type for the allowed response format.
|
| Constructor and Description |
|---|
OverpassSearch()
Explicitly adding the default constructor as this is important, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OverpassSearch.OverpassFormatType |
getFormat() |
String |
getGroupHeaderTpl() |
Integer |
getMinSearchTextChars() |
Integer |
getResultLimit() |
Integer |
getTypeDelay() |
List<Integer> |
getViewboxlbrt() |
int |
hashCode() |
void |
setFormat(OverpassSearch.OverpassFormatType format) |
void |
setGroupHeaderTpl(String groupHeaderTpl) |
void |
setMinSearchTextChars(Integer minSearchTextChars) |
void |
setResultLimit(Integer resultLimit) |
void |
setTypeDelay(Integer typeDelay) |
void |
setViewboxlbrt(List<Integer> viewboxlbrt) |
getName, getProperties, getXtype, setName, setProperties, setXtypegetCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic OverpassSearch()
public OverpassSearch.OverpassFormatType getFormat()
public void setFormat(OverpassSearch.OverpassFormatType format)
format - the format to setpublic Integer getResultLimit()
public void setResultLimit(Integer resultLimit)
resultLimit - the limit to setpublic void setViewboxlbrt(List<Integer> viewboxlbrt)
viewboxlbrt - the viewboxlbrt to setpublic Integer getMinSearchTextChars()
public void setMinSearchTextChars(Integer minSearchTextChars)
minSearchTextChars - the minSearchTextChars to setpublic Integer getTypeDelay()
public void setTypeDelay(Integer typeDelay)
typeDelay - the typeDelay to setpublic String getGroupHeaderTpl()
public void setGroupHeaderTpl(String groupHeaderTpl)
groupHeaderTpl - the groupHeaderTpl to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.