class documentation

class SameAsLookup(GISLookup):

View In Hierarchy

The "~=" operator is the "same as" operator. It tests actual geometric equality of two features. So if A and B are the same feature, vertex-by-vertex, the operator returns true.
Class Variable lookup​_name Undocumented

Inherited from GISLookup:

Method __init__ Undocumented
Method as​_sql Undocumented
Method get​_db​_prep​_lookup Undocumented
Method get​_rhs​_op Undocumented
Method process​_band​_indices Extract the lhs band index from the band transform class and the rhs band index from the input tuple.
Method process​_rhs Undocumented
Method process​_rhs​_params Undocumented
Class Variable distance Undocumented
Class Variable sql​_template Undocumented
Class Variable transform​_func Undocumented
Instance Variable band​_lhs Undocumented
Instance Variable band​_rhs Undocumented
Instance Variable rhs Undocumented
Instance Variable template​_params Undocumented
lookup_name: str =

Undocumented