Hi,

I need to insert a description text in a map. The text must to be
drawn from a point, string, rotation and height.  I found the follow
code on list history:

FeatureType ft = ...;

String text = "The first line. \nThe second line.";
Feature feature = ft.create(new Object[] { point, text, rotation });


But I dont know how to create the FeatureType.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to