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.17.0")
public class SearchDocument
extends Object
implements Serializable
A search result document
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDisplayValuesItem(String displayValuesItem) displayValues(List<String> displayValues) booleanThe 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)inthashCode()voidsetDisplayValues(List<String> displayValues) voidvoidsetGeometry(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
-