class OGRGeomType:
Instance Variable | num |
Undocumented |
Method | __eq__ |
Do an equivalence test on the OGR type with the given other OGRGeomType, the short-hand string, or the integer. |
Method | __init__ |
Figure out the correct OGR Type based upon the input. |
Method | __str__ |
Return the value of the name property. |
Method | to_multi |
Transform Point, LineString, Polygon, and their 25D equivalents to their Multi... counterpart. |
Class Variable | _str_types |
Undocumented |
Class Variable | _types |
Undocumented |
Class Variable | wkb25bit |
Undocumented |
Property | django |
Return the Django GeometryField for this OGR Type. |
Property | name |
Return a short-hand string form of the OGR Geometry type. |