Home
last modified time | relevance | path

Searched refs:ows_bbox (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/tinyows/tinyows-1.1.0/src/ows/
H A Dows_bbox.c37 ows_bbox *ows_bbox_init() in ows_bbox_init()
39 ows_bbox *b; in ows_bbox_init()
41 b = malloc(sizeof(ows_bbox)); in ows_bbox_init()
58 void ows_bbox_free(ows_bbox * b) in ows_bbox_free()
96 bool ows_bbox_set_from_str(ows * o, ows_bbox * bb, const char *str, int srid) in ows_bbox_set_from_str()
145 ows_bbox *ows_bbox_boundaries(ows * o, list * from, list * where, ows_srs * srs) in ows_bbox_boundaries()
147 ows_bbox *bb; in ows_bbox_boundaries()
216 bool ows_bbox_transform(ows * o, ows_bbox * bb, int srid) in ows_bbox_transform()
249 bool ows_bbox_set_from_geobbox(ows * o, ows_bbox * bb, ows_geobbox * geo) in ows_bbox_set_from_geobbox()
276 void ows_bbox_to_query(ows *o, ows_bbox *bbox, buffer *query) in ows_bbox_to_query()
[all …]
H A Dows_geobbox.c108 bool ows_geobbox_set_from_bbox(ows * o, ows_geobbox * g, ows_bbox * bb) in ows_geobbox_set_from_bbox()
136 ows_bbox *bb; in ows_geobbox_set_from_str()
159 ows_bbox *bb; in ows_geobbox_compute()
/dports/graphics/tinyows/tinyows-1.1.0/src/
H A Dows_api.h83 buffer *fe_kvp_bbox (ows * o, wfs_request * wr, buffer * layer_name, ows_bbox * bbox);
120 ows_bbox *ows_bbox_boundaries (ows * o, list * from, list * where, ows_srs * srs);
121 void ows_bbox_flush (const ows_bbox * b, FILE * output);
122 void ows_bbox_free (ows_bbox * b);
123 ows_bbox *ows_bbox_init ();
124 bool ows_bbox_set (ows * o, ows_bbox * b, double xmin, double ymin, double xmax, double ymax, int s…
125 bool ows_bbox_set_from_geobbox (ows * o, ows_bbox * bb, ows_geobbox * geo);
126 bool ows_bbox_set_from_str (ows * o, ows_bbox * bb, const char *str, int srid);
127 bool ows_bbox_transform (ows * o, ows_bbox * bb, int srid);
128 void ows_bbox_to_query(ows * o, ows_bbox *bbox, buffer *query);
[all …]
H A Dows_struct.h132 } ows_bbox; typedef
294 ows_bbox * bbox;
/dports/graphics/tinyows/tinyows-1.1.0/
H A DMakefile.in25 …/fe_logical_ops.c src/fe/fe_spatial_ops.c src/mapfile/mapfile.c src/ows/ows_bbox.c src/ows/ows.c s…
H A DMakefile.vc32 src\ows\ows_bbox.obj src\ows\ows_libxml.obj src\ows\ows.obj src\ows\ows_config.obj \
/dports/graphics/tinyows/tinyows-1.1.0/src/wfs/
H A Dwfs_get_feature.c350 ows_bbox *outer_b; in wfs_gml_display_results()
570 ows_bbox *bbox; in wfs_retrieve_sql_request_list()
/dports/graphics/tinyows/tinyows-1.1.0/src/fe/
H A Dfe_filter.c420 buffer *fe_kvp_bbox(ows * o, wfs_request * wr, buffer * layer_name, ows_bbox * bbox) in fe_kvp_bbox()
H A Dfe_spatial_ops.c86 ows_bbox *bbox; in fe_envelope()