Questions tagged [java]

An object-oriented cross-platform programming language developed by Sun Microsystems.

http://support.esri.com/en/knowledgebase/GISDictionary/term/Java

884 questions
1
vote
0 answers

Detecting if a geocoordinate point is land or ocean in Java

I'm trying to find whether a given location with latitude/longtitude is a land or water. Is there any library in Java that gives me a result of my question?
user166185
  • 11
  • 1
1
vote
0 answers

Drawing arc between two points using Java?

I have two points (x1y1 and x2y2), the centre point between the two lines (x0y0), and I am trying to draw an arc using the following Java method: g.fillArc(x of initial point, y of initial point, width of arc, height of arc, start angle, end…
1
vote
0 answers

Unable to Load GloVIS using Java 8 due to Security Requirement (Windows 8, Java 8 v.40)

After migrating to a new PC running Windows 8.1 (64-bit), and updating to the most recent Java 8 version (update 40), I am unable to load the GloVis website (http://glovis.usgs.gov/); every time it reports a security error and says may not load due…
Dan
  • 665
  • 5
  • 13
0
votes
1 answer

Brinkhoff Generator Esri street shapefile + nodes and edges files

This is the original Brinkhoff generator.: http://iapg.jade-hs.de/personen/brinkhoff/generator/ & this is a modified version for higher workloads: http://moto.sourceforge.net/ The modified version does two things as their website says: 1) It takes…
Jack
  • 1