Package

com.pb.bigdata.li.spark.api

feature

Permalink

package feature

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AttributeConverter extends Serializable

    Permalink

    This class is used to convert an AttributeType, from an IFeature, to a DataType to use in Spark operations.

  2. class AttributeHandler extends Serializable

    Permalink
  3. trait SearchImplicits extends Serializable

    Permalink
  4. case class SparkAttribute extends Product with Serializable

    Permalink

    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

  1. object AttributeHandler extends Serializable

    Permalink

    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.

  2. object Binary2Binary extends AttributeConverter with Product with Serializable

    Permalink
  3. object Boolean2Boolean extends AttributeConverter with Product with Serializable

    Permalink
  4. object Byte2Byte extends AttributeConverter with Product with Serializable

    Permalink
  5. object Char2String extends AttributeConverter with Product with Serializable

    Permalink
  6. object Date2Date extends AttributeConverter with Product with Serializable

    Permalink
  7. object DateTime2Date extends AttributeConverter with Product with Serializable

    Permalink
  8. object DateTimeZone2Date extends AttributeConverter with Product with Serializable

    Permalink
  9. object DbaseDecimal2Decimal extends AttributeConverter with Product with Serializable

    Permalink
  10. object Double2Double extends AttributeConverter with Product with Serializable

    Permalink
  11. object FeatureGeometry2GeoJson extends AttributeConverter with Product with Serializable

    Permalink

    Converts an IFeatureGeometry to a GeoJson string.

  12. object FeatureGeometry2Kml extends AttributeConverter with Product with Serializable

    Permalink

    Converts an IFeatureGeometry to a KML string.

  13. object FeatureGeometry2Wkb extends AttributeConverter with Product with Serializable

    Permalink

    Converts an IFeatureGeometry to a Well Known Binary byte array.

  14. object FeatureGeometry2Wkt extends AttributeConverter with Product with Serializable

    Permalink

    Converts an IFeatureGeometry to a Well Known Text string.

  15. object Float2Float extends AttributeConverter with Product with Serializable

    Permalink
  16. object Int2Integer extends AttributeConverter with Product with Serializable

    Permalink
  17. object Long2Long extends AttributeConverter with Product with Serializable

    Permalink
  18. object SearchImplicits extends SearchImplicits

    Permalink
  19. object Short2Short extends AttributeConverter with Product with Serializable

    Permalink
  20. object SparkAttribute extends Serializable

    Permalink
  21. object String2String extends AttributeConverter with Product with Serializable

    Permalink
  22. object Style2String extends AttributeConverter with Product with Serializable

    Permalink
  23. object Time2Date extends AttributeConverter with Product with Serializable

    Permalink
  24. object Timespan2Long extends AttributeConverter with Product with Serializable

    Permalink

Ungrouped