Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mapnik3
  • Project information
    • Project information
    • Activity
    • Members
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
Collapse sidebar
  • 周峰
  • mapnik3
  • Wiki
  • mapnik.Datasource

mapnik.Datasource · Changes

Page history
clone mapnik wiki from github. authored May 14, 2021 by 周峰's avatar 周峰
Show whitespace changes
Inline Side-by-side
mapnik.Datasource.md 0 → 100644
View page @ 8516de00
<class 'mapnik.Datasource'>
###all_features
None
###bind
bind( (Datasource)arg1) -> None :
C++ signature :
void bind(mapnik::datasource {lvalue})
###describe
None
###descriptor
descriptor( (Datasource)arg1) -> object :
C++ signature :
mapnik::layer_descriptor descriptor(mapnik::datasource {lvalue})
###encoding
encoding( (Datasource)arg1) -> str :
C++ signature :
std::string encoding(boost::shared_ptr<mapnik::datasource>)
###envelope
envelope( (Datasource)arg1) -> Box2d :
C++ signature :
mapnik::box2d<double> envelope(mapnik::datasource {lvalue})
###features
features( (Datasource)arg1, (Query)arg2) -> Featureset :
C++ signature :
boost::shared_ptr<mapnik::Featureset> features(mapnik::datasource {lvalue},mapnik::query)
###features_at_point
features_at_point( (Datasource)arg1, (Coord)arg2) -> Featureset :
C++ signature :
boost::shared_ptr<mapnik::Featureset> features_at_point(mapnik::datasource {lvalue},mapnik::coord<double, 2>)
###featureset
None
###field_types
field_types( (Datasource)arg1) -> list :
C++ signature :
boost::python::list field_types(boost::shared_ptr<mapnik::datasource>)
###fields
fields( (Datasource)arg1) -> list :
C++ signature :
boost::python::list fields(boost::shared_ptr<mapnik::datasource>)
###name
name( (Datasource)arg1) -> str :
C++ signature :
std::string name(boost::shared_ptr<mapnik::datasource>)
###params
params( (Datasource)arg1) -> Parameters :
The configuration parameters of the data source. These vary depending on the type of data source.
C++ signature :
mapnik::parameters params(mapnik::datasource {lvalue})
Clone repository
  • A perfect testcase
  • API changes between v2.0 and v2.1
  • API changes between v3.0 and v3.1
  • AWS Lambda
  • About Mapnik
  • AlsoFilter
  • Api changes between v2.1 and v2.2
  • Api changes between v2.2 and v2.3
  • Api changes between v2.3 and v3.0
  • ArchInstallation
  • Aspect Fix Mode
  • Benchmark Notes
  • BoundsClipping
  • BrokenExceptions
  • BuildingSymbolizer
View All Pages