File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Poligon with  -13.8626494 62.6205398,         -13.9355395 62.6800897, axis Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

Poligon with -13.8626494 62.6205398, -13.9355395 62.6800897, axis

Harry Gupta
Greenhorn

Joined: Mar 29, 2009
Posts: 2
I need some help in coding. Actually i m working in Java Platform.
using jsp,servlet,hibernate and postgresSQL as Database in my
software.there is need of show area of land on graph in my software
for visualize area with respect to world standard WGS.

Coordinate of land area is in latitude n longitude degree(Geographical
measurement(x,y)) having minor difference between their coordinates
like ( -13.8626494,62.6205398),(-13.9355395,62.6800897) etc.this will
enter through jsp form by user and by clicking button submit it will
display a graph of land with showing all cordinates of point.

I have use Geotools n JTS topology also for it but not work properly.i
have use all version and their example but among them many methods got
depricated.

example of co-ordinate of polygon is:-
POLYGON (
-13.8626494 62.6205398,
-13.9355395 62.6800897,
-13.8589357 62.9625048,
-13.9562945 62.9625048,
-13.9562945 62.3724648,
-13.8626494 62.6205398
)

I tried my best bt unable to solve it till now
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

please don't post the same question in multiple forums.
 
I agree. Here's the link: jrebel
 
subject: Poligon with -13.8626494 62.6205398, -13.9355395 62.6800897, axis
 
Similar Threads
JSP and Graph
Creating graphs in java
How do I make dynamic GRAPHS??
Get Area of a Polygon
jsp polygon problem