Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▾ gis
▸ admin
▸ apps
▸ db
▸ feeds
▸ forms
▾ gdal
▸ base
▸ datasource
▸ driver
▸ envelope
▸ error
▸ feature
▸ field
▾ geometries
class
GeometryCollection
class
LineString
class
LinearRing
class
MultiLineString
class
MultiPoint
class
MultiPolygon
class
OGRGeometry
class
Point
class
Polygon
▸ geomtype
▸ layer
▸ libgdal
▸ prototypes
▸ raster
▸ srs
▸ geoip2
▸ geometry
▸ geos
▸ management
▸ measure
▸ ptr
▸ serializers
▸ shortcuts
▸ sitemaps
▸ utils
▸ views
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class LineString
django
.
contrib
.
gis
.
gdal
.
geometries
.
LineString
Declaration
class
LineString(
OGRGeometry
)
source
link
Methods
▷
def
__getitem__
(
self, index
)
Return the Point at the given index.
source
link
▷
def
__len__
(
self
)
Return the number of points in the LineString.
source
link
▷
def
tuple
(
self
)
@property
Return the tuple representation of this LineString.
@property
def
tuple(
self
)
source
link
▷
def
x
(
self
)
@property
Return the X coordinates in a list.
@property
def
x(
self
)
source
link
▷
def
y
(
self
)
@property
Return the Y coordinates in a list.
@property
def
y(
self
)
source
link
▷
def
z
(
self
)
@property
Return the Z coordinates in a list.
@property
def
z(
self
)
source
link
Inherited methods
Methods inherited from
django
.
contrib
.
gis
.
gdal
.
geometries
.
OGRGeometry
:
__and__
,
__eq__
,
__getstate__
,
__init__
,
__or__
,
__setstate__
,
__str__
,
__sub__
,
__xor__
,
area
,
boundary
,
clone
,
close_rings
,
contains
,
convex_hull
,
crosses
,
difference
,
dimension
,
disjoint
,
empty
,
envelope
,
equals
,
ewkt
,
extent
,
from_bbox
,
from_gml
,
from_json
,
geom_count
,
geom_name
,
geom_type
,
geos
,
gml
,
hex
,
intersection
,
intersects
,
json
,
kml
,
num_coords
,
num_points
,
overlaps
,
point_count
,
sym_difference
,
touches
,
transform
,
union
,
within
,
wkb
,
wkb_size
,
wkt
Methods inherited from
django
.
contrib
.
gis
.
ptr
.
CPointerBase
:
__del__
,
ptr
Subclasses
django
.
contrib
.
gis
.
gdal
.
geometries
.
LinearRing
Generated by
nedoc
v0.9 at 2020-12-29 14:04