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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ApplyPhotoFilter(sparkContext: JavaSparkContext): JavaPairRDD[Pixel, Double]

    Apply photo filter.

    Apply photo filter.

    sparkContext

    the spark context

    returns

    the java pair RDD

    Attributes
    protected[core]
    Definition Classes
    VisualizationOperator
    Exceptions thrown

    Exception the exception

  5. def Colorize(): Boolean

    Colorize.

    Colorize.

    returns

    true, if successful

    Attributes
    protected[core]
    Definition Classes
    VisualizationOperator
  6. 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
  7. def EncodeToColor(normailizedCount: Int): Color

    Encode to color.

    Encode to color.

    normailizedCount

    the normailized count

    returns

    the color

    Attributes
    protected[visualizationEffect]
    Definition Classes
    ChoroplethMapVisualizationOperator
    Annotations
    @Override()
    Exceptions thrown

    Exception the exception

  8. def EncodeToRGB(normailizedCount: Int): Integer

    Encode to RGB.

    Encode to RGB.

    normailizedCount

    the normailized count

    returns

    the integer

    Attributes
    protected[core]
    Definition Classes
    VisualizationOperator
    Exceptions thrown

    Exception the exception

  9. def InitPhotoFilterWeightMatrix(photoFilter: PhotoFilter): Boolean

    Inits the photo filter weight matrix.

    Inits the photo filter weight matrix.

    photoFilter

    the photo filter

    returns

    true, if successful

    Attributes
    protected[core]
    Definition Classes
    VisualizationOperator
  10. def Rasterize(sparkContext: JavaSparkContext, spatialPairRDD: JavaPairRDD[Polygon, Long], useSparkDefaultPartition: Boolean): JavaPairRDD[Pixel, Double]

    Rasterize.

    Rasterize.

    sparkContext

    the spark context

    spatialPairRDD

    the spatial pair RDD

    useSparkDefaultPartition

    the use spark default partition

    returns

    the java pair RDD

    Attributes
    protected[core]
    Definition Classes
    VisualizationOperator
  11. def Rasterize(sparkContext: JavaSparkContext, spatialRDD: SpatialRDD, useSparkDefaultPartition: Boolean): JavaPairRDD[Pixel, Double]

    Rasterize.

    Rasterize.

    sparkContext

    the spark context

    spatialRDD

    the spatial RDD

    useSparkDefaultPartition

    the use spark default partition

    returns

    the java pair RDD

    Attributes
    protected[core]
    Definition Classes
    VisualizationOperator
  12. def RenderImage(sparkContext: JavaSparkContext): Boolean

    Render image.

    Render image.

    sparkContext

    the spark context

    returns

    true, if successful

    Attributes
    protected[core]
    Definition Classes
    VisualizationOperator
    Exceptions thrown

    Exception the exception

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

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. 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
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from VisualizationOperator

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped