Packages

c

org.apache.sedona.viz.core

GlobalParameter

class GlobalParameter extends Serializable

The Class GlobalParameter.

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

Value Members

  1. def set(key: String, value: String): Boolean

    Sets the.

    Sets the.

    key

    the key

    value

    the value

    returns

    true, if successful

  2. def set(keyValuePair: String): Boolean

    Sets the.

    Sets the.

    keyValuePair

    the key value pair

    returns

    true, if successful

  3. def setColoringRule(coloringRule: ColoringRule): Boolean

    Sets the coloring rule.

    Sets the coloring rule.

    coloringRule

    the coloring rule

    returns

    true, if successful

  4. def setDatasetBoundary(datasetBoundary: Envelope): Boolean

    Sets the dataset boundary.

    Sets the dataset boundary.

    datasetBoundary

    the dataset boundary

    returns

    true, if successful

  5. def setPhotoFilter(photoFilter: PhotoFilter): Boolean

    Sets the photo filter.

    Sets the photo filter.

    photoFilter

    the photo filter

    returns

    true, if successful

  6. def toString(): String
    Definition Classes
    GlobalParameter → AnyRef → Any
    Annotations
    @Override()