package feature
- Alphabetic
- Public
- Protected
Type Members
- abstract class AttributeConverter extends Serializable
This class is used to convert an AttributeType, from an IFeature, to a DataType to use in Spark operations.
- class AttributeHandler extends Serializable
- trait SearchImplicits extends Serializable
- case class SparkAttribute extends Product with Serializable
A SparkAttribute is meant to hold a single attribute value.
A SparkAttribute is meant to hold a single attribute value. Null values must use SparkAttribute.setNull
Value Members
- object AttributeHandler extends Serializable
The AttributeHandler contains AttributeConverters to use when converting features of various AttributeTypes to rows of various DataTypes.
The AttributeHandler contains AttributeConverters to use when converting features of various AttributeTypes to rows of various DataTypes. The default list of converters is appropriate for most cases. Use the constructors to override any converters.
- case object Binary2Binary extends AttributeConverter with Product with Serializable
- case object Boolean2Boolean extends AttributeConverter with Product with Serializable
- case object Byte2Byte extends AttributeConverter with Product with Serializable
- case object Char2String extends AttributeConverter with Product with Serializable
- case object Date2Date extends AttributeConverter with Product with Serializable
- case object DateTime2Date extends AttributeConverter with Product with Serializable
- case object DateTimeZone2Date extends AttributeConverter with Product with Serializable
- case object DbaseDecimal2Decimal extends AttributeConverter with Product with Serializable
- case object Double2Double extends AttributeConverter with Product with Serializable
- case object FeatureGeometry2GeoJson extends AttributeConverter with Product with Serializable
Converts an IFeatureGeometry to a GeoJson string.
- case object FeatureGeometry2Kml extends AttributeConverter with Product with Serializable
Converts an IFeatureGeometry to a KML string.
- case object FeatureGeometry2Wkb extends AttributeConverter with Product with Serializable
Converts an IFeatureGeometry to a Well Known Binary byte array.
- case object FeatureGeometry2Wkt extends AttributeConverter with Product with Serializable
Converts an IFeatureGeometry to a Well Known Text string.
- case object Float2Float extends AttributeConverter with Product with Serializable
- case object Int2Integer extends AttributeConverter with Product with Serializable
- case object Long2Long extends AttributeConverter with Product with Serializable
- object SearchImplicits extends SearchImplicits
- case object Short2Short extends AttributeConverter with Product with Serializable
- object SparkAttribute extends Serializable
- case object String2String extends AttributeConverter with Product with Serializable
- case object Style2String extends AttributeConverter with Product with Serializable
- case object Time2Date extends AttributeConverter with Product with Serializable
- case object Timespan2Long extends AttributeConverter with Product with Serializable