Packages

c

org.apache.sedona.core.formatMapper

PolygonFormatMapper

class PolygonFormatMapper extends FormatMapper[_ <: Geometry]

Linear Supertypes
FormatMapper[_ <: Geometry], FlatMapFunction[Iterator[String], _ <: Geometry], FormatUtils[_ <: Geometry], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolygonFormatMapper
  2. FormatMapper
  3. FlatMapFunction
  4. FormatUtils
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolygonFormatMapper(startOffset: Integer, endOffset: Integer, Splitter: FileDataSplitter, carryInputData: Boolean)

    Instantiates a new polygon format mapper.

    Instantiates a new polygon format mapper.

    startOffset

    the start offset

    endOffset

    the end offset

    Splitter

    the splitter

    carryInputData

    the carry input data

  2. new PolygonFormatMapper(Splitter: FileDataSplitter, carryInputData: Boolean)

    Instantiates a new polygon format mapper.

    Instantiates a new polygon format mapper.

    Splitter

    the splitter

    carryInputData

    the carry input data

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addGeometry(arg0: Geometry, arg1: List[T]): Unit
    Attributes
    protected[common.utils]
    Definition Classes
    FormatUtils
  5. def addMultiGeometry[T <: Geometry](arg0: GeometryCollection, arg1: List[T]): Unit
    Definition Classes
    FormatUtils
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def call(stringIterator: Iterator[String]): Iterator[T]
    Definition Classes
    FormatMapper → FlatMapFunction
    Annotations
    @Override()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def readCoordinates(arg0: String): Array[Coordinate]
    Definition Classes
    FormatUtils
  19. def readGeoJSON(arg0: String): Geometry
    Definition Classes
    FormatUtils
  20. def readGeometry(arg0: String): Geometry
    Definition Classes
    FormatUtils
    Annotations
    @throws( ... )
  21. def readPropertyNames(arg0: String): List[String]
    Definition Classes
    FormatUtils
  22. def readWkb(arg0: String): Geometry
    Definition Classes
    FormatUtils
    Annotations
    @throws( ... )
  23. def readWkt(arg0: String): Geometry
    Definition Classes
    FormatUtils
    Annotations
    @throws( ... )
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from FormatMapper[_ <: Geometry]

Inherited from FlatMapFunction[Iterator[String], _ <: Geometry]

Inherited from FormatUtils[_ <: Geometry]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped