Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbox-services/bbox
/ functions
Functions
389 in github.com/bbox-services/bbox
⨍
Functions
389
◇
Types & classes
260
Method
new
(_type: Type, features: Vec<crate::models::FeatureGeoJson>)
bbox-feature-server/codegen/client/src/models/feature_collection_geo_json.rs:34
Method
new
(_type: Type, coordinates: Vec<Vec<Vec<f32>>>)
bbox-feature-server/codegen/client/src/models/polygon_geo_json.rs:23
Method
new
(conforms_to: Vec<String>)
bbox-feature-server/codegen/client/src/models/conf_classes.rs:21
Method
new
The temporal extent of the features in the collection.
bbox-feature-server/codegen/client/src/models/extent_temporal.rs:27
Method
new
(_type: Type, coordinates: Vec<Vec<Vec<f32>>>)
bbox-feature-server/codegen/client/src/models/multilinestring_geo_json.rs:23
Method
new
The spatial extent of the features in the collection.
bbox-feature-server/codegen/client/src/models/extent_spatial.rs:27
Method
new
(id: String, links: Vec<models::Link>, )
bbox-feature-server/codegen/server/src/models.rs:49
Method
new
(api_impl: U)
bbox-feature-server/codegen/server/src/server/mod.rs:91
Method
new
(inner: T)
bbox-feature-server/codegen/server/src/server/context.rs:25
Method
new
()
bbox-feature-server/codegen/server/examples/server_lib/mod.rs:22
Method
new
()
bbox-feature-server/codegen/server/examples/server_lib/server.rs:28
Method
new
(config: QgisBackendCfg)
bbox-map-server/src/wms_fcgi_backend.rs:37
Method
new
( fcgi_path: String, base_dir: Option<PathBuf>, backend: &dyn FcgiBackendType,
bbox-map-server/src/fcgi_process.rs:124
Method
new
()
bbox-map-server/src/dispatcher/mod.rs:20
Method
new
(_config: &DispatchConfig, pools: &Vec<FcgiClientPool>)
bbox-map-server/src/dispatcher/round_robin.rs:11
Method
new
(_config: &DispatchConfig, pools: &Vec<FcgiClientPool>)
bbox-map-server/src/dispatcher/wms_optimized.rs:30
Method
new
(_config: &DispatchConfig, pools: &Vec<FcgiClientPool>)
bbox-map-server/src/dispatcher/rand.rs:10
Method
new
()
bbox-routing-server/src/engine.rs:31
Method
new
(base_dir: PathBuf)
bbox-tile-server/src/files.rs:15
Method
new
()
bbox-common/src/api.rs:11
Method
new_pool
(url: &str)
bbox-feature-server/src/datasource/postgis.rs:27
Method
new_pool
(gpkg: &str)
bbox-feature-server/src/datasource/gpkg.rs:29
Method
new_service
(&self)
bbox-feature-server/codegen/server/src/server/mod.rs:106
Method
new_service
(&self)
bbox-feature-server/codegen/server/src/server/context.rs:45
Method
new_service
Instantiate a new server.
bbox-feature-server/codegen/server/examples/server_lib/mod.rs:34
Function
no_lcp
()
bbox-common/src/file_search.rs:79
Method
open
(_: &E, path: P)
bbox-common/src/static_files.rs:93
Method
open_impl
(path: &Path)
bbox-common/src/static_files.rs:105
Function
openapi_json
Serve openapi.json
bbox-server/src/endpoints.rs:88
Function
openapi_yaml
Serve openapi.yaml
bbox-server/src/endpoints.rs:81
Method
parse_operation_id
(request: &Request)
bbox-feature-server/codegen/server/src/server/mod.rs:585
Function
pg_bbox_filter
()
bbox-feature-server/src/datasource/postgis.rs:340
Function
pg_content
()
bbox-feature-server/src/datasource/postgis.rs:306
Function
pg_features
()
bbox-feature-server/src/datasource/postgis.rs:320
Function
plugin_xml
(plugins_index: web::Data<PluginIndex>, req: HttpRequest)
bbox-file-server/src/endpoints.rs:19
Function
prev_next
()
bbox-feature-server/src/filter_params.rs:91
Function
process_list
retrieve the list of available processes
bbox-processes-server/src/endpoints.rs:17
Function
put_files
(args: &Cli)
bbox-tile-server/src/s3putfiles.rs:133
Method
put_tile
( &self, path: String, mut input: Box<dyn std::io::Read + Send + Sync>, )
bbox-tile-server/src/files.rs:31
Function
qgis
()
bbox-map-server/src/wms_capabilities.rs:340
Function
qgis_getprojectsettings
()
bbox-map-server/src/wms_capabilities.rs:643
Function
query_test
()
bbox-processes-server/src/dagster.rs:743
Method
recycle
( &self, _fcgi: &mut FcgiClient, )
bbox-map-server/src/fcgi_process.rs:273
Function
redoc
()
bbox-server/src/endpoints.rs:102
Function
register
(cfg: &mut web::ServiceConfig)
bbox-processes-server/src/endpoints.rs:244
Function
register
(cfg: &mut web::ServiceConfig)
bbox-map-viewer/src/endpoints.rs:101
Function
register_endpoints
(cfg: &mut web::ServiceConfig)
bbox-common/src/static_assets.rs:29
Function
relurl
(req: &HttpRequest, path: &str)
bbox-server/src/endpoints.rs:9
Function
req_baseurl
(req: &HttpRequest)
bbox-file-server/src/endpoints.rs:14
Method
requestReady
(self)
bbox-map-server/qgis/plugins/ClearCapabilities/clear_capabilities.py:15
Method
requestReady
(self)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:36
Method
respond_to
(self, req: &HttpRequest)
bbox-common/src/static_files.rs:140
Method
responseComplete
(self)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:54
Method
returns_nothing
(mut self)
bbox-feature-server/codegen/client/src/apis/request.rs:88
Method
scan
(config: &DatasourceCfg)
bbox-feature-server/src/inventory.rs:62
Method
select
(&self, query_str: &str)
bbox-map-server/src/dispatcher/mod.rs:52
Method
select
(&mut self, _query_str: &str)
bbox-map-server/src/dispatcher/round_robin.rs:17
Method
select
(&mut self, query_str: &str)
bbox-map-server/src/dispatcher/wms_optimized.rs:58
Method
select
(&mut self, _query_str: &str)
bbox-map-server/src/dispatcher/rand.rs:15
Method
sendResponse
(self)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:69
Function
serverClassFactory
(server_iface)
bbox-map-server/qgis/plugins/ClearCapabilities/__init__.py:7
Function
serverClassFactory
(serverIface)
bbox-map-server/qgis/plugins/Instrumentation/__init__.py:1
Method
setCachedDocument
(self, doc, project: QgsProject, request: QgsServerRequest, key: str)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:91
Method
setCachedImage
(self, img: QByteArray, project: QgsProject, request: QgsServerRequest, key: str)
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py:97
Function
single_lcp
()
bbox-common/src/file_search.rs:71
Method
socket_path
Constant socket path over application lifetime
bbox-map-server/src/fcgi_process.rs:150
Method
spawn_process
( fcgi_path: &str, base_dir: Option<&PathBuf>, envs: &[(&str, &str)], socket_p
bbox-map-server/src/fcgi_process.rs:62
Function
static_asset
(req: HttpRequest)
bbox-common/src/static_assets.rs:10
Function
swaggerui
()
bbox-server/src/endpoints.rs:98
Function
test_process_list
()
bbox-processes-server/src/endpoints.rs:268
Function
test_route
()
bbox-routing-server/src/endpoints.rs:300
Function
toml_config
()
bbox-common/src/config.rs:62
Function
truncate
(_state: &State, value: String, new_len: usize)
bbox-common/src/templates.rs:10
Method
try_from
( hdr_value: header::IntoHeaderValue<AdditionalParameter>, )
bbox-processes-server/src/models.rs:132
Method
try_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
Method
try_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
Method
try_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
Method
try_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
Method
try_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
Method
try_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
Function
umn
()
bbox-map-server/src/wms_capabilities.rs:176
Function
valhalla_route
Valhalla API endpoint <https://valhalla.readthedocs.io/en/latest/api/turn-by-turn/api-reference/>
bbox-routing-server/src/endpoints.rs:228
Function
valid_is_shortest_lcp
()
bbox-common/src/file_search.rs:103
Function
valid_lcp
()
bbox-common/src/file_search.rs:91
Method
with_auth
(mut self, auth: Auth)
bbox-feature-server/codegen/client/src/apis/request.rs:93
Method
with_body_param
(mut self, param: T)
bbox-feature-server/codegen/client/src/apis/request.rs:63
Method
with_form_param
(mut self, basename: String, param: String)
bbox-feature-server/codegen/client/src/apis/request.rs:83
Method
with_header_param
(mut self, basename: String, param: String)
bbox-feature-server/codegen/client/src/apis/request.rs:68
Function
wms_fcgi
( fcgi_dispatcher: web::Data<FcgiDispatcher>, suffix: web::Data<String>, project: web::Path<String
bbox-map-server/src/endpoints.rs:16
← previous
301–389 of 389, ranked by callers