Packages

object ViewParams extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewParams
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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

  2. def getReadableHints(hints: Hints): Map[String, String]

    Maps query hints to readable strings

    Maps query hints to readable strings

    hints

    hints

  3. def getReadableHints(query: Query): Map[String, String]

    Maps query hints to readable strings

    Maps query hints to readable strings

    query

    query

  4. def hintToString(hint: Key): String
  5. def serialize(hints: Hints): String

    Serialize hints into a string

    Serialize hints into a string

    hints

    hints

  6. 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