Variables | |
cell = f2c.Cell(); | |
cells = f2c.Cells(); | |
cloned_p = old_p.clone() | |
copy_p = old_p | |
end | |
inner_ring = f2c.LinearRing(); | |
line1 = f2c.LineString() | |
line2 = f2c.LineString(); | |
lines = f2c.MultiLineString(); | |
ogrpoint = ogr.Geometry(ogr.wkbPoint) | |
old_p = f2c.Point(1, 2) | |
outter_ring = f2c.LinearRing(); | |
p1 = f2c.Point(1.2, 3.4) | |
p2 = f2c.Point(9.8, 7.6, 5.4); | |
p3 = f2c.Point() | |
p4 = f2c.Point() | |
p5 = f2c.Point() | |
p_0 = points.getGeometry(0); | |
points = f2c.MultiPoint(); | |
ring = f2c.LinearRing(); | |
1_basic_types.cell = f2c.Cell(); |
Definition at line 88 of file 1_basic_types.py.
1_basic_types.cells = f2c.Cells(); |
Definition at line 93 of file 1_basic_types.py.
1_basic_types.cloned_p = old_p.clone() |
Definition at line 45 of file 1_basic_types.py.
1_basic_types.copy_p = old_p |
Definition at line 50 of file 1_basic_types.py.
1_basic_types.end |
Definition at line 76 of file 1_basic_types.py.
1_basic_types.inner_ring = f2c.LinearRing(); |
Definition at line 84 of file 1_basic_types.py.
1_basic_types.line1 = f2c.LineString() |
Definition at line 56 of file 1_basic_types.py.
1_basic_types.line2 = f2c.LineString(); |
Definition at line 61 of file 1_basic_types.py.
1_basic_types.lines = f2c.MultiLineString(); |
Definition at line 73 of file 1_basic_types.py.
1_basic_types.ogrpoint = ogr.Geometry(ogr.wkbPoint) |
Definition at line 20 of file 1_basic_types.py.
1_basic_types.old_p = f2c.Point(1, 2) |
Definition at line 44 of file 1_basic_types.py.
1_basic_types.outter_ring = f2c.LinearRing(); |
Definition at line 81 of file 1_basic_types.py.
1_basic_types.p1 = f2c.Point(1.2, 3.4) |
Definition at line 11 of file 1_basic_types.py.
1_basic_types.p2 = f2c.Point(9.8, 7.6, 5.4); |
Definition at line 15 of file 1_basic_types.py.
1_basic_types.p3 = f2c.Point() |
Definition at line 22 of file 1_basic_types.py.
1_basic_types.p4 = f2c.Point() |
Definition at line 28 of file 1_basic_types.py.
1_basic_types.p5 = f2c.Point() |
Definition at line 37 of file 1_basic_types.py.
1_basic_types.p_0 = points.getGeometry(0); |
Definition at line 109 of file 1_basic_types.py.
1_basic_types.points = f2c.MultiPoint(); |
Definition at line 97 of file 1_basic_types.py.
1_basic_types.ring = f2c.LinearRing(); |
Definition at line 68 of file 1_basic_types.py.