Hi Adam,<br><br>The ome.xml.model.Polyline class, as well as most of ome-xml.jar, is autogenerated based on the OME-XML data model. The getters and setters available correspond to the attributes of the associated element of OME-XML. So that&#39;s why you only see a getter for the String—the XML element stores the coordinates as strings. Hence, there is not really any better API for working with the coordinate list.<br>

<br>This is one reason we should develop our own ROI data model classes in ImageJ2, rather than directly leveraging the ones in ome-xml.jar. We will still support the OME data model by an adapter layer.<br><br>-Curtis<br>

<br><div class="gmail_quote">On Wed, Apr 13, 2011 at 12:35 PM, Adam Fraser <span dir="ltr">&lt;<a href="mailto:afraser@broadinstitute.org">afraser@broadinstitute.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I need to iterate over points in a <span style="font-family:Monaco;font-size:11px">ome.xml.model.Polyline</span> object, but the only getter I can find in the API is getPoints which returns a string. I&#39;m sure I could parse it by hand, but my guess is there&#39;s a better way to iterate over this data.<div>


<br></div><div>Thanks,</div><div>Adam</div>
<br>_______________________________________________<br>
ome-devel mailing list<br>
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk">ome-devel@lists.openmicroscopy.org.uk</a><br>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" target="_blank">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel</a><br>
<br></blockquote></div><br>