exkml

v0.2.3

  • Pages
  • Modules
  • Exceptions

    exkml v0.2.3 Exkml

    Documentation for Exkml.

    Link to this section Summary

    Functions

    emit(state)
    on_event(_, event, state)
    pluck_attribute(attributes, name, value)
    pop_event(state)
    pop_geom(state)
    pop_geom(state, kind)
    push_event(state, event)
    push_geom(state, geom)
    put_attribute(s, name, value)
    put_error(state, reason)
    put_in_placemark(pm, geom)
    put_line(state, text)
    put_point(state, text)
    setup(binstream, chunk_size, ref)
    stage(binstream, chunk_size \\ 2048)
    str_to_point(point_str)
    stream!(binstream, chunk_size \\ 2048)

    Link to this section Functions

    Link to this function emit(state)
    Link to this function on_event(_, event, state)
    Link to this function pluck_attribute(attributes, name, value)
    Link to this function pop_event(state)
    Link to this function pop_geom(state)
    Link to this function pop_geom(state, kind)
    Link to this function push_event(state, event)
    Link to this function push_geom(state, geom)
    Link to this function put_attribute(s, name, value)
    Link to this function put_error(state, reason)
    Link to this function put_in_placemark(pm, geom)
    Link to this function put_line(state, text)
    Link to this function put_point(state, text)
    Link to this function setup(binstream, chunk_size, ref)
    Link to this function stage(binstream, chunk_size \\ 2048)
    Link to this function str_to_point(point_str)
    Link to this function stream!(binstream, chunk_size \\ 2048)

    Built using ExDoc (v0.16.4), designed by Friedel Ziegelmayer.