Home
last modified time | relevance | path

Searched refs:gmlItemListObj (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapows.h366 } gmlItemListObj; typedef
413 MS_DLL_EXPORT gmlItemListObj *msGMLGetItems(layerObj *layer, const char *metadata_namespaces);
414 MS_DLL_EXPORT void msGMLFreeItems(gmlItemListObj *itemList);
H A Dmapgml.c1327 gmlItemListObj *itemList, in msGMLWriteGroup()
1401 gmlItemListObj *itemList=NULL; in msGMLWriteQuery()
1659 gmlItemListObj *itemList=NULL; in msGMLWriteWFSQuery()
2089 gmlItemListObj *msGMLGetItems(layerObj *layer, const char *metadata_namespaces) in msGMLGetItems()
2114 gmlItemListObj *itemList=NULL; in msGMLGetItems()
2142 itemList = (gmlItemListObj *) malloc(sizeof(gmlItemListObj)); in msGMLGetItems()
2251 void msGMLFreeItems(gmlItemListObj *itemList) in msGMLFreeItems()
H A Dmapmvt.c224 gmlItemListObj *item_list, value_lookup_table *value_lookup_cache, in mvtWriteShape()
396 gmlItemListObj *item_list = NULL; in msMVTWriteTile()
H A Dmapogroutput.cpp246 shapeObj *shape, gmlItemListObj *item_list, in msOGRWriteShape()
903 gmlItemListObj *item_list = NULL; in msOGRWriteFromQuery()
H A Dmapwfs.c1132 gmlItemListObj *itemList, in msWFSWriteGroupElementType()
1455 gmlItemListObj *itemList=NULL; in msWFSDescribeFeatureType()
3147 static int msWFSIsAllowedItem(gmlItemListObj *itemList , const char* name) in msWFSIsAllowedItem()
3205 gmlItemListObj *itemList, in msWFSApplySortBy()
3457 gmlItemListObj *itemList=NULL; in msWFSGetFeature()
4115 gmlItemListObj *itemList=NULL; in msWFSGetPropertyValue()
H A Dmapogcfilter.c3339 gmlItemListObj* items = msGMLGetItems(lp, "G"); in FLTCheckInvalidProperty()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dlayer.i705 gmlItemListObj *item_list;