class documentation

class TransformPoint(list):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method x.setter Undocumented
Method y.setter Undocumented
Class Variable indices Undocumented
Instance Variable ​_prop Undocumented
Instance Variable ​_raster Undocumented
Property x Undocumented
Property y Undocumented
def __init__(self, raster, prop):

Undocumented

@x.setter
def x(self, value):

Undocumented

@y.setter
def y(self, value):

Undocumented

indices: dict =

Undocumented

_prop =

Undocumented

_raster =

Undocumented

@property
x =

Undocumented

@property
y =

Undocumented