Class OsmSearchServer.SearchResult
- java.lang.Object
-
- org.eclipse.nebula.widgets.geomap.jface.Located.Static
-
- org.eclipse.nebula.widgets.geomap.jface.SearchServer.Result
-
- org.eclipse.nebula.widgets.geomap.jface.OsmSearchServer.SearchResult
-
- All Implemented Interfaces:
Located
- Enclosing class:
- OsmSearchServer
public static final class OsmSearchServer.SearchResult extends SearchServer.Result
The SearchResult returned from the OsmSearchServer- Since:
- 3.3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.nebula.widgets.geomap.jface.Located
Located.Static
-
-
Constructor Summary
Constructors Constructor Description SearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
Gets the result categoryjava.lang.String
getType()
Gets the result typejava.lang.String
toString()
-
Methods inherited from class org.eclipse.nebula.widgets.geomap.jface.SearchServer.Result
getLat, getLon, getLonLat, getName, getText, setLat, setLat, setLon, setLon, setName, setText
-
Methods inherited from class org.eclipse.nebula.widgets.geomap.jface.Located.Static
setLonLat
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the result type- Returns:
- the result type
-
getCategory
public java.lang.String getCategory()
Gets the result category- Returns:
- the result category
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSearchServer.Result
-
-