public abstract class AbstractBinaryLogicOperator extends Object implements BinaryLogicOperator, Serializable
Defined in the geotk-feature
module
Modifier and Type | Field and Description |
---|---|
protected Filter[] |
filterArray |
protected List<Filter> |
filters |
Constructor and Description |
---|
AbstractBinaryLogicOperator(Filter filter1,
Filter filter2) |
AbstractBinaryLogicOperator(List<Filter> filters) |
protected final Filter[] filterArray
public List<Filter> getChildren()
getChildren
in interface BinaryLogicOperator
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.