Package sld :: Class PropertyCriterion
[hide private]
[frames] | no frames]

Class PropertyCriterion

source code


General property criterion class for all property comparitors. A PropertyCriterion is a child of a Filter element.

Valid property comparitors that are represented by this class are:


Properties:
Instance Methods [hide private]
 
__init__(self, parent, name, descendant=True)
Create a new PropertyCriterion node, as a child of the specified parent.
source code

Inherited from SLDNode: create_element, get_or_create_element

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from SLDNode: makeproperty

Class Variables [hide private]

Inherited from SLDNode (private): _nsmap

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, name, descendant=True)
(Constructor)

source code 

Create a new PropertyCriterion node, as a child of the specified parent. A PropertyCriterion is not represented in the SLD Spec. This class is a generalization of many of the PropertyIs... elements present in the OGC Filter spec.

Parameters:
  • parent (Filter) - The parent class object.
Overrides: object.__init__