object ViewParams extends LazyLogging
- Alphabetic
- By Inheritance
- ViewParams
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
deserialize(serialized: String): Hints
Deserialize hints from a string serialized with
serialize
Deserialize hints from a string serialized with
serialize
- serialized
serialized hints string
-
def
getReadableHints(hints: Hints): Map[String, String]
Maps query hints to readable strings
Maps query hints to readable strings
- hints
hints
-
def
getReadableHints(query: Query): Map[String, String]
Maps query hints to readable strings
Maps query hints to readable strings
- query
query
- def hintToString(hint: Key): String
-
def
serialize(hints: Hints): String
Serialize hints into a string
Serialize hints into a string
- hints
hints
-
def
setHints(query: Query): Unit
Examines the view parameters passed in through geoserver and sets the corresponding query hints This kind of a hack, but it's the only way geoserver exposes custom data to the underlying data store.
Examines the view parameters passed in through geoserver and sets the corresponding query hints This kind of a hack, but it's the only way geoserver exposes custom data to the underlying data store.
- query
query to examine/update