Thanks. It is the my solution:
1.- Create geometry.
AttributeTypeBuilder atb = new AttributeTypeBuilder();
atb.setBinding(Point.class);
atb.setNillable(false);
atb.setCRS(DefaultGeographicCRS.WGS84);
atb.setDefaultValue(null);
That is a question for your application; we are mostly focused on the
GIS side of things here.
What I would do is make a query at the mouse location and see if the
pointer is over a geometry; and then it is up to you to figure out what
a good tool tip is? Perhaps the feature ID?
Jody
apreciad
Can you give me a test case that shows the problem and I will fix it for
you :-)
Jody
julian.hagenauer wrote:
> Hi,
> i downloaded trunk from svn today and comiled it.
> The Problem does still insist for me:
> java.lang.RuntimeException: Parsing failed for TextSymbolizer:
> java.lang.ClassCastExc
Hi Vitaly,
Many thanks for posting your code to the list - that's always good
because it becomes a resource for other users when they are searching
the archives.
Let us know how you get on at some stage - I'll be very interested to
hear about it.
One more page that may be useful for code or idea
The GeoTools 2.5 release is available for download:
* http://geotools.codehaus.org/2.5.0
The 2.5.0 release marks the first stable release of a number of exciting
developments and features of the 2.5.x series including:
* New feature model based on GeoAPI
* Java 5
* Support for units
Hey,
you are right, you need the epsg-ext jar as well to pick up the google
code 900913 and the 3785 has not yet landed in the database used by
geotools. The 'extension' jar has some codes that we defined for our
working needs.
--adrian
Wouter Schaubroeck wrote:
> Hey list,
>
> Is it possible