I am pretty sure that you can revise the javadocs; but you will want to head over to the geoapi project for that.
Sunburned Surveyor wrote: > The SimpleFeature (1) class defines a method named getAttribute that > returns the value of an Attribute. > I was under the impression that there was a SimpleFeature.getValue method ... > The SimpleFeatureType (2) class also defines a method named > getAttribute, but this method returns an AttributeDescriptor object, > not an attribute value. > The method is getAttribute; rather than getProperty because the idea of SimpleFeature is that it is a fixed order of Attributes; and we leave off Descriptor since that is "obvious" when you are working with type information (ie there are no values around when you are working on a type) > newcomers to the SimpleFeature framework in GeoTools? Of course, Jody > probably has something like this on the wiki already. I'd probably > have had fewer questions if I would have read this first.) :] > Not sure if I have anything good; we are shy on materials introducing the feature model - so go ahead start writing :-) Jody ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
