Home
last modified time | relevance | path

Searched refs:osSortBy (Results 1 – 12 of 12) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/wfs/
H A Dogrwfsjoinlayer.cpp157 if( osSortBy.size() ) in OGRWFSJoinLayer()
158 osSortBy += ","; in OGRWFSJoinLayer()
159 osSortBy += pszFieldName; in OGRWFSJoinLayer()
161 osSortBy += " DESC"; in OGRWFSJoinLayer()
405 else if( osSortBy.size() ) in MakeGetFeatureURL()
407 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogrwfslayer.cpp575 CPLString osSortBy; in MakeGetFeatureURL() local
579 osSortBy += ","; in MakeGetFeatureURL()
580 osSortBy += aoSortColumns[i].osColumn; in MakeGetFeatureURL()
584 osSortBy += " DESC"; in MakeGetFeatureURL()
586 osSortBy += " D"; in MakeGetFeatureURL()
589 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogr_wfs.h218 CPLString osSortBy; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/wfs/
H A Dogrwfsjoinlayer.cpp154 if( !osSortBy.empty() ) in OGRWFSJoinLayer()
155 osSortBy += ","; in OGRWFSJoinLayer()
156 osSortBy += pszFieldName; in OGRWFSJoinLayer()
158 osSortBy += " DESC"; in OGRWFSJoinLayer()
402 else if( !osSortBy.empty() ) in MakeGetFeatureURL()
404 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogrwfslayer.cpp536 CPLString osSortBy; in MakeGetFeatureURL() local
540 osSortBy += ","; in MakeGetFeatureURL()
541 osSortBy += aoSortColumns[i].osColumn; in MakeGetFeatureURL()
545 osSortBy += " DESC"; in MakeGetFeatureURL()
547 osSortBy += " D"; in MakeGetFeatureURL()
550 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogr_wfs.h227 CPLString osSortBy; variable
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/wfs/
H A Dogrwfsjoinlayer.cpp154 if( !osSortBy.empty() ) in OGRWFSJoinLayer()
155 osSortBy += ","; in OGRWFSJoinLayer()
156 osSortBy += pszFieldName; in OGRWFSJoinLayer()
158 osSortBy += " DESC"; in OGRWFSJoinLayer()
402 else if( !osSortBy.empty() ) in MakeGetFeatureURL()
404 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogrwfslayer.cpp536 CPLString osSortBy; in MakeGetFeatureURL() local
540 osSortBy += ","; in MakeGetFeatureURL()
541 osSortBy += aoSortColumns[i].osColumn; in MakeGetFeatureURL()
545 osSortBy += " DESC"; in MakeGetFeatureURL()
547 osSortBy += " D"; in MakeGetFeatureURL()
550 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogr_wfs.h227 CPLString osSortBy; variable
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/wfs/
H A Dogrwfsjoinlayer.cpp154 if( !osSortBy.empty() ) in OGRWFSJoinLayer()
155 osSortBy += ","; in OGRWFSJoinLayer()
156 osSortBy += pszFieldName; in OGRWFSJoinLayer()
158 osSortBy += " DESC"; in OGRWFSJoinLayer()
402 else if( !osSortBy.empty() ) in MakeGetFeatureURL()
404 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogrwfslayer.cpp536 CPLString osSortBy; in MakeGetFeatureURL() local
540 osSortBy += ","; in MakeGetFeatureURL()
541 osSortBy += aoSortColumns[i].osColumn; in MakeGetFeatureURL()
545 osSortBy += " DESC"; in MakeGetFeatureURL()
547 osSortBy += " D"; in MakeGetFeatureURL()
550 osURL = CPLURLAddKVP(osURL, "SORTBY", WFS_EscapeURL(osSortBy)); in MakeGetFeatureURL()
H A Dogr_wfs.h227 CPLString osSortBy; variable