<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello trond,<br>
    <br>
    No changes on the style module in the last months.<br>
    <br>
    MARK_SQUARE is still there :<br>
<a class="moz-txt-link-freetext" href="http://hg.geotoolkit.org/geotoolkit-pending/file/tip/modules/display/geotk-style/src/main/java/org/geotoolkit/style/StyleConstants.java">http://hg.geotoolkit.org/geotoolkit-pending/file/tip/modules/display/geotk-style/src/main/java/org/geotoolkit/style/StyleConstants.java</a><br>
    <br>
    johann<br>
    <br>
    Le 13/03/2012 18:21, Westg&aring;rd Trond a &eacute;crit&nbsp;:
    <blockquote
      cite="mid:B18A54096AA5B54CA4E71C0FCE051C8A0668CA092D@exmbx1.imr.no"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US">I have a program that
            makes a simple maplayer in the mapcontext and the geotoolkit
            swing renderer.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">I have used a constant
            that obviously was defined in an earlier version of
            geotoolkit-pending-snapshot which I use in the maven-build
            file.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Now the statement:<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; final
            MutableStyle style = CartographicUtils.markSymbol(Color.RED,
            Color.RED, 5, MARK_SQUARE);<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">say that it does not
            find the MARK_SQAURE constant any more &#8211; I have not changed
            my import statements !!<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Here are my import
            statements:<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import java.awt.Color;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.data.FeatureCollection;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.factory.FactoryFinder;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.factory.Hints;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.map.FeatureMapLayer;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.map.MapBuilder;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.map.MapLayer;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.style.MutableStyle;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import
            org.geotoolkit.style.MutableStyleFactory;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">import static
            org.geotoolkit.style.StyleConstants.*; // I tried this and
            several others also<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Do you have any hints
            for me ?<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Best Regards<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Trond Westg&aring;rd<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Senior Engineer<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Institute of Marine
            Research<o:p></o:p></span></p>
        <p class="MsoNormal">Bergen, Norway<o:p></o:p></p>
        <p class="MsoNormal"><a class="moz-txt-link-abbreviated" href="mailto:trondwe@imr.no">trondwe@imr.no</a><o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Geotoolkit mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geotoolkit@lists.osgeo.org">Geotoolkit@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geotoolkit">http://lists.osgeo.org/mailman/listinfo/geotoolkit</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>