Home
last modified time | relevance | path

Searched refs:MS_LC (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/csharp/examples/
H A Dinline.cs69 classobj.label.position = (int)MS_POSITIONS_ENUM.MS_LC; in Main()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapfile.c1706 …if((label->position = getSymbol(11, MS_UL,MS_UC,MS_UR,MS_CL,MS_CC,MS_CR,MS_LL,MS_LC,MS_LR,MS_AUTO,… in loadLabel()
1921 …C, "UC", MS_UR, "UR", MS_CL, "CL", MS_CC, "CC", MS_CR, "CR", MS_LL, "LL", MS_LC, "LC", MS_LR, "LR"… in writeLabel()
2597 … if((style->position = getSymbol(9, MS_UL,MS_UC,MS_UR,MS_CL,MS_CC,MS_CR,MS_LL,MS_LC,MS_LR)) == -1) in loadStyle()
2829 MS_CC, "CC", MS_CR, "CR", MS_LL, "LL", MS_LC, "LC", in writeStyle()
4516 …getSymbol(11, MS_TRUE,MS_FALSE, MS_UL,MS_UC,MS_UR,MS_CL,MS_CC,MS_CR,MS_LL,MS_LC,MS_LR)) == -1) ret… in loadLayer()
4754 …C, "UC", MS_UR, "UR", MS_CL, "CL", MS_CC, "CC", MS_CR, "CR", MS_LL, "LL", MS_LC, "LC", MS_LR, "LR"… in writeLayer()
5256 if((legend->position = getSymbol(6, MS_UL,MS_UR,MS_LL,MS_LR,MS_UC,MS_LC)) == -1) return(-1); in loadLegend()
5319 …legend->position, 6, MS_LL, "LL", MS_UL, "UL", MS_UR, "UR", MS_LR, "LR", MS_UC, "UC", MS_LC, "LC"); in writeLegend()
5418 if((scalebar->position = getSymbol(6, MS_UL,MS_UR,MS_LL,MS_LR,MS_UC,MS_LC)) == -1) in loadScalebar()
5497 …alebar->position, 6, MS_LL, "LL", MS_UL, "UL", MS_UR, "UR", MS_LR, "LR", MS_UC, "UC", MS_LC, "LC"); in writeScalebar()
H A Dmapscale.c438 case(MS_LC): in msEmbedScalebar()
H A Dmapdraw.c2979 else if (strcasecmp(pszString, "LC")==0) return MS_LC; in getLabelPositionFromString()
3199 positions[2]=MS_LC; in msDrawLabelCache()
3205 positions[1]=MS_LC; in msDrawLabelCache()
3216 positions[7]=MS_LC; in msDrawLabelCache()
H A Dmaplexer.l454 <INITIAL,URL_STRING>lc { MS_LEXER_RETURN_TOKEN(MS_LC); }
H A Dmaplegend.c875 case(MS_LC): in msEmbedLegend()
H A Dmaplabel.c927 case MS_LC: in get_metrics()
H A Dmapprimitive.c769 case MS_LC: in msOffsetPointRelativeTo()
834 case MS_LC: in msOffsetShapeRelativeTo()
H A Dmaplexer.c4059 { MS_LEXER_RETURN_TOKEN(MS_LC); }
H A Dmapogcsld.c3118 psLabelObj->position = MS_LC; in ParseTextPointPlacement()
4069 else if (psLabelObj->position == MS_LC) { in msSLDGenerateTextSLD()
H A Dmaputil.c358 label->position = MS_LC; in bindLabel()
H A Dmapserver.h495 …enum MS_POSITIONS_ENUM {MS_UL=101, MS_LR, MS_UR, MS_LL, MS_CR, MS_CL, MS_UC, MS_LC, MS_CC, MS_AUTO… enumerator
H A Dmapogr.cpp4844 c->labels[0]->position = MS_LC; in msOGRUpdateStyleParseLabel()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dphp_mapscript.c1057 REGISTER_LONG_CONSTANT("MS_LC", MS_LC, const_flag); in PHP_MINIT_FUNCTION()