class ChoroplethMap extends VisualizationOperator
The Class ChoroplethMap.
- Alphabetic
- By Inheritance
- ChoroplethMap
- VisualizationOperator
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
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
-
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
- new ChoroplethMap(resolutionX: Int, resolutionY: Int, datasetBoundary: Envelope, reverseSpatialCoordinate: Boolean)
Value Members
-
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
-
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
-
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