Home
last modified time | relevance | path

Searched refs:MS_FEET (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapscale.c99 case(MS_FEET): in msCalculateScale()
123 case(MS_FEET): in msInchesPerUnit()
544 case(MS_FEET): in GetDeltaExtentsUsingScale()
H A Dmapfile.c4445 …if((layer->sizeunits = getSymbol(8, MS_INCHES,MS_FEET,MS_MILES,MS_METERS,MS_KILOMETERS,MS_NAUTICAL… in loadLayer()
4513 …if((layer->toleranceunits = getSymbol(8, MS_INCHES,MS_FEET,MS_MILES,MS_METERS,MS_KILOMETERS,MS_NAU… in loadLayer()
4528 …if((layer->units = getSymbol(9, MS_INCHES,MS_FEET,MS_MILES,MS_METERS,MS_KILOMETERS,MS_NAUTICALMILE… in loadLayer()
4744 …writeKeyword(stream, indent, "SIZEUNITS", layer->sizeunits, 7, MS_INCHES, "INCHES", MS_FEET ,"FEET… in writeLayer()
4753 …indent, "TOLERANCEUNITS", layer->toleranceunits, 7, MS_INCHES, "INCHES", MS_FEET ,"FEET", MS_MILES… in writeLayer()
4756 …writeKeyword(stream, indent, "UNITS", layer->units, 9, MS_INCHES, "INCHES", MS_FEET ,"FEET", MS_MI… in writeLayer()
5440 …if((scalebar->units = getSymbol(6, MS_INCHES,MS_FEET,MS_MILES,MS_METERS,MS_KILOMETERS,MS_NAUTICALM… in loadScalebar()
5503 …writeKeyword(stream, indent, "UNITS", scalebar->units, 6, MS_INCHES, "INCHES", MS_FEET ,"FEET", MS… in writeScalebar()
6166 …writeKeyword(stream, indent, "UNITS", map->units, 7, MS_INCHES, "INCHES", MS_FEET ,"FEET", MS_MILE… in writeMap()
6434 …if((int)(map->units = getSymbol(7, MS_INCHES,MS_FEET,MS_MILES,MS_METERS,MS_KILOMETERS,MS_NAUTICALM… in loadMapInternal()
[all …]
H A Dmapproject.c2626 return MS_FEET;
2701 return MS_FEET;
H A Dmaplexer.l445 <INITIAL,URL_STRING>feet { MS_LEXER_RETURN_TOKEN(MS_FEET); }
H A Dmaplexer.c4014 { MS_LEXER_RETURN_TOKEN(MS_FEET); }
H A Dmapogcfilter.c2095 *pnUnit = MS_FEET; in FLTGetShape()
H A Dmapserver.h488 …enum MS_UNITS {MS_INCHES, MS_FEET, MS_MILES, MS_METERS, MS_KILOMETERS, MS_DD, MS_PIXELS, MS_PERCEN… enumerator
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dsource_mapserver.c133 mcmap->map->units = MS_FEET; in _mapcache_source_mapserver_render_map()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dphp_mapscript.c1014 REGISTER_LONG_CONSTANT("MS_FEET", MS_FEET, const_flag); in PHP_MINIT_FUNCTION()