Package

org.geomesa.gs.wfs

output

Permalink

package output

Visibility
  1. Public
  2. All

Type Members

  1. class ArrowOutputFormat extends WFSGetFeatureOutputFormat with LazyLogging

    Permalink

    Output format for wfs requests that encodes features into arrow vector format.

    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>

  2. class AvroOutputFormat extends WFSGetFeatureOutputFormat

    Permalink
  3. class BinaryViewerOutputFormat extends WFSGetFeatureOutputFormat with LazyLogging

    Permalink

    Output format for wfs requests that encodes features into a binary format.

    Output format for wfs requests that encodes features into a binary format. To trigger, use outputFormat=application/vnd.binary-viewer in your wfs request

    Required flags: format_options=trackId:<track_attribute_name>;

    Optional flags: format_options=trackId:<track_attribute_name>;geom:<geometry_attribute_name>;dtg:<dtg_attribute_name>;label:<label_attribute_name>

Value Members

  1. object ArrowOutputFormat extends LazyLogging

    Permalink
  2. object BinaryViewerOutputFormat extends LazyLogging

    Permalink

Ungrouped