⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 textsymbolizer.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Subinterfaces of <A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A> in <A HREF="../../../../org/geotools/styling/package-summary.html">org.geotools.styling</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;interface</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/styling/TextSymbolizer2.html" title="interface in org.geotools.styling">TextSymbolizer2</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contains label shield hack</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Classes in <A HREF="../../../../org/geotools/styling/package-summary.html">org.geotools.styling</A> that implement <A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/styling/TextSymbolizerImpl.html" title="class in org.geotools.styling">TextSymbolizerImpl</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a Java representation of an SLD TextSymbolizer that defines how text symbols should be rendered.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../org/geotools/styling/package-summary.html">org.geotools.styling</A> that return <A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>AbstractStyleFactory.</B><B><A HREF="../../../../org/geotools/styling/AbstractStyleFactory.html#createTextSymbolizer(org.geotools.styling.Fill, org.geotools.styling.Font[], org.geotools.styling.Halo, org.geotools.filter.Expression, org.geotools.styling.LabelPlacement, java.lang.String)">createTextSymbolizer</A></B>(<A HREF="../../../../org/geotools/styling/Fill.html" title="interface in org.geotools.styling">Fill</A>&nbsp;fill,                     <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>[]&nbsp;fonts,                     <A HREF="../../../../org/geotools/styling/Halo.html" title="interface in org.geotools.styling">Halo</A>&nbsp;halo,                     <A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;label,                     <A HREF="../../../../org/geotools/styling/LabelPlacement.html" title="interface in org.geotools.styling">LabelPlacement</A>&nbsp;labelPlacement,                     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;geometryPropertyName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>AbstractStyleFactory.</B><B><A HREF="../../../../org/geotools/styling/AbstractStyleFactory.html#createTextSymbolizer()">createTextSymbolizer</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>AbstractStyleFactory.</B><B><A HREF="../../../../org/geotools/styling/AbstractStyleFactory.html#getDefaultTextSymbolizer()">getDefaultTextSymbolizer</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement,  Sets the geometry attribute name to be geometry:text. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleFactoryImpl.</B><B><A HREF="../../../../org/geotools/styling/StyleFactoryImpl.html#createTextSymbolizer()">createTextSymbolizer</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleFactoryImpl.</B><B><A HREF="../../../../org/geotools/styling/StyleFactoryImpl.html#createTextSymbolizer(org.geotools.styling.Fill, org.geotools.styling.Font[], org.geotools.styling.Halo, org.geotools.filter.Expression, org.geotools.styling.LabelPlacement, java.lang.String)">createTextSymbolizer</A></B>(<A HREF="../../../../org/geotools/styling/Fill.html" title="interface in org.geotools.styling">Fill</A>&nbsp;fill,                     <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>[]&nbsp;fonts,                     <A HREF="../../../../org/geotools/styling/Halo.html" title="interface in org.geotools.styling">Halo</A>&nbsp;halo,                     <A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;label,                     <A HREF="../../../../org/geotools/styling/LabelPlacement.html" title="interface in org.geotools.styling">LabelPlacement</A>&nbsp;labelPlacement,                     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;geometryPropertyName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleFactoryImpl.</B><B><A HREF="../../../../org/geotools/styling/StyleFactoryImpl.html#getDefaultTextSymbolizer()">getDefaultTextSymbolizer</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement,  Sets the geometry attribute name to be geometry:text. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleBuilder.</B><B><A HREF="../../../../org/geotools/styling/StyleBuilder.html#createTextSymbolizer()">createTextSymbolizer</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a default text symbolizer. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleBuilder.</B><B><A HREF="../../../../org/geotools/styling/StyleBuilder.html#createTextSymbolizer(java.awt.Color, org.geotools.styling.Font, java.lang.String)">createTextSymbolizer</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Color.html" title="class or interface in java.awt">Color</A>&nbsp;color,                     <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>&nbsp;font,                     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;attributeName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a textsymbolizer</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleBuilder.</B><B><A HREF="../../../../org/geotools/styling/StyleBuilder.html#createTextSymbolizer(java.awt.Color, org.geotools.styling.Font[], java.lang.String)">createTextSymbolizer</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Color.html" title="class or interface in java.awt">Color</A>&nbsp;color,                     <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>[]&nbsp;fonts,                     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;attributeName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a textsymbolizer</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleBuilder.</B><B><A HREF="../../../../org/geotools/styling/StyleBuilder.html#createStaticTextSymbolizer(java.awt.Color, org.geotools.styling.Font, java.lang.String)">createStaticTextSymbolizer</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Color.html" title="class or interface in java.awt">Color</A>&nbsp;color,                           <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>&nbsp;font,                           <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;label)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a textsymbolizer which doesn't change</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleBuilder.</B><B><A HREF="../../../../org/geotools/styling/StyleBuilder.html#createStaticTextSymbolizer(java.awt.Color, org.geotools.styling.Font[], java.lang.String)">createStaticTextSymbolizer</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Color.html" title="class or interface in java.awt">Color</A>&nbsp;color,                           <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>[]&nbsp;fonts,                           <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;label)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a textsymbolizer which doesn't change</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleBuilder.</B><B><A HREF="../../../../org/geotools/styling/StyleBuilder.html#createTextSymbolizer(org.geotools.styling.Fill, org.geotools.styling.Font[], org.geotools.styling.Halo, org.geotools.filter.Expression, org.geotools.styling.LabelPlacement, java.lang.String)">createTextSymbolizer</A></B>(<A HREF="../../../../org/geotools/styling/Fill.html" title="interface in org.geotools.styling">Fill</A>&nbsp;fill,                     <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>[]&nbsp;fonts,                     <A HREF="../../../../org/geotools/styling/Halo.html" title="interface in org.geotools.styling">Halo</A>&nbsp;halo,                     <A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;label,                     <A HREF="../../../../org/geotools/styling/LabelPlacement.html" title="interface in org.geotools.styling">LabelPlacement</A>&nbsp;labelPlacement,                     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;geometryPropertyName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a text symbolizer</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>SLD.</B><B><A HREF="../../../../org/geotools/styling/SLD.html#textSymbolizer(org.geotools.styling.FeatureTypeStyle)">textSymbolizer</A></B>(<A HREF="../../../../org/geotools/styling/FeatureTypeStyle.html" title="interface in org.geotools.styling">FeatureTypeStyle</A>&nbsp;fts)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieve the first TextSymbolizer from the provided Style.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>SLD.</B><B><A HREF="../../../../org/geotools/styling/SLD.html#textSymbolizer(org.geotools.styling.Style)">textSymbolizer</A></B>(<A HREF="../../../../org/geotools/styling/Style.html" title="interface in org.geotools.styling">Style</A>&nbsp;style)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieve the first TextSymbolizer from the provided Style.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleFactory.</B><B><A HREF="../../../../org/geotools/styling/StyleFactory.html#createTextSymbolizer(org.geotools.styling.Fill, org.geotools.styling.Font[], org.geotools.styling.Halo, org.geotools.filter.Expression, org.geotools.styling.LabelPlacement, java.lang.String)">createTextSymbolizer</A></B>(<A HREF="../../../../org/geotools/styling/Fill.html" title="interface in org.geotools.styling">Fill</A>&nbsp;fill,                     <A HREF="../../../../org/geotools/styling/Font.html" title="interface in org.geotools.styling">Font</A>[]&nbsp;fonts,                     <A HREF="../../../../org/geotools/styling/Halo.html" title="interface in org.geotools.styling">Halo</A>&nbsp;halo,                     <A HREF="../../../../org/geotools/filter/Expression.html" title="interface in org.geotools.filter">Expression</A>&nbsp;label,                     <A HREF="../../../../org/geotools/styling/LabelPlacement.html" title="interface in org.geotools.styling">LabelPlacement</A>&nbsp;labelPlacement,                     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;geometryPropertyName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/styling/TextSymbolizer.html" title="interface in org.geotools.styling">TextSymbolizer</A></CODE></FONT></TD><TD><CODE><B>StyleFactory.</B><B><A HREF="../../../../org/geotools/styling/StyleFactory.html#createTextSymbolizer()">createTextSymbolizer</A></B>()</CODE><BR>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -