Class OGRGeomType
Encapsulate OGR Geometry Types.
Declaration
class OGRGeomType
source linkDocumentation
Methods
▷ def __eq__(self, other) Do an equivalence test on the OGR type with the given other OGRGeomType, the short-hand string, or the integer.
▷ def __init__(self, type_input) Figure out the correct OGR Type based upon the input.
▷ def __str__(self) Return the value of the name property.
▷ def django(self) @property Return the Django GeometryField for this OGR Type.
@property
def django(self)
▷ def name(self) @property Return a short-hand string form of the OGR Geometry type.
▷ def to_multi(self) Transform Point, LineString, Polygon, and their 25D equivalents to their Multi... counterpart.
Reexports