Class/Object

org.geomesa.gs.wfs.output

ArrowOutputFormat

Related Docs: object ArrowOutputFormat | package output

Permalink

class ArrowOutputFormat extends WFSGetFeatureOutputFormat with LazyLogging

Output format for wfs requests that encodes features into arrow vector format. To trigger, use outputFormat=application/vnd.arrow in your wfs request

Optional flags: format_options=includeFids:<Boolean>;proxyFids:<Boolean>;dictionaryFields:<field_to_encode>,<field_to_encode>; useCachedDictionaries:<Boolean>;sortField:<sort_field>;sortReverse:<Boolean>; batchSize:<Integer>;doublePass:<Boolean>;formatVersion:<String>

Linear Supertypes
LazyLogging, WFSGetFeatureOutputFormat, WFSResponse, Response, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ArrowOutputFormat
  2. LazyLogging
  3. WFSGetFeatureOutputFormat
  4. WFSResponse
  5. Response
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArrowOutputFormat(geoServer: GeoServer)

    Permalink

    geoServer

    geoserver

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canHandle(arg0: Version): Boolean

    Permalink
    Definition Classes
    WFSGetFeatureOutputFormat
  6. def canHandle(arg0: Operation): Boolean

    Permalink
    Definition Classes
    WFSGetFeatureOutputFormat → Response
  7. def canHandleInternal(arg0: Operation): Boolean

    Permalink
    Attributes
    protected[org.geoserver.wfs]
    Definition Classes
    WFSGetFeatureOutputFormat
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def encodeMeasures(arg0: List, arg1: Catalog): Boolean

    Permalink
    Attributes
    protected[org.geoserver.wfs]
    Definition Classes
    WFSGetFeatureOutputFormat
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAllCapabilitiesElementNames(): List[String]

    Permalink
    Attributes
    protected[org.geoserver.wfs]
    Definition Classes
    WFSGetFeatureOutputFormat
  14. def getAttachmentFileName(value: AnyRef, operation: Operation): String

    Permalink
    Definition Classes
    ArrowOutputFormat → WFSGetFeatureOutputFormat → Response
  15. final def getBinding(): Class[_]

    Permalink
    Definition Classes
    Response
  16. def getCapabilitiesElementName(): String

    Permalink
    Definition Classes
    ArrowOutputFormat → WFSGetFeatureOutputFormat
  17. def getCapabilitiesElementNames(): List[String]

    Permalink
    Definition Classes
    WFSGetFeatureOutputFormat
  18. def getCharset(arg0: Operation): String

    Permalink
    Definition Classes
    Response
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getExtension(arg0: FeatureCollectionResponse): String

    Permalink
    Attributes
    protected[org.geoserver.wfs]
    Definition Classes
    WFSGetFeatureOutputFormat
  21. def getForcedDecimal(arg0: List, arg1: GeoServer, arg2: Catalog): Boolean

    Permalink
    Attributes
    protected[org.geoserver.wfs]
    Definition Classes
    WFSGetFeatureOutputFormat
  22. def getHeaders(arg0: Any, arg1: Operation): Array[Array[String]]

    Permalink
    Definition Classes
    Response
    Annotations
    @throws( ... )
  23. def getInfo(): WFSInfo

    Permalink
    Attributes
    protected[org.geoserver.wfs.response]
    Definition Classes
    WFSResponse
  24. def getMimeType(value: AnyRef, operation: Operation): String

    Permalink
    Definition Classes
    ArrowOutputFormat → WFSGetFeatureOutputFormat → Response
  25. def getNumDecimals(arg0: List, arg1: GeoServer, arg2: Catalog): Int

    Permalink
    Attributes
    protected[org.geoserver.wfs]
    Definition Classes
    WFSGetFeatureOutputFormat
  26. final def getOutputFormats(): Set[String]

    Permalink
    Definition Classes
    Response
  27. def getPadWithZeros(arg0: List, arg1: GeoServer, arg2: Catalog): Boolean

    Permalink
    Attributes
    protected[org.geoserver.wfs]
    Definition Classes
    WFSGetFeatureOutputFormat
  28. def getPreferredDisposition(value: AnyRef, operation: Operation): String

    Permalink
    Definition Classes
    ArrowOutputFormat → Response
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def write(featureCollections: FeatureCollectionResponse, output: OutputStream, getFeature: Operation): Unit

    Permalink
    Definition Classes
    ArrowOutputFormat → WFSGetFeatureOutputFormat
  41. def write(arg0: Any, arg1: OutputStream, arg2: Operation): Unit

    Permalink
    Definition Classes
    WFSGetFeatureOutputFormat → Response
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )

Inherited from LazyLogging

Inherited from WFSGetFeatureOutputFormat

Inherited from WFSResponse

Inherited from Response

Inherited from AnyRef

Inherited from Any

Ungrouped