-
柵格源的範圍(邊界值),作為源空間參考係統中的 4 元組
(xmin, ymin, xmax, ymax)
。>>> rst = GDALRaster({'width': 10, 'height': 20, 'srid': 4326}) >>> rst.extent (0.0, -20.0, 10.0, 0.0) >>> rst.origin.x = 100 >>> rst.extent (100.0, -20.0, 110.0, 0.0)
本文介紹 django.contrib.gis.gdal.GDALRaster.extent
的用法。
聲明
extent
相關用法
- Python Django GDALRaster.skew用法及代碼示例
- Python Django GDALRaster.transform用法及代碼示例
- Python Django GDALRaster.srid用法及代碼示例
- Python Django GDALRaster.bands用法及代碼示例
- Python Django GDALRaster.scale用法及代碼示例
- Python Django GDALRaster.driver用法及代碼示例
- Python Django GDALRaster.warp用法及代碼示例
- Python Django GDALRaster.origin用法及代碼示例
- Python Django GDALRaster.metadata用法及代碼示例
- Python Django GDALRaster.srs用法及代碼示例
- Python Django GDALRaster.width用法及代碼示例
- Python Django GDALRaster.name用法及代碼示例
- Python Django GDALRaster.geotransform用法及代碼示例
- Python Django GDALRaster.height用法及代碼示例
- Python Django GDALRaster用法及代碼示例
- Python Django GDALBand.data用法及代碼示例
- Python Django GeometryCollection用法及代碼示例
- Python Django GEOSGeometry.srid用法及代碼示例
- Python Django GEOSGeometry.normalize用法及代碼示例
- Python Django GenericRelation用法及代碼示例
- Python Django Greatest用法及代碼示例
- Python Django GEOSGeometry.geom_type用法及代碼示例
- Python PIL GaussianBlur()用法及代碼示例
- Python Django Group.permissions用法及代碼示例
- Python Tableau GroupItem用法及代碼示例
注:本文由純淨天空篩選整理自djangoproject.com大神的英文原創作品 django.contrib.gis.gdal.GDALRaster.extent。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。