📄 sldstylefactory.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="SLDStyleFactory()"><!-- --></A><H3>SLDStyleFactory</H3><PRE>public <B>SLDStyleFactory</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getHitRatio()"><!-- --></A><H3>getHitRatio</H3><PRE>public double <B>getHitRatio</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getHits()"><!-- --></A><H3>getHits</H3><PRE>public long <B>getHits</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getRequests()"><!-- --></A><H3>getRequests</H3><PRE>public long <B>getRequests</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="createStyle(org.geotools.feature.Feature, org.geotools.styling.Symbolizer, javax.media.jai.util.Range)"><!-- --></A><H3>createStyle</H3><PRE>public <A HREF="../../../../org/geotools/renderer/style/Style2D.html" title="class in org.geotools.renderer.style">Style2D</A> <B>createStyle</B>(<A HREF="../../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> f, <A HREF="../../../../org/geotools/styling/Symbolizer.html" title="interface in org.geotools.styling">Symbolizer</A> symbolizer, <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/util/Range.html" title="class or interface in javax.media.jai.util">Range</A> scaleRange)</PRE><DL><DD><p> Creates a rendered style </p> <p> Makes use of a symbolizer cache based on identity to avoid recomputing over and over the same style object and to reduce memory usage. The same Style2D object will be returned by subsequent calls using the same feature independent symbolizer with the same scaleRange. </p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>f</CODE> - The feature<DD><CODE>symbolizer</CODE> - The SLD symbolizer<DD><CODE>scaleRange</CODE> - The scale range in which the feature should be painted according to the symbolizer<DT><B>Returns:</B><DD>A rendered style equivalent to the symbolizer</DL></DD></DL><HR><A NAME="createDynamicStyle(org.geotools.feature.Feature, org.geotools.styling.Symbolizer, javax.media.jai.util.Range)"><!-- --></A><H3>createDynamicStyle</H3><PRE>public <A HREF="../../../../org/geotools/renderer/style/Style2D.html" title="class in org.geotools.renderer.style">Style2D</A> <B>createDynamicStyle</B>(<A HREF="../../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> f, <A HREF="../../../../org/geotools/styling/Symbolizer.html" title="interface in org.geotools.styling">Symbolizer</A> symbolizer, <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/util/Range.html" title="class or interface in javax.media.jai.util">Range</A> scaleRange)</PRE><DL><DD>Creates a rendered style<P><DD><DL><DT><B>Parameters:</B><DD><CODE>f</CODE> - The feature<DD><CODE>symbolizer</CODE> - The SLD symbolizer<DD><CODE>scaleRange</CODE> - The scale range in which the feature should be painted according to the symbolizer<DT><B>Returns:</B><DD>A rendered style equivalent to the symbolizer<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if an unknown symbolizer is passed to this method</DL></DD></DL><HR><A NAME="getPaint(org.geotools.styling.Fill, org.geotools.feature.Feature)"><!-- --></A><H3>getPaint</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Paint.html" title="class or interface in java.awt">Paint</A> <B>getPaint</B>(<A HREF="../../../../org/geotools/styling/Fill.html" title="interface in org.geotools.styling">Fill</A> fill, <A HREF="../../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature)</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getComposite(org.geotools.styling.Fill, org.geotools.feature.Feature)"><!-- --></A><H3>getComposite</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Composite.html" title="class or interface in java.awt">Composite</A> <B>getComposite</B>(<A HREF="../../../../org/geotools/styling/Fill.html" title="interface in org.geotools.styling">Fill</A> fill, <A HREF="../../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature)</PRE><DL><DD>Computes the Composite equivalent to the opacity in the SLD Fill<P><DD><DL><DT><B>Parameters:</B><DD><CODE>fill</CODE> - <DD><CODE>feature</CODE> - </DL></DD></DL><HR><A NAME="getTexturePaint(org.geotools.styling.Graphic, org.geotools.feature.Feature)"><!-- --></A><H3>getTexturePaint</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/TexturePaint.html" title="class or interface in java.awt">TexturePaint</A> <B>getTexturePaint</B>(<A HREF="../../../../org/geotools/styling/Graphic.html" title="interface in org.geotools.styling">Graphic</A> gr, <A HREF="../../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature)</PRE><DL><DD>DOCUMENT ME!<P><DD><DL><DT><B>Parameters:</B><DD><CODE>gr</CODE> - DOCUMENT ME!<DD><CODE>feature</CODE> - DOCUMENT ME!<DT><B>Returns:</B><DD>DOCUMENT ME!</DL></DD></DL><HR><A NAME="lookUpJoin(java.lang.String)"><!-- --></A><H3>lookUpJoin</H3><PRE>public static int <B>lookUpJoin</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> joinType)</PRE><DL><DD>DOCUMENT ME!<P><DD><DL><DT><B>Parameters:</B><DD><CODE>joinType</CODE> - DOCUMENT ME!<DT><B>Returns:</B><DD>DOCUMENT ME!</DL></DD></DL><HR><A NAME="lookUpCap(java.lang.String)"><!-- --></A><H3>lookUpCap</H3><PRE>public static int <B>lookUpCap</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> capType)</PRE><DL><DD>DOCUMENT ME!<P><DD><DL><DT><B>Parameters:</B><DD><CODE>capType</CODE> - DOCUMENT ME!<DT><B>Returns:</B><DD>DOCUMENT ME!</DL></DD></DL><HR><A NAME="getMapScaleDenominator()"><!-- --></A><H3>getMapScaleDenominator</H3><PRE>public double <B>getMapScaleDenominator</B>()</PRE><DL><DD>Getter for property mapScaleDenominator.<P><DD><DL><DT><B>Returns:</B><DD>Value of property mapScaleDenominator.</DL></DD></DL><HR><A NAME="setMapScaleDenominator(double)"><!-- --></A><H3>setMapScaleDenominator</H3><PRE>public void <B>setMapScaleDenominator</B>(double mapScaleDenominator)</PRE><DL><DD>Setter for property mapScaleDenominator.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>mapScaleDenominator</CODE> - New value of property mapScaleDenominator.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SLDStyleFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../org/geotools/renderer/style/PolygonStyle2D.html" title="class in org.geotools.renderer.style"><B>PREV CLASS</B></A> <A HREF="../../../../org/geotools/renderer/style/Style.html" title="class in org.geotools.renderer.style"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="SLDStyleFactory.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -