Skip to content

adam701/USCMap

Repository files navigation

USC Map

USC Map is an application that queries a spatial database.

For detail assignment description: see CSCI 585 Assignmnet 2.pdf

Compile and Run:

  1. For pouplate.java:

(1). Put ojdbc6.jar, sdoapi.jar, students.xy, buildings.xy, announcementsystems.xy in the same directory as populate.java

(2). compile: javac -classpath ";sdoapi.jar;ojdbc6.jar" populate.java

(3). run: java -classpath ";sdoapi.jar;ojdbc6.jar" populate buildings.xy students.xy announcementsystems.xy

  1. For hw2.java:

(1). Put ojdbc6.jar, sdoapi.jar, map.jpg in the same directory as hw2.java

(2). complie: javac -classpath ";sdoapi.jar;ojdbc6.jar" hw2.java

(3). run: java -classpath ";sdoapi.jar;ojdbc6.jar" hw2

About

A simple USC map query system based on Oracle Spatial Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages