Packages

class ChoroplethMap extends VisualizationOperator

The Class ChoroplethMap.

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

Instance Constructors

  1. new ChoroplethMap(resolutionX: Int, resolutionY: Int, datasetBoundary: Envelope, reverseSpatialCoordinate: Boolean, partitionX: Int, partitionY: Int, parallelRenderImage: Boolean, generateVectorImage: Boolean)

    Instantiates a new choropleth map.

    Instantiates a new choropleth map.

    resolutionX

    the resolution X

    resolutionY

    the resolution Y

    datasetBoundary

    the dataset boundary

    reverseSpatialCoordinate

    the reverse spatial coordinate

    partitionX

    the partition X

    partitionY

    the partition Y

    parallelRenderImage

    the parallel render image

    generateVectorImage

    the generate vector image

  2. new ChoroplethMap(resolutionX: Int, resolutionY: Int, datasetBoundary: Envelope, reverseSpatialCoordinate: Boolean, partitionX: Int, partitionY: Int, parallelRenderImage: Boolean)

    Instantiates a new choropleth map.

    Instantiates a new choropleth map.

    resolutionX

    the resolution X

    resolutionY

    the resolution Y

    datasetBoundary

    the dataset boundary

    reverseSpatialCoordinate

    the reverse spatial coordinate

    partitionX

    the partition X

    partitionY

    the partition Y

    parallelRenderImage

    the parallel render image

  3. new ChoroplethMap(resolutionX: Int, resolutionY: Int, datasetBoundary: Envelope, reverseSpatialCoordinate: Boolean, generateVectorImage: Boolean)

    Instantiates a new choropleth map.

    Instantiates a new choropleth map.

    resolutionX

    the resolution X

    resolutionY

    the resolution Y

    datasetBoundary

    the dataset boundary

    reverseSpatialCoordinate

    the reverse spatial coordinate

    generateVectorImage

    the generate vector image

  4. new ChoroplethMap(resolutionX: Int, resolutionY: Int, datasetBoundary: Envelope, reverseSpatialCoordinate: Boolean)

Value Members

  1. def CustomizeColor(red: Int, green: Int, blue: Int, colorAlpha: Int, controlColorChannel: Color, useInverseRatioForControlColorChannel: Boolean): Boolean

    Customize color.

    Customize color.

    red

    the red

    green

    the green

    blue

    the blue

    colorAlpha

    the color alpha

    controlColorChannel

    the control color channel

    useInverseRatioForControlColorChannel

    the use inverse ratio for control color channel

    returns

    true, if successful

    Definition Classes
    VisualizationOperator
  2. def Visualize(sparkContext: JavaSparkContext, spatialPairRDD: JavaPairRDD[Polygon, Long]): Boolean

    Visualize.

    Visualize.

    sparkContext

    the spark context

    spatialPairRDD

    the spatial pair RDD

    returns

    true, if successful

    Exceptions thrown

    Exception the exception

  3. def setMaxPixelCount(maxPixelCount: Double): Boolean

    Sets the max pixel count.

    Sets the max pixel count.

    maxPixelCount

    the max pixel count

    returns

    true, if successful

    Definition Classes
    VisualizationOperator