MCPcopy Create free account

hub / github.com/bbox-services/bbox / functions

Functions389 in github.com/bbox-services/bbox

Methodnew
(_type: Type, features: Vec<crate::models::FeatureGeoJson>)
bbox-feature-server/codegen/client/src/models/feature_collection_geo_json.rs:34
Methodnew
(_type: Type, coordinates: Vec<Vec<Vec<f32>>>)
bbox-feature-server/codegen/client/src/models/polygon_geo_json.rs:23
Methodnew
(conforms_to: Vec<String>)
bbox-feature-server/codegen/client/src/models/conf_classes.rs:21
Methodnew
The temporal extent of the features in the collection.
bbox-feature-server/codegen/client/src/models/extent_temporal.rs:27
Methodnew
(_type: Type, coordinates: Vec<Vec<Vec<f32>>>)
bbox-feature-server/codegen/client/src/models/multilinestring_geo_json.rs:23
Methodnew
The spatial extent of the features in the collection.
bbox-feature-server/codegen/client/src/models/extent_spatial.rs:27
Methodnew
(id: String, links: Vec<models::Link>, )
bbox-feature-server/codegen/server/src/models.rs:49
Methodnew
(api_impl: U)
bbox-feature-server/codegen/server/src/server/mod.rs:91
Methodnew
(inner: T)
bbox-feature-server/codegen/server/src/server/context.rs:25
Methodnew
()
bbox-feature-server/codegen/server/examples/server_lib/mod.rs:22
Methodnew
()
bbox-feature-server/codegen/server/examples/server_lib/server.rs:28
Methodnew
(config: QgisBackendCfg)
bbox-map-server/src/wms_fcgi_backend.rs:37
Methodnew
( fcgi_path: String, base_dir: Option<PathBuf>, backend: &dyn FcgiBackendType,
bbox-map-server/src/fcgi_process.rs:124
Methodnew
()
bbox-map-server/src/dispatcher/mod.rs:20
Methodnew
(_config: &DispatchConfig, pools: &Vec<FcgiClientPool>)
bbox-map-server/src/dispatcher/round_robin.rs:11
Methodnew
(_config: &DispatchConfig, pools: &Vec<FcgiClientPool>)
bbox-map-server/src/dispatcher/wms_optimized.rs:30
Methodnew
(_config: &DispatchConfig, pools: &Vec<FcgiClientPool>)
bbox-map-server/src/dispatcher/rand.rs:10
Methodnew
()
bbox-routing-server/src/engine.rs:31
Methodnew
(base_dir: PathBuf)
bbox-tile-server/src/files.rs:15
Methodnew
()
bbox-common/src/api.rs:11
Methodnew_pool
(url: &str)
bbox-feature-server/src/datasource/postgis.rs:27
Methodnew_pool
(gpkg: &str)
bbox-feature-server/src/datasource/gpkg.rs:29
Methodnew_service
(&self)
bbox-feature-server/codegen/server/src/server/mod.rs:106
Methodnew_service
(&self)
bbox-feature-server/codegen/server/src/server/context.rs:45
Methodnew_service
Instantiate a new server.
bbox-feature-server/codegen/server/examples/server_lib/mod.rs:34
Functionno_lcp
()
bbox-common/src/file_search.rs:79
Methodopen
(_: &E, path: P)
bbox-common/src/static_files.rs:93
Methodopen_impl
(path: &Path)
bbox-common/src/static_files.rs:105
Functionopenapi_json
Serve openapi.json
bbox-server/src/endpoints.rs:88
Functionopenapi_yaml
Serve openapi.yaml
bbox-server/src/endpoints.rs:81
Methodparse_operation_id
(request: &Request)
bbox-feature-server/codegen/server/src/server/mod.rs:585
Functionpg_bbox_filter
()
bbox-feature-server/src/datasource/postgis.rs:340
Functionpg_content
()
bbox-feature-server/src/datasource/postgis.rs:306
Functionpg_features
()
bbox-feature-server/src/datasource/postgis.rs:320
Functionplugin_xml
(plugins_index: web::Data<PluginIndex>, req: HttpRequest)
bbox-file-server/src/endpoints.rs:19
Functionprev_next
()
bbox-feature-server/src/filter_params.rs:91
Functionprocess_list
retrieve the list of available processes
bbox-processes-server/src/endpoints.rs:17
Functionput_files
(args: &Cli)
bbox-tile-server/src/s3putfiles.rs:133
Methodput_tile
( &self, path: String, mut input: Box<dyn std::io::Read + Send + Sync>, )
bbox-tile-server/src/files.rs:31
Functionqgis
()
bbox-map-server/src/wms_capabilities.rs:340
Functionqgis_getprojectsettings
()
bbox-map-server/src/wms_capabilities.rs:643
Functionquery_test
()
bbox-processes-server/src/dagster.rs:743
Methodrecycle
( &self, _fcgi: &mut FcgiClient, )
bbox-map-server/src/fcgi_process.rs:273
Functionredoc
()
bbox-server/src/endpoints.rs:102
Functionregister
(cfg: &mut web::ServiceConfig)
bbox-processes-server/src/endpoints.rs:244
Functionregister
(cfg: &mut web::ServiceConfig)
bbox-map-viewer/src/endpoints.rs:101
Functionregister_endpoints
(cfg: &mut web::ServiceConfig)
bbox-common/src/static_assets.rs:29
Functionrelurl
(req: &HttpRequest, path: &str)
bbox-server/src/endpoints.rs:9
Functionreq_baseurl
(req: &HttpRequest)
bbox-file-server/src/endpoints.rs:14
MethodrequestReady
(self)
bbox-map-server/qgis/plugins/ClearCapabilities/clear_capabilities.py:15
MethodrequestReady
(self)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:36
Methodrespond_to
(self, req: &HttpRequest)
bbox-common/src/static_files.rs:140
MethodresponseComplete
(self)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:54
Methodreturns_nothing
(mut self)
bbox-feature-server/codegen/client/src/apis/request.rs:88
Methodscan
(config: &DatasourceCfg)
bbox-feature-server/src/inventory.rs:62
Methodselect
(&self, query_str: &str)
bbox-map-server/src/dispatcher/mod.rs:52
Methodselect
(&mut self, _query_str: &str)
bbox-map-server/src/dispatcher/round_robin.rs:17
Methodselect
(&mut self, query_str: &str)
bbox-map-server/src/dispatcher/wms_optimized.rs:58
Methodselect
(&mut self, _query_str: &str)
bbox-map-server/src/dispatcher/rand.rs:15
MethodsendResponse
(self)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:69
FunctionserverClassFactory
(server_iface)
bbox-map-server/qgis/plugins/ClearCapabilities/__init__.py:7
FunctionserverClassFactory
(serverIface)
bbox-map-server/qgis/plugins/Instrumentation/__init__.py:1
MethodsetCachedDocument
(self, doc, project: QgsProject, request: QgsServerRequest, key: str)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:91
MethodsetCachedImage
(self, img: QByteArray, project: QgsProject, request: QgsServerRequest, key: str)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:97
Functionsingle_lcp
()
bbox-common/src/file_search.rs:71
Methodsocket_path
Constant socket path over application lifetime
bbox-map-server/src/fcgi_process.rs:150
Methodspawn_process
( fcgi_path: &str, base_dir: Option<&PathBuf>, envs: &[(&str, &str)], socket_p
bbox-map-server/src/fcgi_process.rs:62
Functionstatic_asset
(req: HttpRequest)
bbox-common/src/static_assets.rs:10
Functionswaggerui
()
bbox-server/src/endpoints.rs:98
Functiontest_process_list
()
bbox-processes-server/src/endpoints.rs:268
Functiontest_route
()
bbox-routing-server/src/endpoints.rs:300
Functiontoml_config
()
bbox-common/src/config.rs:62
Functiontruncate
(_state: &State, value: String, new_len: usize)
bbox-common/src/templates.rs:10
Methodtry_from
( hdr_value: header::IntoHeaderValue<AdditionalParameter>, )
bbox-processes-server/src/models.rs:132
Methodtry_new_http
Create an HTTP client. # Arguments `handle` - tokio reactor handle to use for execution `base_path` - base path of the client API, i.e. "www.my-api-i
bbox-feature-server/codegen/server/src/client/mod.rs:107
Methodtry_new_https
Create a client with a TLS connection to the server. # Arguments `handle` - tokio reactor handle to use for execution `base_path` - base path of the
bbox-feature-server/codegen/server/src/client/mod.rs:123
Methodtry_new_https_mutual
Create a client with a mutually authenticated TLS connection to the server. # Arguments `handle` - tokio reactor handle to use for execution `base_pa
bbox-feature-server/codegen/server/src/client/mod.rs:148
Methodtry_new_with_client_service
Constructor for creating a `Client` by passing in a pre-made `hyper` client Service. This allows adding custom wrappers around the underlying transpo
bbox-feature-server/codegen/server/src/client/mod.rs:235
Methodtry_new_with_connector
Create a client with a custom implementation of hyper::client::Connect. Intended for use with custom implementations of connect for e.g. protocol log
bbox-feature-server/codegen/server/src/client/mod.rs:186
Methodtry_new_with_hyper_client
( hyper_client: Arc<Box<dyn hyper::client::Service<Request=hyper::Request<hyper::Body>, Response=hyper
bbox-feature-server/codegen/server/src/client/mod.rs:216
Functionumn
()
bbox-map-server/src/wms_capabilities.rs:176
Functionvalhalla_route
Valhalla API endpoint <https://valhalla.readthedocs.io/en/latest/api/turn-by-turn/api-reference/>
bbox-routing-server/src/endpoints.rs:228
Functionvalid_is_shortest_lcp
()
bbox-common/src/file_search.rs:103
Functionvalid_lcp
()
bbox-common/src/file_search.rs:91
Methodwith_auth
(mut self, auth: Auth)
bbox-feature-server/codegen/client/src/apis/request.rs:93
Methodwith_body_param
(mut self, param: T)
bbox-feature-server/codegen/client/src/apis/request.rs:63
Methodwith_form_param
(mut self, basename: String, param: String)
bbox-feature-server/codegen/client/src/apis/request.rs:83
Methodwith_header_param
(mut self, basename: String, param: String)
bbox-feature-server/codegen/client/src/apis/request.rs:68
Functionwms_fcgi
( fcgi_dispatcher: web::Data<FcgiDispatcher>, suffix: web::Data<String>, project: web::Path<String
bbox-map-server/src/endpoints.rs:16
← previous301–389 of 389, ranked by callers