GeoDataPolygon Class Reference
from PyKDE4.marble import *
Inherits: Marble.GeoDataGeometry → Marble.GeoDataObject → Marble.GeoNode
Namespace: Marble
Detailed Description
Methods | |
__init__ (self, Marble.TessellationFlags f=Marble.NoTessellation) | |
__init__ (self, Marble.GeoDataGeometry other) | |
appendInnerBoundary (self, Marble.GeoDataLinearRing boundary) | |
bool | contains (self, Marble.GeoDataCoordinates coordinates) |
QVector | innerBoundaries (self) |
bool | isClosed (self) |
Marble.GeoDataLatLonAltBox | latLonAltBox (self) |
Marble.GeoDataLinearRing | outerBoundary (self) |
pack (self, QDataStream stream) | |
setOuterBoundary (self, Marble.GeoDataLinearRing boundary) | |
setTessellate (self, bool tessellate) | |
setTessellationFlags (self, Marble.TessellationFlags f) | |
bool | tessellate (self) |
Marble.TessellationFlags | tessellationFlags (self) |
unpack (self, QDataStream stream) |
Method Documentation
__init__ | ( | self, | ||
Marble.TessellationFlags | f=Marble.NoTessellation | |||
) |
__init__ | ( | self, | ||
Marble.GeoDataGeometry | other | |||
) |
appendInnerBoundary | ( | self, | ||
Marble.GeoDataLinearRing | boundary | |||
) |
bool contains | ( | self, | ||
Marble.GeoDataCoordinates | coordinates | |||
) |
QVector |
( | self ) |
bool isClosed | ( | self ) |
Marble.GeoDataLatLonAltBox latLonAltBox | ( | self ) |
Marble.GeoDataLinearRing outerBoundary | ( | self ) |
pack | ( | self, | ||
QDataStream | stream | |||
) |
setOuterBoundary | ( | self, | ||
Marble.GeoDataLinearRing | boundary | |||
) |
setTessellate | ( | self, | ||
bool | tessellate | |||
) |
setTessellationFlags | ( | self, | ||
Marble.TessellationFlags | f | |||
) |
bool tessellate | ( | self ) |
Marble.TessellationFlags tessellationFlags | ( | self ) |
unpack | ( | self, | ||
QDataStream | stream | |||
) |