class ShapefileConverter extends AbstractConverter[SimpleFeature, BasicConfig, BasicField, BasicOptions]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShapefileConverter
- AbstractConverter
- ParsingConverter
- SimpleFeatureConverter
- LazyLogging
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ShapefileConverter(sft: SimpleFeatureType, config: BasicConfig, fields: Seq[BasicField], options: BasicOptions)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- AbstractConverter → Closeable → AutoCloseable
- val config: BasicConfig
- Definition Classes
- AbstractConverter
- def convert(values: CloseableIterator[SimpleFeature], ec: EvaluationContext): CloseableIterator[SimpleFeature]
- Definition Classes
- AbstractConverter → ParsingConverter
- def createEvaluationContext(globalParams: Map[String, Any], success: Counter, failure: Counter): EvaluationContext
- Definition Classes
- ShapefileConverter → AbstractConverter → SimpleFeatureConverter
- def createEvaluationContext(globalParams: Map[String, Any]): EvaluationContext
- Definition Classes
- AbstractConverter → SimpleFeatureConverter
- final def createEvaluationContext(globalParams: Map[String, Any]): EvaluationContext
- Definition Classes
- SimpleFeatureConverter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fields: Seq[BasicField]
- Definition Classes
- AbstractConverter
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- 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()
- val options: BasicOptions
- Definition Classes
- AbstractConverter
- def parse(is: InputStream, ec: EvaluationContext): CloseableIterator[SimpleFeature]
- Attributes
- protected
- Definition Classes
- ShapefileConverter → AbstractConverter
- def process(is: InputStream, ec: EvaluationContext): CloseableIterator[SimpleFeature]
- Definition Classes
- AbstractConverter → SimpleFeatureConverter
- val sft: SimpleFeatureType
- Definition Classes
- AbstractConverter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def targetSft: SimpleFeatureType
- Definition Classes
- AbstractConverter → SimpleFeatureConverter
- def toString(): String
- Definition Classes
- AnyRef → Any
- def values(parsed: CloseableIterator[SimpleFeature], ec: EvaluationContext): CloseableIterator[Array[Any]]
- Attributes
- protected
- Definition Classes
- ShapefileConverter → AbstractConverter
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()