Go to the source code of this file.
Namespaces | |
| 1_basic_types | |
Variables | |
| 1_basic_types.cell = f2c.Cell(); | |
| 1_basic_types.cells = f2c.Cells(); | |
| 1_basic_types.cloned_p = old_p.clone() | |
| 1_basic_types.copy_p = old_p | |
| 1_basic_types.end | |
| 1_basic_types.inner_ring = f2c.LinearRing(); | |
| 1_basic_types.line1 = f2c.LineString() | |
| 1_basic_types.line2 = f2c.LineString(); | |
| 1_basic_types.lines = f2c.MultiLineString(); | |
| 1_basic_types.ogrpoint = ogr.Geometry(ogr.wkbPoint) | |
| 1_basic_types.old_p = f2c.Point(1, 2) | |
| 1_basic_types.outter_ring = f2c.LinearRing(); | |
| 1_basic_types.p1 = f2c.Point(1.2, 3.4) | |
| 1_basic_types.p2 = f2c.Point(9.8, 7.6, 5.4); | |
| 1_basic_types.p3 = f2c.Point() | |
| 1_basic_types.p4 = f2c.Point() | |
| 1_basic_types.p5 = f2c.Point() | |
| 1_basic_types.p_0 = points.getGeometry(0); | |
| 1_basic_types.points = f2c.MultiPoint(); | |
| 1_basic_types.ring = f2c.LinearRing(); | |