[Geotools-gt2-users] Routing Problem

2005-11-08 Thread Satyanarayana Murty Pindiproli
Hi All, I am facing a Unique Problem in routing. Have written a Application for Routing based on the Dijkstra's Algorithm supported in geo-tools.This is working perfectly on Normal Line layers.(Multi Line Strings as well). I have received a Shape file which is a Double Line Format

Re: [Geotools-gt2-users] WFSDataStore doesn't like attribute name

2005-11-08 Thread David Zwiers
Drew I think it's probably technically allowed in the spec, but this was a limitation imposed by the GT feature type. Essentially the convention was to use the local name as the name field for the attribute types. Then since the local name is the only identifier on the AttributeType, duplicates

[Geotools-gt2-users] Hi there, a few Geotools questions

2005-11-08 Thread Sean McGowan
Hi there, I'm a Software Engineering student from Dublin, Ireland. For my final year project, I'm building a spatial application using Geotools to generalise GML maps. I've just started using Geotools and I have a few short questions for anyone who can help me. 1. I noticed when using the

[Geotools-gt2-users] RE: [UMN_MAPSERVER-USERS] WFS Inline Schema

2005-11-08 Thread Simpson
Something along the lines of below xml. When the namespace http://www.ttt.org/myns points to a URL back on the server it came from, the XML parser in GeoTools tries to GET the document but can't since I have basic auth running on the server and the XML parser doesn't know how to authenticate.

RE: [Geotools-gt2-users] Styling external graphic based on feature attribute

2005-11-08 Thread dblasby
Anybody had a chance to formulate an answer to this one yet? .. In other words, the graphic that should be used to render the feature would be something like http://somehost/somepath?id=fid Unfortunately, the SLD spec does not allow for this - it only allows for a simple xlink:simpleLink

Re: [Geotools-gt2-users] LineString Graph Traversal

2005-11-08 Thread Satyanarayana Murty Pindiproli
Hi jason, Considering your Queries I think you have just begun the Work. here is Somehting that i can Help you out with. Do U want to Load the Graph Network at all times and Create a route for Points A and B ? This is the most Optimum way of Doing that cause ur Data Change would be minimum