class GEOSCoordSeq(GEOSBase):
Method | __getitem__ |
Return the coordinate sequence value at the given index. |
Method | __init__ |
Initialize from a GEOS pointer. |
Method | __iter__ |
Iterate over each point in the coordinate sequence. |
Method | __len__ |
Return the number of points in the coordinate sequence. |
Method | __setitem__ |
Set the coordinate sequence value at the given index. |
Method | __str__ |
Return the string representation of the coordinate sequence. |
Method | _checkdim |
Check the given dimension. |
Method | _checkindex |
Check the given index. |
Method | _get_point_2d |
Undocumented |
Method | _get_point_3d |
Undocumented |
Method | _get_x |
Undocumented |
Method | _get_y |
Undocumented |
Method | _get_z |
Undocumented |
Method | _set_point_2d |
Undocumented |
Method | _set_point_3d |
Undocumented |
Method | _set_x |
Undocumented |
Method | _set_y |
Undocumented |
Method | _set_z |
Undocumented |
Method | clone |
Clone this coordinate sequence. |
Method | getOrdinate |
Return the value for the given dimension and index. |
Method | getX |
Get the X value at the index. |
Method | getY |
Get the Y value at the given index. |
Method | getZ |
Get Z with the value at the given index. |
Method | setOrdinate |
Set the value for the given dimension and index. |
Method | setX |
Set X with the value at the given index. |
Method | setY |
Set Y with the value at the given index. |
Method | setZ |
Set Z with the value at the given index. |
Instance Variable | _ptr |
Undocumented |
Instance Variable | _z |
Undocumented |
Property | _point_getter |
Undocumented |
Property | dims |
Return the dimensions of this coordinate sequence. |
Property | hasz |
Return whether this coordinate sequence is 3D. This property value is inherited from the parent Geometry. |
Property | is_counterclockwise |
Return whether this coordinate sequence is counterclockwise. |
Property | kml |
Return the KML representation for the coordinates. |
Property | size |
Return the size of this coordinate sequence. |
Property | tuple |
Return a tuple version of this coordinate sequence. |
Inherited from CPointerBase
(via GEOSBase
):
Method | __del__ |
Free the memory used by the C++ object. |
Method | ptr.setter |
Undocumented |
Class Variable | destructor |
Undocumented |
Property | ptr |
Undocumented |