Package org.tailormap.api.viewer.model
Class SearchDocument
java.lang.Object
org.tailormap.api.viewer.model.SearchDocument
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class SearchDocument
extends Object
implements Serializable
A search result document
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddDisplayValuesItem
(String displayValuesItem) displayValues
(List<String> displayValues) boolean
The values from the index to display in the search resultgetFid()
The unique identifier of the feature, also the primary key in the underlying data sourceThe geometry of the feature (WKT)int
hashCode()
void
setDisplayValues
(List<String> displayValues) void
void
setGeometry
(String geometry) toString()
-
Constructor Details
-
SearchDocument
public SearchDocument()
-
-
Method Details
-
fid
-
getFid
The unique identifier of the feature, also the primary key in the underlying data source- Returns:
- fid
-
setFid
-
geometry
-
getGeometry
The geometry of the feature (WKT)- Returns:
- geometry
-
setGeometry
-
displayValues
-
addDisplayValuesItem
-
getDisplayValues
The values from the index to display in the search result- Returns:
- displayValues
-
setDisplayValues
-
equals
-
hashCode
public int hashCode() -
toString
-