class documentation

class SameAsLookup(GISLookup): (source)

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 = (source)

Undocumented