A GPX waypoint object can have a "link" attribute and a "symbol"
attribute. At this time I'm representing both of these attributes as
Strings in my waypoint object. I was thinking about upgrading these
attributes to more "intelligent" objects.

I can use the java.net.URL object for my link attribute, but I wanted
to see if there was another existing class used to represent a Link in
GeoTools that I should use instead. I can also cook up my own
CartographicSymbol interface, or find something on the web. But I
thought GeoTools might have something in this area as well.

I don't want to annoy you guys, but I'm trying to use existing code in
GeoTools whenever possible. My goal is to have a module that is well
integrated into other GeoTools modules.

Thanks,

Landon

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to