検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for GEOSGeometry (0.031 sec.)
GEOS API — Django 4.0.6 ドキュメント 14594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... features include: A BSD-licensed interface to the GEOS geometry routines, implemented purely in Python using ctyp ... es . Loosely-coupled to GeoDjango. For example, GEOSGeometry objects may be used outside of a Django project/ap ... NGS_MODULE set or use a database, etc. Mutability: GEOSGeometry objects may be modified. Cross-platform and tested ... ontains a brief introduction and tutorial to using GEOSGeometry objects. Creating a Geometry ¶ GEOSGeometry object ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
索引 — Django 4.0.6 ドキュメント 10449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クラス) (django.contrib.gis.measure のクラス) area (GEOSGeometry の属性) (OGRGeometry の属性) arg_joiner (Func の属 ... go.contrib.postgres.aggregates のクラス) boundary (GEOSGeometry の属性) boundary() (OGRGeometry のメソッド) BoundF ... jango.contrib.postgres.indexes のクラス) buffer() (GEOSGeometry のメソッド) buffer_with_style() (GEOSGeometry のメ ... ontrib.gis.db.models.functions のクラス) centroid (GEOSGeometry の属性) (Polygon の属性) change_form_template (Mod ...
https://man.plustar.jp/django/genindex.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 9735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0, 10 20, 20 20, 20 15, 10 10))' ) >>> z . save () GEOSGeometry objects may also be used to save geometric models: ... >>> from django.contrib.gis.geos import GEOSGeometry >>> poly = GEOSGeometry ( 'POLYGON(( 10 10, 10 20, ... 6 , poly = poly ) >>> z . save () Moreover, if the GEOSGeometry is in a different coordinate system (has a differe ... al database's transform procedure: >>> poly_3084 = GEOSGeometry ( 'POLYGON(( 10 10, 10 20, 20 20, 20 15, 10 10))' ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 8429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d returns the feed's geometry. Typically this is a GEOSGeometry instance, or can be a tuple to represent a point o ... geometry for each item in the feed. This can be a GEOSGeometry instance, or a tuple that represents a point coord ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 8098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t you would expect). Similarly, you may also use a GEOS geometry object . Here, you can combine the intersects spa ... t degrees: >>> from django.contrib.gis.geos import GEOSGeometry , Point >>> pnt = Point ( 954158.1 , 4215137.1 , s ... ded" form of WKT that includes the SRID: >>> pnt = GEOSGeometry ( 'SRID=32140;POINT(954158.1 4215137.1)' ) GeoDjan ... metry field is first accessed, GeoDjango creates a GEOSGeometry object, exposing powerful functionality, such as s ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 8098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... expression) を受け付けるようになりました。 The new GEOSGeometry.unary_union property computes the union of all the ... elements of this geometry. Added the GEOSGeometry.covers() binary predicate. Added the GDALBand.stat ... It's still wrapped in a measure of square meters.) GEOSGeometry のデフォルトの表現 (WKT の出力) がデフォルトでトリ ... ドを残しておくこともできます。 django.contrib.gis ¶ GEOSGeometry の get_srid() と set_srid() メソッドが非推奨になり ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s set to True then the geometries are converted to GEOSGeometry objects. Otherwise, they are returned as OGRGeomet ... RGeometry objects share similar functionality with GEOSGeometry objects and are thin wrappers around OGR's interna ... if an SRID cannot be determined. geos ¶ Returns a GEOSGeometry object corresponding to this geometry. gml ¶ Retur ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n a separate command). django.contrib.gis ¶ 新たな GEOSGeometry.from_gml() と OGRGeometry.from_gml() メソッドによっ ... nmaintained. If you're using it, let us know . The GEOSGeometry equality operator now also compares SRID. The Open ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unctions, supported on PostGIS and SpatiaLite. Any GEOSGeometry imported from GeoJSON now has its SRID set. Added ... のサポートが削除されました。 django.contrib.gis.geos.GEOSGeometry の get_srid() と set_srid() メソッドが削除されまし ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7906
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd snap_to_grid . A new list interface methods for GEOSGeometry objects. For more details, see the GeoDjango docum ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 NEXT