|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeriodNode | |
---|---|
org.geotools.filter.text.commons |
Uses of PeriodNode in org.geotools.filter.text.commons |
---|
Methods in org.geotools.filter.text.commons that return PeriodNode | |
---|---|
PeriodNode |
AbstractFilterBuilder.buildPeriodBetweenDates()
builds a PeriodNode (date1,date2) |
PeriodNode |
AbstractFilterBuilder.buildPeriodDateAndDuration()
builds a Period with (date,duration) |
PeriodNode |
AbstractFilterBuilder.buildPeriodDurationAndDate()
builds a Period Node with (duration,date). |
static PeriodNode |
PeriodNode.createPeriodDateAndDate(org.opengis.filter.expression.Literal beginDate,
org.opengis.filter.expression.Literal endDate)
|
static PeriodNode |
PeriodNode.createPeriodDateAndDuration(org.opengis.filter.expression.Literal date,
org.opengis.filter.expression.Literal duration,
org.opengis.filter.FilterFactory filterFactory)
|
static PeriodNode |
PeriodNode.createPeriodDurationAndDate(org.opengis.filter.expression.Literal duration,
org.opengis.filter.expression.Literal date,
org.opengis.filter.FilterFactory filterFactory)
|
PeriodNode |
BuildResultStack.popPeriod()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |