case class DensityAdapter(sft: SimpleFeatureType, auths: Seq[Array[Byte]], ecql: Option[Filter], geom: String, envelope: Envelope, width: Int, height: Int, weight: Option[String]) extends KuduResultAdapter with Product with Serializable
Aggregates rows into a density map
- sft
simple feature type
- auths
authorizations
- ecql
filter
- envelope
rendering envelope
- width
width in pixels
- height
height in pixels
- weight
weight expression, for non-uniform feature weighting
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DensityAdapter
- Serializable
- Serializable
- Product
- Equals
- KuduResultAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DensityAdapter(sft: SimpleFeatureType, auths: Seq[Array[Byte]], ecql: Option[Filter], geom: String, envelope: Envelope, width: Int, height: Int, weight: Option[String])
- sft
simple feature type
- auths
authorizations
- ecql
filter
- envelope
rendering envelope
- width
width in pixels
- height
height in pixels
- weight
weight expression, for non-uniform feature weighting
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
adapt(results: CloseableIterator[RowResult]): CloseableIterator[SimpleFeature]
Convert raw rows into result simple features
Convert raw rows into result simple features
- results
rows
- Definition Classes
- DensityAdapter → KuduResultAdapter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val auths: Seq[Array[Byte]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
columns: Seq[String]
The kudu columns required for this scan
The kudu columns required for this scan
- Definition Classes
- DensityAdapter → KuduResultAdapter
- val ecql: Option[Filter]
- val envelope: Envelope
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val geom: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: Int
-
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
result: SimpleFeatureType
Result simple feature type
Result simple feature type
- Definition Classes
- DensityAdapter → KuduResultAdapter
- val sft: SimpleFeatureType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- DensityAdapter → 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()
- val weight: Option[String]
- val width: Int