Home
last modified time | relevance | path

Searched defs:llbbox (Results 1 – 5 of 5) sorted by relevance

/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/proj/azimuthal/
H A Dazimuthal.py53 def world_bounds(self, bbox, llbbox=(-180, -90, 180, 90)): argument
62 def sea_shape(self, llbbox=(-180, -90, 180, 90)): argument
/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/proj/
H A Dbase.py125 def world_bounds(self, bbox, llbbox=(-180, -90, 180, 90)): argument
131 def bounding_geometry(self, llbbox=(-180, -90, 180, 90), projected=False): argument
H A Dpseudocylindrical.py400 def world_bounds(self, bbox, llbbox=(-180, -90, 180, 90)): argument
409 def sea_shape(self, llbbox=(-180, -90, 180, 90)): argument
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DLLRegion.cpp61 LLRegion::LLRegion( const LLBBox& llbbox ) in LLRegion()
H A DglChartCanvas.cpp2167 LLBBox llbbox = vp.GetBBox(); in GridDraw() local