📄 graphicprimitive2d.html
字号:
graphicCRS, context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#objectiveCRS"><CODE>objectiveCRS</CODE></A> )</code></b><br> Returns a transform from the underlying CRS to the rendering CRS.</p></li> <li><p><b><code>context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#getMathTransform(org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.crs.CoordinateReferenceSystem)"><CODE>getMathTransform</CODE></A>( context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#objectiveCRS"><CODE>objectiveCRS</CODE></A>, context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#displayCRS"><CODE>displayCRS</CODE></A> )</code></b><br> Returns a transform from the rendering CRS to the <cite>Java2D</cite> CRS in "dots" units (usually 1/72 of inch). This transformation is zoom dependent.</p></li> </ul> By default, painting is done in the <cite>Java2D</cite> user space (a.k.a. <A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#displayCRS">display CRS</A>. However, the CRS can easily be switched. An implementation may looks like as below: <blockquote><code> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics2D.html" title="class or interface in java.awt">Graphics2D</A> graphics = context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#getGraphics()">getGraphics()</A>;<br> context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#setGraphicsCRS(org.opengis.referencing.crs.CoordinateReferenceSystem)">setGraphicsCRS</A>(context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#objectiveCRS">objectiveCRS</A>);<br> // </code>NOTE: Skip the above line if you want to perform the rendering in<code><br> // </code>the default <cite>Java2D</cite> user space (a.k.a. <A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#displayCRS"><CODE>displayCRS</CODE></A>) rather than<code><br> // </code>in terms of "real world" units.<code><br> try {<br> // </code><cite>Paint here map features in geographic coordinates (usually meters or angular degrees).</cite><code><br> context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#addPaintedArea(java.awt.Shape)">addPaintedArea</A>(...);<br> context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#setGraphicsCRS(org.opengis.referencing.crs.CoordinateReferenceSystem)">setGraphicsCRS</A>(context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#displayCRS">displayCRS</A>);<br> // </code><cite>Write here texts or labels. Coordinates are in <u>dots</u>.</cite><code><br> context.<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#addPaintedArea(java.awt.Shape)">addPaintedArea</A>(...);<br> } finally {<br> // </code><cite>Restore here <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics2D.html" title="class or interface in java.awt"><CODE>Graphics2D</CODE></A> it its initial state.</cite><code><br> }<br> </code></blockquote> During the rendering process, implementations are encouraged to declare a (potentially approximative) bounding shape of their painted area with calls to <A HREF="../../../../org/geotools/display/canvas/RenderingContext.html#addPaintedArea(java.awt.Shape)"><CODE>RenderingContext.addPaintedArea(Shape)</CODE></A>. This is an optional operation: providing those hints only help <A HREF="../../../../org/geotools/display/canvas/BufferedCanvas2D.html" title="class in org.geotools.display.canvas"><CODE>BufferedCanvas2D</CODE></A> to speed up future rendering and events processing.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>context</CODE> - Information relatives to the rendering context. This object contains the <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Graphics2D.html" title="class or interface in java.awt"><CODE>Graphics2D</CODE></A> to use and methods for getting <CODE>MathTransform</CODE> objects.<DT><B>Throws:</B><DD><CODE>TransformException</CODE> - If a coordinate transformation failed during the rendering process.</DL></DD></DL><HR><A NAME="prefetch(org.geotools.display.canvas.RenderingContext)"><!-- --></A><H3>prefetch</H3><PRE>protected void <B>prefetch</B>(<A HREF="../../../../org/geotools/display/canvas/RenderingContext.html" title="class in org.geotools.display.canvas">RenderingContext</A> context)</PRE><DL><DD>Hints that this graphic might be painted in the near future. Some implementations may spawn a thread to compute the data while others may ignore the hint. The default implementation does nothing.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>context</CODE> - Information relatives to the rendering context. This object contains methods for querying the area to be painted in arbitrary coordinate reference system.<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/PlanarImage.html#prefetchTiles(java.awt.Point[])" title="class or interface in javax.media.jai"><CODE>PlanarImage.prefetchTiles(java.awt.Point[])</CODE></A></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/GraphicPrimitive2D.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/display/canvas/DisplayObject.html" title="class in org.geotools.display.canvas"><B>PREV CLASS</B></A> <A HREF="../../../../org/geotools/display/canvas/ImageType.html" title="class in org.geotools.display.canvas"><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="GraphicPrimitive2D.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 | <A HREF="#fields_inherited_from_class_DisplayObject">FIELD</A> | <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 + -