Home
last modified time | relevance | path

Searched refs:GMT_TEXT (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dtestapi_putvector.c26 GMT_Put_Vector(API, V, 0, GMT_TEXT|GMT_DOUBLE, S0); in main()
27 GMT_Put_Vector(API, V, 1, GMT_TEXT|GMT_LONG, S1); in main()
28 GMT_Put_Vector(API, V, 2, GMT_TEXT|GMT_DOUBLE, S2); in main()
29 GMT_Put_Vector(API, V, 3, GMT_TEXT|GMT_DOUBLE, S3); in main()
H A Dgmt_resources.h94 GMT_TEXT = 16, /* Arbitrarily long text string [OGR/GMT use only and GMT_Put_Vector only] */ enumerator
H A Dgmt_io.c620 …if (GMT->common.a.type[k] != GMT_TEXT) kn++; /* Since that is the order in the numerical part of t… in gmtio_select_all_ogr_if_requested()
884 if (GMT->current.io.OGR->type[GMT->common.a.ogr[k]] == GMT_TEXT) in gmtio_reconsider_rectype()
903 …if (GMT->current.io.OGR->type[GMT->common.a.ogr[k]] == GMT_TEXT) { /* Text goes into trailing text… in gmtio_assign_aspatial_cols()
926 if (type == GMT_TEXT) return GMT_N_TYPES-2; in gmtio_type_index()
2689 case GMT_TEXT: in gmtio_write_formatted_ogr_value()
9093 if (!strcmp (item, "string") || !strcmp (item, "STRING")) return (GMT_TEXT); in gmtlib_ogr_get_type()
H A Dgmt_api.c15144 special_type = type & (GMT_TEXT | GMT_DATETIME); /* Backwards compatible with just GMT_DATETIME */ in GMT_Put_Vector()
H A Dgmt_init.c1159 if (col < 0 && col != GMT_IS_Z) GMT->common.a.type[GMT->common.a.n_aspatial] = GMT_TEXT; in gmtinit_parse_a_option()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst1372 user's read-only custom vector. In addition, ``type`` may also be **GMT_TEXT**,
1377 for the conversion if you prefer (e.g., **GMT_TEXT**\|\ **GMT_LONG** to get final
1378 internal absolute time in integer seconds). For the special data type **GMT_TEXT** GMT