Home
last modified time | relevance | path

Searched refs:map_proj (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimGeoTiff.cpp1073 parseProjection(map_proj); in readTags()
1300 parseProjection(map_proj); in readTags()
2110 if (!parseProjection(map_proj)) in parsePcsCode()
2133 if (!parseProjection(map_proj)) in parseGcsCode()
2147 if (map_proj == NULL) in parseProjection()
2151 if (map_proj->isGeographic()) in parseProjection()
2165 theFalseEasting = map_proj->getFalseEasting(); in parseProjection()
2167 theStdPar1 = map_proj->getStandardParallel1(); in parseProjection()
2169 thePcsCode = map_proj->getPcsCode(); in parseProjection()
2174 ossimGpt origin(map_proj->origin()); in parseProjection()
[all …]
/dports/devel/py-xarray/xarray-0.20.1/doc/gallery/
H A Dplot_cartopy_facetgrid.py27 map_proj = ccrs.LambertConformal(central_longitude=-95, central_latitude=45) variable
34 subplot_kws={"projection": map_proj}, # the plot's projection
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageGeometry.cpp406 if (map_proj && !m_transform.valid()) in getDegreesPerPixel()
409 dpp = map_proj->getDecimalDegreesPerPixel(); in getDegreesPerPixel()
741 const ossimMapProjection* map_proj = in getTiePoint() local
743 if (map_proj) in getTiePoint()
745 if(!map_proj->isGeographic()) in getTiePoint()
759 ossimDpt half_pixel_shift = map_proj->getDecimalDegreesPerPixel() * 0.5; in getTiePoint()
783 const ossimMapProjection* map_proj = in getTiePoint()
785 if (map_proj && !map_proj->isGeographic()) in getTiePoint()
890 if (!map_proj || map_proj->isGeographic()) in getTiePoint()
909 map_proj->lineSampleToEastingNorthing(ful, tie); in getTiePoint()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapuvraster.c384 projectionObj map_proj; in msUVRASTERGetSearchRect() local
394 msInitProjection(&map_proj); in msUVRASTERGetSearchRect()
395 msCopyProjection(&map_proj, &map->projection); in msUVRASTERGetSearchRect()
396 map_proj.gt.need_geotransform = MS_FALSE; in msUVRASTERGetSearchRect()
413 msProjectRect(&layer->projection, &map_proj, &layer_extent); in msUVRASTERGetSearchRect()
451 msProjectRect(&map_proj, &layer->projection, &searchrect); in msUVRASTERGetSearchRect()
456 msFreeProjection(&map_proj); in msUVRASTERGetSearchRect()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/projection/
H A DossimAdjMapModel.h46 ossimAdjMapModel(ossimMapProjection* map_proj, const ossimIpt& image_size);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimAdjMapModel.cpp60 ossimAdjMapModel::ossimAdjMapModel(ossimMapProjection* map_proj, in ossimAdjMapModel() argument
65 theMapProjection(map_proj), in ossimAdjMapModel()
H A DossimEpsgProjectionDatabase.cpp452 ossimRefPtr<ossimMapProjection> map_proj = 0; in findProjection() local
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_geo.c702 int map_proj=0;
1310 map_proj = 1; // Transverse Mercator
1314 map_proj = 0; // Lat/Lon, default
2796 (map_y_0 <= map_y_max) || (map_proj == 1 && !map_done && scr_y < screen_height);
2815 if (map_proj == 1) // Transverse Mercator correction in x
2847 if (map_proj == 1) // Transverse Mercator correction in y
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimGeoTiff.h231 bool parseProjection(ossimMapProjection* map_proj);
/dports/devel/py-xarray/xarray-0.20.1/doc/examples/
H A Dvisualization_gallery.ipynb64 "map_proj = ccrs.LambertConformal(central_longitude=-95, central_latitude=45)\n",
71 " subplot_kws={\"projection\": map_proj},\n",