検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for geom (0.007 sec.)
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 14397
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spatial lookups in this section are available for GeometryField and RasterField . For an introduction, se ... All examples in the reference below are given for geometry fields and inputs, but the lookups can be used ... r input, the input is automatically converted to a geometry where necessary using the ST_Polygon function. ... of the lookup, and raster input can be mixed with geometry inputs. Bilateral raster support B : the opera ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
OGR Inspection — Django 4.0.6 ドキュメント 9250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me , ** kwargs ) mapping ¶ mapping ( data_source , geom_name = 'geom' , layer_key = 0 , multi_geom = False ... zer 関連キーワード OGR , Inspection , ogrinspect , geom , data , mapping , トピック , up , next , previous ...
https://man.plustar.jp/django/ref/contrib/gis/ogrinspect.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 9179
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for loop. The Layer itself acts as a container for geometric features. Typically, all the features in a gi ... ven layer have the same geometry type. The geom_type property of a layer is an ... OGRGeomType that identifies the feature type. We can use i ... %i %s s' % ( layer . name , len ( layer ), layer . geom_type . name )) ... Layer "cities": 3 Points The ex ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 8737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... overridden command is spatially-aware, and places geometry fields in the auto-generated model definition, ... . Set to true to apply to all OGR float fields. --geom-name GEOM_NAME ¶ Specifies the model attribute nam ... e to use for the geometry field. Defaults to 'geom' . --layer LAYER_KEY ... ing dictionary for use with LayerMapping . --multi-geom ¶ When generating the geometry field, treat it as ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 8702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... API ¶ Background ¶ What is GEOS? ¶ GEOS stands for Geometry Engine - Open Source , and is a C++ library, p ... ures include: A BSD-licensed interface to the GEOS geometry routines, implemented purely in Python using c ... s . Loosely-coupled to GeoDjango. For example, GEOSGeometry objects may be used outside of a Django projec ... MODULE set or use a database, etc. Mutability: GEOSGeometry objects may be modified. Cross-platform and te ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 8525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... automatically convert input values into that SRID. geom_type ¶ Field. geom_type ¶ You generally shouldn't ... n the field class. It matches the OpenGIS standard geometry name. Form field classes ¶ GeometryField ¶ cla ... ss GeometryField ¶ PointField ¶ class PointField ¶ LineStr ... ld ¶ MultiPolygonField ¶ class MultiPolygonField ¶ GeometryCollectionField ¶ class GeometryCollectionField ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 8454
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Its features include: Django model fields for OGC geometries and raster data. Extensions to Django's ORM ... sely-coupled, high-level Python interfaces for GIS geometry and raster operations and data manipulation in ... different formats. Editing geometry fields from the admin. This tutorial assumes f ... .shp : Holds the vector data for the world borders geometries. .shx : Spatial index file for geometries st ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
索引 — Django 4.0.6 ドキュメント 7888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ラインオプション loaddata コマンドラインオプション --geom-name ogrinspect コマンドラインオプション --ignore ... ge makemigrations コマンドラインオプション --multi-geom ogrinspect コマンドラインオプション --name makemig ... sionBase のメソッド) (HttpResponse のメソッド) (OGRGeometry のメソッド) (QueryDict のメソッド) (SpatialRef ... t のメソッド) (ModelChoiceIterator のメソッド) (OGRGeometry のメソッド) __len__() (OGRGeometry のメソッド) ...
https://man.plustar.jp/django/genindex.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 7888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango supports spatial functions operating on real geometries available in modern MySQL versions. However, ... for raster fields. Creating and Saving Models with Geometry Fields ¶ Here is an example of how to create a ... geometry object (assuming the Zipcode model): >>> from ... 0 20, 20 20, 20 15, 10 10))' ) >>> z . save () GEOSGeometry objects may also be used to save geometric mod ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 7853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield Types ¶ Spatial fields consist of a series of geometry field types and one raster field type. Each of ... the geometry field types correspond to the OpenGIS Simple F ... n [1] . There is no such standard for raster data. GeometryField ¶ class GeometryField ¶ The base class fo ... r geometry fields. PointField ¶ class PointField ¶ Stores ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
PREV 1 2 NEXT