検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for distance (0.025 sec.)
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 12363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PostGIS equivalent: SELECT ... WHERE poly <<| geom Distance Lookups ¶ Availability : PostGIS, Oracle, MariaDB, ... e, PGRaster (Native) For an overview on performing distance queries, please refer to the distance queries intr ... oduction . Distance lookups take the following form: < field > __ < di ... stance lookup >= ( < geometry / raster > , < distance value > [, 'spheroid' ]) < field > __ < distance l ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Measurement Objects — Django 4.0.6 ドキュメント 11794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bjects that allow for convenient representation of distance and area units of measure. [1] Specifically, it im ... plements two objects, Distance and Area -- both of which may be accessed via the ... onvenience aliases, respectively. カスタマイズ例 ¶ Distance objects may be instantiated using a keyword argume ... of the units. In the example below, two different distance objects are instantiated in units of kilometers ( ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 11621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... currently only available for the PostGIS backend. Distance Queries ¶ はじめに ¶ Distance calculations with sp ... ecause, unfortunately, the Earth is not flat. Some distance queries with fields in a geographic coordinate sys ... eoDjango Model API documentation for more details. Distance Lookups ¶ Availability : PostGIS, MariaDB, MySQL, ... racle, SpatiaLite, PGRaster (Native) The following distance lookups are available: distance_lt distance_lte di ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 10311
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zimuth Difference ForcePolygonCW AsGeoJSON IsValid Distance BoundingCircle Intersection MakeValid AsGML MemSiz ... e GeometryDistance Centroid SymDifference Reverse AsKML NumGeometries ... eometry A that does not intersect with geometry B. Distance ¶ class Distance ( expr1 , expr2 , spheroid = None ... o geographic fields or expressions and returns the distance between them, as a Distance object. On MySQL, a ra ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 8811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with the distribution. # # 3. Neither the name of Distance nor the names of its contributors may be used # to ... F ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # """ Distance and Area objects to allow for sensible and conveni ... t total_ordering __all__ = [ "A" , "Area" , "D" , "Distance" ] NUMERIC_TYPES = ( int , float , Decimal ) AREA_ ... ted with " %s "' % unit_str ) [ドキュメント] class Distance ( MeasureBase ): STANDARD_UNIT = "m" UNITS = { "ch ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 8345
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. However, latitude and longitude are angles, not distances. In other words, while the shortest path between ... Thus, additional computation is required to obtain distances in planar units (e.g., kilometers and miles). Usi ... SpatiaLite does not have the capability to perform distance calculations between geometries using geographic c ... n Cartesian units (such as meters or feet), easing distance calculations. 注釈 If you wish to perform arbitrar ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Full text search — Django 4.0.6 ドキュメント 8345
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( '-similarity' ) [<Author: Katy Stevens>] TrigramDistance ¶ class TrigramDistance ( expression , string , ** ... n, and a string or expression. Returns the trigram distance between the two arguments. Usage example: >>> from ... django.contrib.postgres.search import TrigramDistance >>> Author . objects . create ( name = 'Katy Steve ... ie Stephens' >>> Author . objects . annotate ( ... distance = TrigramDistance ( 'name' , test ), ... ) . filte ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 8242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns a GEOSGeometry that represents all points whose distance from this geometry is less than or equal to the gi ... do not make up other. GEOSGeometry. interpolate ( distance ) ¶ GEOSGeometry. interpolate_normalized ( distanc ... e ) ¶ Given a distance (float), returns the point (or closest point) with ... geometry ( LineString or MultiLineString ) at that distance. The normalized version takes the distance as a fl ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 8138
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d Saving Models with Raster Fields Spatial Lookups Distance Queries Compatibility Tables GeoDjango Forms API F ... gets GIS QuerySet API リファレンス Spatial Lookups Distance Lookups Geographic Database Functions Area AsGeoJS ... B AsWKT Azimuth BoundingCircle Centroid Difference Distance Envelope ForcePolygonCW GeoHash GeometryDistance I ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
索引 — Django 4.0.6 ドキュメント 7638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Model のメソッド) __getattr__() (Area のメソッド) (Distance のメソッド) __getitem__() (backends.base.SessionBa ... モジュール) display_raw (BaseGeometryWidget の属性) Distance (django.contrib.gis.db.models.functions のクラス) ... (django.contrib.gis.measure のクラス) distance() (GEOSGeometry のメソッド) distance_gt field look ... up type distance_gte field lookup type distance_lt field lookup typ ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 NEXT