tinyows 1.2.2
|
#include <ows_struct.h>
Data Fields | ||
ows_version * | version | |
enum ows_method | method | |
enum ows_service | service | |
union { | ||
wfs_request * wfs | ||
} | request | |
Definition at line 352 of file ows_struct.h.
enum ows_method Ows_request::method |
Definition at line 354 of file ows_struct.h.
Referenced by fe_filter(), main(), ows_kvp_or_xml(), ows_request_check(), and ows_request_init().
union { ... } Ows_request::request |
Referenced by fe_bbox_layer(), fe_envelope(), fe_spatial_functions(), main(), ows_request_free(), ows_request_init(), and wfs_complex_type().
enum ows_service Ows_request::service |
Definition at line 355 of file ows_struct.h.
Referenced by main(), ows_request_check(), ows_request_free(), ows_request_init(), and wfs_request_check().
ows_version* Ows_request::version |
Definition at line 353 of file ows_struct.h.
Referenced by fe_filter(), fe_functions_capabilities(), fe_property_is_like(), ows_request_check(), ows_request_check_version(), ows_request_free(), ows_request_init(), wfs_describe_feature_type(), wfs_error(), wfs_feature_type_list(), wfs_geojson_display_results(), wfs_get_capabilities(), wfs_gml_bounded_by(), wfs_gml_display_namespaces(), wfs_request_check_bbox(), wfs_request_check_get_capabilities(), wfs_request_check_output(), wfs_request_check_srs(), wfs_request_check_version(), wfs_transaction_insert_result(), wfs_transaction_response(), and wfs_transaction_result().
wfs_request* Ows_request::wfs |
Definition at line 357 of file ows_struct.h.
Referenced by fe_bbox_layer(), fe_envelope(), fe_spatial_functions(), main(), ows_request_free(), ows_request_init(), and wfs_complex_type().