c

org.apache.sedona.core.showcase

UserSuppliedPointMapper

class UserSuppliedPointMapper extends FlatMapFunction[Iterator[String], Point]

Linear Supertypes
FlatMapFunction[Iterator[String], Point], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserSuppliedPointMapper
  2. FlatMapFunction
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UserSuppliedPointMapper()

Value Members

  1. def call(stringIterator: Iterator[String]): Iterator[Point]
    Definition Classes
    UserSuppliedPointMapper → FlatMapFunction
    Annotations
    @Override()