Home
last modified time | relevance | path

Searched refs:gml_type (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmappostgis.c3286 const char *gml_type = "Character"; in msPostGISPassThroughFieldDefinitions() local
3305 gml_type = "Integer"; in msPostGISPassThroughFieldDefinitions()
3309 gml_type = "Integer"; in msPostGISPassThroughFieldDefinitions()
3313 gml_type = "Integer"; in msPostGISPassThroughFieldDefinitions()
3316 gml_type = "Long"; in msPostGISPassThroughFieldDefinitions()
3319 gml_type = "Real"; in msPostGISPassThroughFieldDefinitions()
3322 gml_type = "Real"; in msPostGISPassThroughFieldDefinitions()
3325 gml_type = "Integer"; in msPostGISPassThroughFieldDefinitions()
3332 gml_type = "Date"; in msPostGISPassThroughFieldDefinitions()
3334 gml_type = "Time"; in msPostGISPassThroughFieldDefinitions()
[all …]
H A Dmapmssql2008.c841 const char *gml_type = NULL; in columnName() local
850 gml_type = "Integer"; in columnName()
854 gml_type = "Long"; in columnName()
862 gml_type = "Real"; in columnName()
868 gml_type = "Date"; in columnName()
871 gml_type = "Time"; in columnName()
874 gml_type = "DateTime"; in columnName()
878 gml_type = "Boolean"; in columnName()
882 gml_type = "Character"; in columnName()
891 msInsertHashTable(&(layer->metadata), md_item_name, gml_type ); in columnName()
H A Dmaporaclespatial.c2871 const char *gml_type = "Character"; in msOracleSpatialGetFieldDefn() local
2897 gml_type = "Character"; in msOracleSpatialGetFieldDefn()
2923 gml_type = "Real"; in msOracleSpatialGetFieldDefn()
2927 gml_type = "Real"; in msOracleSpatialGetFieldDefn()
2929 gml_type = "Integer"; in msOracleSpatialGetFieldDefn()
2938 gml_type = "Date"; in msOracleSpatialGetFieldDefn()
2943 gml_type = "DateTime"; in msOracleSpatialGetFieldDefn()
2947 gml_type = "Time"; in msOracleSpatialGetFieldDefn()
2951 gml_type = "Character"; in msOracleSpatialGetFieldDefn()
2956 msInsertHashTable(&(layer->metadata), md_item_name, gml_type ); in msOracleSpatialGetFieldDefn()
H A Dmapogr.cpp2659 const char *gml_type = NULL; in msOGRPassThroughFieldDefinitions() local
2667 gml_type = "Integer"; in msOGRPassThroughFieldDefinitions()
2674 gml_type = "Long"; in msOGRPassThroughFieldDefinitions()
2681 gml_type = "Real"; in msOGRPassThroughFieldDefinitions()
2689 gml_type = "Character"; in msOGRPassThroughFieldDefinitions()
2695 gml_type = "Date"; in msOGRPassThroughFieldDefinitions()
2698 gml_type = "Time"; in msOGRPassThroughFieldDefinitions()
2701 gml_type = "DateTime"; in msOGRPassThroughFieldDefinitions()
2705 gml_type = "Character"; in msOGRPassThroughFieldDefinitions()
2711 msInsertHashTable(&(layer->metadata), md_item_name, gml_type ); in msOGRPassThroughFieldDefinitions()
H A Dmapshape.c2508 const char *gml_type = NULL; in msSHPPassThroughFieldDefinitions() local
2517 gml_type = "Integer"; in msSHPPassThroughFieldDefinitions()
2522 gml_type = "Real"; in msSHPPassThroughFieldDefinitions()
2529 gml_type = "Character"; in msSHPPassThroughFieldDefinitions()
2536 msInsertHashTable(&(layer->metadata), md_item_name, gml_type ); in msSHPPassThroughFieldDefinitions()