Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjalvarado/Course1StarterCode
/ types & classes
Types & classes
35 in github.com/cjalvarado/Course1StarterCode
⨍
Functions
175
◇
Types & classes
35
Class
Airport
A class to represent Airport data. Used in module 6 of the UC San Diego MOOC Object Oriented Programming in Java @author UC San Diego Intermediate So
UCSDUnfoldingMaps/src/demos/Airport.java:10
Class
AirportMap
An applet that shows airports (and routes) on a world map. @author Adam Setters and the UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module6/AirportMap.java:24
Class
AirportMarker
A class to represent AirportMarkers on a world map. @author Adam Setters and the UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module6/AirportMarker.java:17
Class
CityMarker
Implements a visual marker for cities on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Your name here
UCSDUnfoldingMaps/src/module4/CityMarker.java:15
Class
CityMarker
UCSDUnfoldingMaps/src/module5/CityMarker.java:19
Class
CityMarker
Implements a visual marker for cities on an earthquake map @author UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module6/CityMarker.java:14
Class
CommonMarker
Implements a common marker for cities and earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Y
UCSDUnfoldingMaps/src/module5/CommonMarker.java:13
Class
CommonMarker
Implements a common marker for cities and earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module6/CommonMarker.java:13
Class
EarthquakeCityMap
EarthquakeCityMap An application with an interactive map displaying earthquake data. Author: UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module3/EarthquakeCityMap.java:30
Class
EarthquakeCityMap
EarthquakeCityMap An application with an interactive map displaying earthquake data. Author: UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module4/EarthquakeCityMap.java:26
Class
EarthquakeCityMap
EarthquakeCityMap An application with an interactive map displaying earthquake data. Author: UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module5/EarthquakeCityMap.java:26
Class
EarthquakeCityMap
EarthquakeCityMap An application with an interactive map displaying earthquake data. Author: UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module6/EarthquakeCityMap.java:27
Class
EarthquakeCityMapDemo
EarthquakeCityMapDemo An application with an interactive map displaying earthquake data. Author: UC San Diego Intermediate Software Development MOOC t
UCSDUnfoldingMaps/src/demos/EarthquakeCityMapDemo.java:32
Class
EarthquakeMarker
Implements a visual marker for earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Your name he
UCSDUnfoldingMaps/src/module4/EarthquakeMarker.java:13
Class
EarthquakeMarker
Implements a visual marker for earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Your name he
UCSDUnfoldingMaps/src/module5/EarthquakeMarker.java:12
Class
EarthquakeMarker
UCSDUnfoldingMaps/src/module6/EarthquakeMarker.java:13
Class
HelloUCSDWorld
Hello World! This is the basic stub to start creating interactive maps.
UCSDUnfoldingMaps/src/HelloUCSDWorld.java:12
Class
HelloWorld
HelloWorld An application with two maps side-by-side zoomed in on different locations. Author: UC San Diego Coursera Intermediate Programming team @au
UCSDUnfoldingMaps/src/module1/HelloWorld.java:17
Class
LandQuakeMarker
Implements a visual marker for land earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Your na
UCSDUnfoldingMaps/src/module4/LandQuakeMarker.java:12
Class
LandQuakeMarker
Implements a visual marker for land earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Your na
UCSDUnfoldingMaps/src/module5/LandQuakeMarker.java:12
Class
LandQuakeMarker
Implements a visual marker for land earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module6/LandQuakeMarker.java:11
Class
LifeExpectancy
Visualizes life expectancy in different countries. It loads the country shapes from a GeoJSON file via a data reader, and loads the population densit
UCSDUnfoldingMaps/src/demos/LifeExpectancy.java:26
Class
LifeExpectancy
Visualizes life expectancy in different countries. It loads the country shapes from a GeoJSON file via a data reader, and loads the population densit
UCSDUnfoldingMaps/src/module6/LifeExpectancy.java:26
Class
LocationTester
A class to illustrate class design and use. Used in module 2 of the UC San Diego MOOC Object Oriented Programming in Java @author UC San Diego Interm
UCSDUnfoldingMaps/src/demos/LocationTester.java:11
Class
MyDisplay
A class to illustrate some use of the PApplet class Used in module 3 of the UC San Diego MOOC Object Oriented Programming in Java @author UC San Dieg
UCSDUnfoldingMaps/src/demos/MyDisplay.java:13
Class
MyPApplet
A class to illustrate some use of the PApplet class Used in module 3 of the UC San Diego MOOC Object Oriented Programming in Java @author UC San Dieg
UCSDUnfoldingMaps/src/demos/MyPApplet.java:14
Class
OceanQuakeMarker
Implements a visual marker for ocean earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Your n
UCSDUnfoldingMaps/src/module4/OceanQuakeMarker.java:12
Class
OceanQuakeMarker
Implements a visual marker for ocean earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team @author Your n
UCSDUnfoldingMaps/src/module5/OceanQuakeMarker.java:12
Class
OceanQuakeMarker
Implements a visual marker for ocean earthquakes on an earthquake map @author UC San Diego Intermediate Software Development MOOC team
UCSDUnfoldingMaps/src/module6/OceanQuakeMarker.java:11
Class
OfflineMapApp
This example uses a local MBTiles file. Thus, it does not need an Internet connection to load tiles.
UCSDUnfoldingMaps/src/OfflineMapApp.java:9
Class
ParseFeed
UCSDUnfoldingMaps/src/parsing/ParseFeed.java:15
Class
Person
A class to store information about a Person Used in module 4 of the UC San Diego MOOC Object Oriented Programming in Java @author UC San Diego Inter
UCSDUnfoldingMaps/src/demos/Person.java:8
Class
SearchAndSort
A class to illustrate some searching and sorting algorithms Used in module 6 of the UC San Diego MOOC Object Oriented Programming in Java @author UC
UCSDUnfoldingMaps/src/demos/SearchAndSort.java:20
Class
SimpleLocation
A class to illustrate class design and use. Used in module 2 of the UC San Diego MOOC Object Oriented Programming in Java @author UC San Diego Interm
UCSDUnfoldingMaps/src/demos/SimpleLocation.java:11
Class
Student
A class to store information about a Student Used in module 4 of the UC San Diego MOOC Object Oriented Programming in Java @author UC San Diego Inte
UCSDUnfoldingMaps/src/demos/Student.java:9