Home
last modified time | relevance | path

Searched refs:MS_OGR (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmappool.c194 && layer->connectiontype == MS_OGR ) { in msConnPoolRegister()
H A Dmapogcfilter.c99 } else if (lp->connectiontype == MS_OGR) { in FLTApplyExpressionToLayer()
431 if( lp->connectiontype == MS_OGR ) { in FLTApplySimpleSQLFilter()
463 else if (lp->connectiontype == MS_OGR) { in FLTApplySimpleSQLFilter()
747 (lp->connectiontype == MS_OGR || in FLTLayerSetInvalidRectIfSupported()
2242 if( lp->connectiontype == MS_OGR || lp->connectiontype == MS_POSTGIS ) in FLTGetSQLExpression()
2276 else if ( lp->connectiontype != MS_OGR && in FLTGetSQLExpression()
2319 else if (lp->connectiontype == MS_OGR && in FLTGetLogicalComparisonSQLExpresssion()
2727 if (lp->connectiontype != MS_OGR) { in FLTGetIsLikeComparisonSQLExpression()
3283 (lp->connectiontype == MS_OGR && msOGRIsSpatialite(lp))) && in FLTProcessPropertyIsNull()
H A Dmapcontour.c110 clinfo->ogrLayer.connectiontype = MS_OGR; in msContourLayerInfoInitialize()
H A Dmapogcsos.c1947 …ctiontype == MS_POSTGIS || lp->connectiontype == MS_ORACLESPATIAL || lp->connectiontype == MS_OGR) in msSOSGetObservation()
1952 if (lp->connectiontype != MS_OGR) in msSOSGetObservation()
1985 if (!bSpatialDB || lp->connectiontype != MS_OGR) in msSOSGetObservation()
H A Dmaplayer.c1703 …(layer->connectiontype == MS_OGR) || (layer->connectiontype == MS_POSTGIS) || (layer->connectionty… in msLayerSupportsSorting()
2065 case(MS_OGR): in msInitializeVirtualTable()
H A Dmaplexer.l468 <INITIAL>ogr { MS_LEXER_RETURN_TOKEN(MS_OGR); }
H A Dmaplexer.c4129 { MS_LEXER_RETURN_TOKEN(MS_OGR); }
H A Dmapserver.h502 …enum MS_CONNECTION_TYPE {MS_INLINE, MS_SHAPEFILE, MS_TILED_SHAPEFILE, MS_UNUSED_2, MS_OGR, MS_UNUS… enumerator
H A Dmapfile.c4145 …if((type = getSymbol(11, MS_OGR, MS_POSTGIS, MS_WMS, MS_ORACLESPATIAL, MS_WFS, MS_GRATICULE, MS_PL… in loadLayer()
4705 …writeKeyword(stream, indent, "CONNECTIONTYPE", layer->connectiontype, 10, MS_OGR, "OGR", MS_POSTGI… in writeLayer()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dphp_mapscript.c1104 REGISTER_LONG_CONSTANT("MS_OGR", MS_OGR, const_flag); in PHP_MINIT_FUNCTION()