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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
def
Colorize(): Boolean
Colorize.
Colorize.
- returns
true, if successful
- Attributes
- protected[core]
- Definition Classes
- VisualizationOperator
-
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
EncodeToColor(normalizedCount: Int): Color
Encode to color.
Encode to color.
- normalizedCount
the normalized count
- returns
the color
- Attributes
- protected[visualizationEffect]
- Definition Classes
- ChoroplethMap → VisualizationOperator
- Annotations
- @Override()
- Exceptions thrown
Exception
the exception
-
def
EncodeToRGB(normalizedCount: Int): Integer
Encode to RGB.
Encode to RGB.
- normalizedCount
the normalized count
- returns
the integer
- Attributes
- protected[core]
- Definition Classes
- VisualizationOperator
- Exceptions thrown
Exception
the exception
-
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
-
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
-
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
-
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
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()