IFilter.ComparisonOperators
Constructor and Description |
---|
LogicFilter(String filterType)
Constructor with filterType as parameter
|
LogicFilter(String filterType,
IFilter leftFilter)
Constructor only useable for NOT Filters
|
LogicFilter(String filterType,
IFilter leftFilter,
ArrayList<IFilter> rightFilters)
Constructor with all parameters, should be used as constructor for
AND and OR filters
|
Modifier and Type | Method and Description |
---|---|
String |
getFilterType()
returns the type of this logical filter
|
IFilter |
getLeftFilter() |
ArrayList<IFilter> |
getRightFilters() |
String |
toXML()
creates a string representation of the logical filter (without <ogc:Filter> begin and end-tag!)
|
public LogicFilter(String filterType)
filterType
- one of the three logical filter typespublic LogicFilter(String filterType, IFilter leftFilter, ArrayList<IFilter> rightFilters)
filterType
- type of this LogicFilter (AND or OR)leftFilter
- firstFilter of the LogicFilterrightFilters
- second and following filters of the logical filterpublic String getFilterType()
getFilterType
in interface IFilter
public IFilter getLeftFilter()
public ArrayList<IFilter> getRightFilters()
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.