Home
last modified time | relevance | path

Searched refs:LayerApplyFilterToLayer (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmappluginlayer.c174 …dest->LayerApplyFilterToLayer = src->LayerApplyFilterToLayer ? src->LayerApplyFilterToLayer : dest… in copyVirtualTable()
H A Dmapmssql2008.c3737 vtable->LayerApplyFilterToLayer = msLayerApplyCondSQLFilterToLayer; in PluginInitializeVirtualTable()
3778 layer->vtable->LayerApplyFilterToLayer = msLayerApplyCondSQLFilterToLayer; in msMSSQL2008LayerInitializeVirtualTable()
H A Dmaporaclespatial.c3979 vtable->LayerApplyFilterToLayer = msLayerApplyCondSQLFilterToLayer; in PluginInitializeVirtualTable()
4014 layer->vtable->LayerApplyFilterToLayer = msLayerApplyCondSQLFilterToLayer; in msOracleSpatialLayerInitializeVirtualTable()
H A Dmaplayer.c2004 vtable->LayerApplyFilterToLayer = msLayerApplyPlainFilterToLayer; in populateVirtualTable()
H A Dmapogcfilter.c683 return layer->vtable->LayerApplyFilterToLayer(psNode, map, iLayerIndex); in FLTApplyFilterToLayer()
H A Dmappostgis.c4355 layer->vtable->LayerApplyFilterToLayer = msLayerApplyCondSQLFilterToLayer; in msPostGISLayerInitializeVirtualTable()
H A Dmapserver.h2005 int (*LayerApplyFilterToLayer)(FilterEncodingNode *psNode, mapObj *map, int iLayerIndex); member
H A Dmapogr.cpp5436 layer->vtable->LayerApplyFilterToLayer = msLayerApplyCondSQLFilterToLayer; in msOGRLayerInitializeVirtualTable()