検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for SRID (0.040 sec.)
GEOS API — Django 4.0.6 ドキュメント 13421
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) All these constructors take the keyword argument srid . For example: >>> from django.contrib.gis.geos im ... , Point >>> print ( GEOSGeometry ( 'POINT (0 0)' , srid = 4326 )) SRID=4326;POINT (0 0) >>> print ( LineSt ... ring (( 0 , 0 ), ( 1 , 1 ), srid = 4326 )) SRID=4326;LINESTRING (0 0, 1 1) >>> prin ... t ( Point ( 0 , 0 , srid = 32140 )) SRID=32140;POINT (0 0) Finally, there i ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 11440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample: >>> city . geom . srs . name 'GCS_WGS_1984' srid ¶ Returns or sets the spatial reference identifier ... nformation associated with this geometry, or if an SRID cannot be determined. geos ¶ Returns a GEOSGeometr ... tial reference WKT and PROJ strings, or an integer SRID). By default nothing is returned and the geometry ... name ¶ Returns the name of this Spatial Reference. srid ¶ Returns the SRID of top-level authority, or None ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 10689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... form fields take the following optional arguments. srid ¶ Field. srid ¶ This is the SRID code that the fie ... be transformed to. For example, if the map widget SRID is different from the SRID more generally used by ... will automatically convert input values into that SRID. geom_type ¶ Field. geom_type ¶ You generally shou ... map (default is 400x600). BaseGeometryWidget. map_sridSRID code used by the map (default is 4326). Bas ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 10125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he following additional options. All are optional. srid ¶ BaseSpatialField. srid ¶ Sets the SRID [2] (Spat ... n degrees of longitude and latitude). Selecting an SRID ¶ Choosing an appropriate SRID for your model is a ... that the developer should consider carefully. The SRID is an integer specifier that corresponds to the pr ... y support is limited to PostGIS and will force the SRID to be 4326. Geography Type ¶ The geography type pr ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 8998
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e system for geometry fields is WGS84 (meaning the SRID is 4326) -- in other words, the field coordinates ... ees. To use a different coordinate system, set the SRID of the geometry field with the srid argument. Use ... not need to be converted -- it's already in WGS84 (SRID=4326). Afterward, invoke the Django shell from the ... orld/data/TM_WORLD_BORDERS-0.3.shp WorldBorder \ --srid = 4326 --mapping --multi ...\> py manage.py ogrins ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 8913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in a different coordinate system (has a different SRID value) than that of the field, then it will be imp ... licitly transformed into the SRID of the model's field, using the spatial database's ... 'POLYGON(( 10 10, 10 20, 20 20, 20 15, 10 10))' , srid = 3084 ) # SRID 3084 is 'NAD83(HARN) / Texas Centr ... width' : 10 , 'height' : 10 , 'name' : 'Canyon' , 'srid' : 4326 , ... 'scale' : [ 0.1 , - 0.1 ], 'bands' : ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 8759
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Set with true to apply to all applicable fields. --srid SRID ¶ The SRID to use for the geometry field. If ... inspect attempts to automatically determine of the SRID of the data source. 目次 GeoDjango Management Comm ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 8486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... function is automatically chosen depending on the SRID value of the geometries (e.g. ST_DistanceSphere on ... ates, as is the case with the default WGS84 (4326) SRID, you can set the spheroid keyword argument to deci ... meters. Transform ¶ class Transform ( expression , srid , ** extra ) ¶ Availability : PostGIS , Oracle, Sp ... ite Accepts a geographic field or expression and a SRID integer code, and returns the transformed geometry ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 7922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (by default, the first geometry field is picked). srid : The SRID to use for the geometry content. Defaul ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to the 'str' field poly = models . PolygonField ( srid = 4269 ) # we want our model in a different SRID d ... pefiles don't come with a '.prj' file). An integer SRID, WKT or PROJ strings, and django.contrib.gis.gdal. ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
PREV 1 2 NEXT