Download unfolding Free Java Code

Description

A library to create interactive maps and geovisualizations in Processing and Java.

Icons

unfolding

Source Files

The download file unfolding-master.zip has the following entries.


.classpath/*  w  w w  .  j  av  a  2s. co m*/
.gitignore
.project
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.jdt.launching.prefs
LICENSE.txt
README.md
build.xml
config/log4j.properties
data/data/MBTARapidTransitLines.json
data/data/bbc-georss-test.xml
data/data/bike-tour.gpx
data/data/countries-data.csv
data/data/countries-detailed.geo.json
data/data/countries-population-density.csv
data/data/countries.geo.json
data/test/Mask.glsl
data/test/Mask.xml
data/test/beach.jpg
data/test/mask.png
data/test/splendor-big.jpg
data/test/splendor-cutout.png
data/test/sprite-pink.png
data/test/test800x600.png
data/tiles/blankDark-1-3.mbtiles
data/tiles/blankLight-1-3.mbtiles
data/ui/Lato-Bold-14.vlw
data/ui/Lato-Regular-11.vlw
data/ui/OpenSans-12.vlw
data/ui/OpenSans-18.vlw
data/ui/compass_grey.png
data/ui/compass_white.png
data/ui/marker.png
data/ui/markerStyleGuide.png
data/ui/marker_gray.png
data/ui/marker_red.png
data/ui/unfolding-mini-icon.png
examples-extern/de/fhpotsdam/unfolding/examples/animation/AnimationWithAniLibApp.java
examples-extern/de/fhpotsdam/unfolding/examples/data/temporal/AnimatedTemporalDotsApp.java
examples-extern/de/fhpotsdam/unfolding/examples/data/temporal/TemporalDotsApp.java
examples-extern/de/fhpotsdam/unfolding/examples/geonames/GeoNamesBasicLookup.java
examples-extern/de/fhpotsdam/unfolding/examples/geonames/GeoNamesDynamicLookup.java
examples-extern/de/fhpotsdam/unfolding/examples/threed/AnimatedParticle.java
examples-extern/de/fhpotsdam/unfolding/examples/threed/ArcsBezierMap3DApp.java
examples-extern/de/fhpotsdam/unfolding/examples/threed/ArcsMap3DApp.java
examples-extern/de/fhpotsdam/unfolding/examples/threed/ArcsWithAnimatedParticlesMap3DApp.java
examples-extern/de/fhpotsdam/unfolding/examples/threed/Map3DApp.java
examples-extern/de/fhpotsdam/unfolding/examples/threed/SphereMarkersMap3DApp.java
examples-extern/de/fhpotsdam/unfolding/examples/threed/SphereModelMap3DApp.java
examples-processing/ChoroplethMapApp/ChoroplethMapApp.pde
examples-processing/ChoroplethMapApp/data/countries-population-density.csv
examples-processing/ChoroplethMapApp/data/countries.geo.json
examples-processing/CircularMapSnapshotApp/CircularMapSnapshot.java
examples-processing/CircularMapSnapshotApp/CircularMapSnapshotApp.pde
examples-processing/CircularMapSnapshotApp/MapSnapshot.java
examples-processing/DebugDisplayApp/DebugDisplayApp.pde
examples-processing/DebugDisplayApp/data/ui/Lato-Bold-14.vlw
examples-processing/DebugDisplayApp/data/ui/Lato-Regular-11.vlw
examples-processing/DebugDisplayApp/data/ui/unfolding-mini-icon.png
examples-processing/GeoJSONMarkerApp/GeoJSONMarkerApp.pde
examples-processing/GeoJSONMarkerApp/data/countries.geo.json
examples-processing/GeoRSSMarkerApp/GeoRSSMarkerApp.pde
examples-processing/GeoRSSStyledMarkerApp/EarthquakeMarker.java
examples-processing/GeoRSSStyledMarkerApp/GeoRSSStyledMarkerApp.pde
examples-processing/LabeledMarkerApp/LabeledMarker.java
examples-processing/LabeledMarkerApp/LabeledMarkerApp.pde
examples-processing/MBTilesApp/MBTilesApp.pde
examples-processing/MBTilesApp/code/how-to-install-sqlite.txt
examples-processing/MBTilesApp/data/blank-1-3.mbtiles
examples-processing/MarkerSelectionApp/MarkerSelectionApp.pde
examples-processing/MarkerSelectionApp/data/countries.geo.json
examples-processing/MultiProviderMultiMapApp/MultiProviderMultiMapApp.pde
examples-processing/OverviewAndDetailMapApp/OverviewAndDetailMapApp.pde
examples-processing/PanAnimationMapApp/PanAnimationMapApp.pde
examples-processing/SimpleConversionMapApp/SimpleConversionMapApp.pde
examples-processing/SimpleMapApp/SimpleMapApp.pde
examples-processing/SimpleMarkerApp/SimpleMarkerApp.pde
examples-processing/TransitLineMarkerApp/TransitLineMarkerApp.pde
examples-processing/TransitLineMarkerApp/data/MBTARapidTransitLines.json
examples/HelloUnfoldingWorld.java
examples/de/fhpotsdam/unfolding/examples/SimpleMapApp.java
examples/de/fhpotsdam/unfolding/examples/SimplePositionConversionMapApp.java
examples/de/fhpotsdam/unfolding/examples/animation/FadeTwoMapsApp.java
examples/de/fhpotsdam/unfolding/examples/animation/PanAnimationMapApp.java
examples/de/fhpotsdam/unfolding/examples/data/GPXTrackApp.java
examples/de/fhpotsdam/unfolding/examples/data/GeoJSONMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/data/GeoRSSMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/data/TransitLinesMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/data/choropleth/ChoroplethMapApp.java
examples/de/fhpotsdam/unfolding/examples/data/countrydata/CountryBubbleMapApp.java
examples/de/fhpotsdam/unfolding/examples/data/customreader/ColoredLinesMarker.java
examples/de/fhpotsdam/unfolding/examples/data/customreader/GPXSpeedReader.java
examples/de/fhpotsdam/unfolding/examples/data/customreader/GPXSpeedTrackApp.java
examples/de/fhpotsdam/unfolding/examples/data/styled/EarthquakeMarker.java
examples/de/fhpotsdam/unfolding/examples/data/styled/GeoRSSStyledMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/distance/GetDistanceApp.java
examples/de/fhpotsdam/unfolding/examples/distance/GreatCircleConnectionApp.java
examples/de/fhpotsdam/unfolding/examples/events/AllTilesLoadedApp.java
examples/de/fhpotsdam/unfolding/examples/events/ComplexMapEventApp.java
examples/de/fhpotsdam/unfolding/examples/events/InternalMapEventListenerApp.java
examples/de/fhpotsdam/unfolding/examples/events/MapChangedApp.java
examples/de/fhpotsdam/unfolding/examples/image/ImageOverlayApp.java
examples/de/fhpotsdam/unfolding/examples/image/LargeMapImageSaveApp.java
examples/de/fhpotsdam/unfolding/examples/image/SmallImageOverlayApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/ConstrainedBoxMapApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/ConstrainedMapApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/NaviButtonMapApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/NaviButtonMapEventsApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/UIOnMapApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/multitouch/MultitouchMapApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/multitouch/MultitouchMapExternalTuioApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/snapshot/CircularMapSnapshot.java
examples/de/fhpotsdam/unfolding/examples/interaction/snapshot/CircularMapSnapshotApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/snapshot/ComplexMapSnapshotApp.java
examples/de/fhpotsdam/unfolding/examples/interaction/snapshot/MapSnapshot.java
examples/de/fhpotsdam/unfolding/examples/interaction/snapshot/MapSnapshotApp.java
examples/de/fhpotsdam/unfolding/examples/marker/MarkerSelectionApp.java
examples/de/fhpotsdam/unfolding/examples/marker/SimpleMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/SimpleMarkerManagerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/SimpleNonMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/advanced/DistancePerLocationPolygonMarker.java
examples/de/fhpotsdam/unfolding/examples/marker/advanced/GetNearestMultiMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/advanced/ZoomDependentMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/advanced/centroid/CentroidLabelMarker.java
examples/de/fhpotsdam/unfolding/examples/marker/advanced/centroid/CentroidMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/connectionmarker/ConnectionMarker.java
examples/de/fhpotsdam/unfolding/examples/marker/connectionmarker/NeighborMarkersApp.java
examples/de/fhpotsdam/unfolding/examples/marker/dynamic/DynamicMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/imagemarker/ImageMarker.java
examples/de/fhpotsdam/unfolding/examples/marker/imagemarker/ImageMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/labelmarker/LabeledMarker.java
examples/de/fhpotsdam/unfolding/examples/marker/labelmarker/LabeledMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/labelmarker/ManualLabelMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/labelmarker/MultiLabeledMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/marker/multimaps/MultiLabeledMarkerOnMultiMapsApp.java
examples/de/fhpotsdam/unfolding/examples/marker/multimarker/CombineTestApp.java
examples/de/fhpotsdam/unfolding/examples/marker/multimarker/MultiMarkerApp.java
examples/de/fhpotsdam/unfolding/examples/misc/DebugDisplayApp.java
examples/de/fhpotsdam/unfolding/examples/misc/MultiDebugDisplayApp.java
examples/de/fhpotsdam/unfolding/examples/misc/ResizableMapApp.java
examples/de/fhpotsdam/unfolding/examples/misc/RotatableMapApp.java
examples/de/fhpotsdam/unfolding/examples/misc/SimpleBackgroundMapApp.java
examples/de/fhpotsdam/unfolding/examples/misc/SimpleNoMapApp.java
examples/de/fhpotsdam/unfolding/examples/multi/DayNightTransitionApp.java
examples/de/fhpotsdam/unfolding/examples/multi/MapComparisonApp.java
examples/de/fhpotsdam/unfolding/examples/multi/MapErrorComparisonApp.java
examples/de/fhpotsdam/unfolding/examples/multi/MultiProviderMultiMapApp.java
examples/de/fhpotsdam/unfolding/examples/multi/MultiProviderOverlayMapApp.java
examples/de/fhpotsdam/unfolding/examples/multi/SimpleMultiMapApp.java
examples/de/fhpotsdam/unfolding/examples/multi/overlay/MovableMapOnStaticMapApp.java
examples/de/fhpotsdam/unfolding/examples/multi/overlay/SatelliteOverlayApp.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/OverviewAndDetailFinderBoxMapApp.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/OverviewAndDetailMapApp.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/OverviewAndDetailWithViewportApp.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/connection/ConvexHull.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/connection/ConvexHullConnectedMapOnStaticMap.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/connection/ConvexHullConnection.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/connection/ConvexHullConnectionApp.java
examples/de/fhpotsdam/unfolding/examples/overviewdetail/connection/OverviewPlusDetailConnection.java
examples/de/fhpotsdam/unfolding/examples/provider/MBTilesMapApp.java
examples/de/fhpotsdam/unfolding/examples/provider/SatelliteProviderMapApp.java
examples/de/fhpotsdam/unfolding/examples/provider/dynamic/DynamicMapSwitch.java
examples/de/fhpotsdam/unfolding/examples/provider/dynamic/DynamicProviderSwitch.java
examples/de/fhpotsdam/unfolding/examples/ui/BarScaleApp.java
examples/de/fhpotsdam/unfolding/examples/ui/CompassApp.java
examples/de/fhpotsdam/unfolding/examples/ui/StyledCompassApp.java
lib-extern/Ani.jar
lib-extern/controlP5.jar
lib-extern/geonames-1.1.6.jar
lib-extern/joda-time-2.0.jar
lib-extern/toxiclibs_p5.jar
lib-extern/toxiclibscore.jar
lib-processing/log4j-1.2.15.jar
lib/core.jar
lib/glgraphics.jar
lib/gluegen-rt.jar
lib/jogl.jar
lib/json4processing.jar
lib/junit-4.10.jar
lib/libTUIO.jar
lib/log4j-1.2.15.jar
lib/opengl.jar
lib/sqlitejdbc-v056.jar
libNative/linux32/libgluegen-rt.so
libNative/linux32/libjogl.so
libNative/linux32/libjogl_awt.so
libNative/linux32/libjogl_cg.so
libNative/linux64/libgluegen-rt.so
libNative/linux64/libjogl.so
libNative/linux64/libjogl_awt.so
libNative/linux64/libjogl_cg.so
libNative/macosx/libgluegen-rt.jnilib
libNative/macosx/libjogl.jnilib
libNative/macosx/libjogl_awt.jnilib
libNative/macosx/libjogl_cg.jnilib
libNative/windows32/gluegen-rt.dll
libNative/windows32/jogl.dll
libNative/windows32/jogl_awt.dll
libNative/windows32/jogl_cg.dll
libNative/windows64/gluegen-rt.dll
libNative/windows64/jogl.dll
libNative/windows64/jogl_awt.dll
libNative/windows64/jogl_cg.dll
notworking/de/fhpotsdam/unfolding/examples/provider/CartoDBLayerMapApp.java
release-notes.txt
resources/ChangeLog.txt
resources/build.properties
resources/build.xml
resources/code/ExampleTaglet.class
resources/code/ExampleTaglet.java
resources/code/ant-contrib-1.0b3.jar
resources/code/doc.sh
resources/install_instructions.txt
resources/singleAppJar-build.xml
resources/stylesheet.css
resources/unfolding_app_template/README
resources/unfolding_app_template/classpath
resources/unfolding_app_template/classpath_with_examples
resources/unfolding_app_template/project
resources/unfolding_app_template/project_with_examples
src/de/fhpotsdam/unfolding/Map.java
src/de/fhpotsdam/unfolding/UnfoldingMap.java
src/de/fhpotsdam/unfolding/core/Coordinate.java
src/de/fhpotsdam/unfolding/core/MapCenter.java
src/de/fhpotsdam/unfolding/core/package-info.java
src/de/fhpotsdam/unfolding/data/Feature.java
src/de/fhpotsdam/unfolding/data/GPXReader.java
src/de/fhpotsdam/unfolding/data/GeoDataReader.java
src/de/fhpotsdam/unfolding/data/GeoJSONReader.java
src/de/fhpotsdam/unfolding/data/GeoRSSReader.java
src/de/fhpotsdam/unfolding/data/MarkerFactory.java
src/de/fhpotsdam/unfolding/data/MultiFeature.java
src/de/fhpotsdam/unfolding/data/PointFeature.java
src/de/fhpotsdam/unfolding/data/ShapeFeature.java
src/de/fhpotsdam/unfolding/data/package-info.java
src/de/fhpotsdam/unfolding/events/EventDispatcher.java
src/de/fhpotsdam/unfolding/events/MapEvent.java
src/de/fhpotsdam/unfolding/events/MapEventBroadcaster.java
src/de/fhpotsdam/unfolding/events/MapEventListener.java
src/de/fhpotsdam/unfolding/events/PanMapEvent.java
src/de/fhpotsdam/unfolding/events/ScopedListeners.java
src/de/fhpotsdam/unfolding/events/ZoomMapEvent.java
src/de/fhpotsdam/unfolding/events/package-info.java
src/de/fhpotsdam/unfolding/geo/AbstractProjection.java
src/de/fhpotsdam/unfolding/geo/LinearProjection.java
src/de/fhpotsdam/unfolding/geo/Location.java
src/de/fhpotsdam/unfolding/geo/MercatorProjection.java
src/de/fhpotsdam/unfolding/geo/Transformation.java
src/de/fhpotsdam/unfolding/geo/package-info.java
src/de/fhpotsdam/unfolding/interactions/KeyboardHandler.java
src/de/fhpotsdam/unfolding/interactions/MouseHandler.java
src/de/fhpotsdam/unfolding/interactions/TuioCursorHandler.java
src/de/fhpotsdam/unfolding/interactions/package-info.java
src/de/fhpotsdam/unfolding/mapdisplay/AbstractMapDisplay.java
src/de/fhpotsdam/unfolding/mapdisplay/DistortedGLGraphicsMapDisplay.java
src/de/fhpotsdam/unfolding/mapdisplay/GLGraphicsMapDisplay.java
src/de/fhpotsdam/unfolding/mapdisplay/MapDisplayFactory.java
src/de/fhpotsdam/unfolding/mapdisplay/MaskedGLGraphicsMapDisplay.java
src/de/fhpotsdam/unfolding/mapdisplay/MaskedPGraphicsMapDisplay.java
src/de/fhpotsdam/unfolding/mapdisplay/ProcessingMapDisplay.java
src/de/fhpotsdam/unfolding/mapdisplay/package-info.java
src/de/fhpotsdam/unfolding/marker/AbstractMarker.java
src/de/fhpotsdam/unfolding/marker/AbstractShapeMarker.java
src/de/fhpotsdam/unfolding/marker/Marker.java
src/de/fhpotsdam/unfolding/marker/MarkerManager.java
src/de/fhpotsdam/unfolding/marker/MultiMarker.java
src/de/fhpotsdam/unfolding/marker/SimpleLinesMarker.java
src/de/fhpotsdam/unfolding/marker/SimplePointMarker.java
src/de/fhpotsdam/unfolding/marker/SimplePolygonMarker.java
src/de/fhpotsdam/unfolding/marker/package-info.java
src/de/fhpotsdam/unfolding/package-info.java
src/de/fhpotsdam/unfolding/providers/AbstractMapProvider.java
src/de/fhpotsdam/unfolding/providers/AbstractMapTileProvider.java
src/de/fhpotsdam/unfolding/providers/AbstractMapTileUrlProvider.java
src/de/fhpotsdam/unfolding/providers/CartoDBProvider.java
src/de/fhpotsdam/unfolding/providers/GeoMapApp.java
src/de/fhpotsdam/unfolding/providers/Google.java
src/de/fhpotsdam/unfolding/providers/ImmoScout.java
src/de/fhpotsdam/unfolding/providers/MBTilesMapProvider.java
src/de/fhpotsdam/unfolding/providers/MapBox.java
src/de/fhpotsdam/unfolding/providers/Microsoft.java
src/de/fhpotsdam/unfolding/providers/OpenStreetMap.java
src/de/fhpotsdam/unfolding/providers/StamenMapProvider.java
src/de/fhpotsdam/unfolding/providers/Yahoo.java
src/de/fhpotsdam/unfolding/providers/package-info.java
src/de/fhpotsdam/unfolding/texture/AbstractLensDistorter.java
src/de/fhpotsdam/unfolding/texture/DisplacedDistorter.java
src/de/fhpotsdam/unfolding/texture/Distorter.java
src/de/fhpotsdam/unfolding/texture/ExtrusionDistorter.java
src/de/fhpotsdam/unfolding/texture/LinearInterpolationDistorter.java
src/de/fhpotsdam/unfolding/texture/PAppletFactory.java
src/de/fhpotsdam/unfolding/texture/RippleDistorter.java
src/de/fhpotsdam/unfolding/texture/ScaleInterpolationDistorter.java
src/de/fhpotsdam/unfolding/texture/TextureDistorter.java
src/de/fhpotsdam/unfolding/texture/package-info.java
src/de/fhpotsdam/unfolding/tiles/DebugTileUtils.java
src/de/fhpotsdam/unfolding/tiles/MBTilesLoaderUtils.java
src/de/fhpotsdam/unfolding/tiles/TileLoader.java
src/de/fhpotsdam/unfolding/tiles/TileLoaderListener.java
src/de/fhpotsdam/unfolding/tiles/package-info.java
src/de/fhpotsdam/unfolding/ui/BarScaleUI.java
src/de/fhpotsdam/unfolding/ui/CompassUI.java
src/de/fhpotsdam/unfolding/ui/MaskUI.java
src/de/fhpotsdam/unfolding/ui/ZoomLevelUI.java
src/de/fhpotsdam/unfolding/ui/package-info.java
src/de/fhpotsdam/unfolding/utils/DebugDisplay.java
src/de/fhpotsdam/unfolding/utils/GeneralizationUtils.java
src/de/fhpotsdam/unfolding/utils/GeoUtils.java
src/de/fhpotsdam/unfolding/utils/Lato-Bold-14.vlw
src/de/fhpotsdam/unfolding/utils/Lato-Regular-11.vlw
src/de/fhpotsdam/unfolding/utils/MapPosition.java
src/de/fhpotsdam/unfolding/utils/MapUtils.java
src/de/fhpotsdam/unfolding/utils/ScreenPosition.java
src/de/fhpotsdam/unfolding/utils/StyleConstants.java
src/de/fhpotsdam/unfolding/utils/package-info.java
src/de/fhpotsdam/unfolding/utils/unfolding-mini-icon.png
src/de/fhpotsdam/utils/Integrator.java
src/de/fhpotsdam/utils/StringUtils.java
src/de/fhpotsdam/utils/package-info.java
test/de/fhpotsdam/AbstractShapeMarkerLocationTest.java
test/de/fhpotsdam/ImageLoadingTestApp.java
test/de/fhpotsdam/JunitDemoTest.java
test/de/fhpotsdam/generics/ClassHavingMarkerManager.java
test/de/fhpotsdam/generics/MarkerManager.java
test/de/fhpotsdam/generics/MarkerTestApp.java
test/de/fhpotsdam/matrix/FingerAngleTest.java
test/de/fhpotsdam/matrix/Grid.java
test/de/fhpotsdam/matrix/GridFingerTest.java
test/de/fhpotsdam/matrix/GridTest.java
test/de/fhpotsdam/matrix/RotationTest.java
test/de/fhpotsdam/transmatrix/MultiTransObjectApp.java
test/de/fhpotsdam/transmatrix/TextThing.java
test/de/fhpotsdam/transmatrix/TransformableObject.java
test/de/fhpotsdam/transmatrix/TuioTransformableObject.java
test/de/fhpotsdam/unfolding/MBTileTestApp.java
test/de/fhpotsdam/unfolding/PrecisePositionsApp.java
test/de/fhpotsdam/unfolding/ZoomRangeTweenMap.java
test/de/fhpotsdam/unfolding/data/manual/CenteredTrackApp.java
test/de/fhpotsdam/unfolding/data/manual/GPXUtils.java
test/de/fhpotsdam/unfolding/data/manual/ManualGPXTrackApp.java
test/de/fhpotsdam/unfolding/data/manual/ManualGeoRSSApp.java
test/de/fhpotsdam/unfolding/examples/SimpleAnimatedMapApp.java
test/de/fhpotsdam/unfolding/examples/fun/Circle.java
test/de/fhpotsdam/unfolding/examples/fun/ColorIntegrator.java
test/de/fhpotsdam/unfolding/examples/fun/FlippedMapDisplay.java
test/de/fhpotsdam/unfolding/examples/fun/GenerativeGraphicMap.java
test/de/fhpotsdam/unfolding/examples/fun/Integrator.java
test/de/fhpotsdam/unfolding/examples/fun/MovingCirclesMap.java
test/de/fhpotsdam/unfolding/examples/fun/RorschachMap.java
test/de/fhpotsdam/unfolding/examples/mask/SimpleMaskApp.java
test/de/fhpotsdam/unfolding/examples/mask/SimpleMaskAppGl.java
test/de/fhpotsdam/unfolding/interaction/ManualMapInteractionsTestApp.java
test/de/fhpotsdam/unfolding/interaction/PanConstrainedMapSelfApp.java
test/de/fhpotsdam/unfolding/interaction/PanToCenterBugApp.java
test/de/fhpotsdam/unfolding/marker/compare/ExtendedMarkerApp.java
test/de/fhpotsdam/unfolding/marker/compare/InnerLabelMarker.java
test/de/fhpotsdam/unfolding/marker/compare/OuterLabelMarker.java
test/de/fhpotsdam/unfolding/marker/compare/OuterPointMarker.java
test/de/fhpotsdam/unfolding/marker/compare/OuterPolygonMarker.java
test/de/fhpotsdam/unfolding/marker/gllines/GLLinesMarker.java
test/de/fhpotsdam/unfolding/marker/gllines/GLLinesMarkerApp.java
test/de/fhpotsdam/unfolding/masks/DynamicMaskedGLGraphicsApp.java
test/de/fhpotsdam/unfolding/masks/MaskedGLGraphicsApp.java
test/de/fhpotsdam/unfolding/masks/MaskedImageApp.java
test/de/fhpotsdam/unfolding/masks/MaskedMapApp.java
test/de/fhpotsdam/unfolding/multi/MultiProviderMultiMapApp.java
test/de/fhpotsdam/unfolding/overviewdetail/ConvexHullApp.java
test/de/fhpotsdam/unfolding/overviewdetail/KiteConnectedMapOnStaticMap.java
test/de/fhpotsdam/unfolding/overviewdetail/KiteConnection.java
test/de/fhpotsdam/unfolding/overviewdetail/KiteConnectionApp.java
test/de/fhpotsdam/unfolding/performance/Dot.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp1.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp2.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp3.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp4Timer.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp5Timer2.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp6GLModel.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp6GLModelMoving.java
test/de/fhpotsdam/unfolding/performance/MillionDotsMapApp7GLModel2.java
test/de/fhpotsdam/unfolding/performance/unfolding-dots-performance-results.txt
test/de/fhpotsdam/unfolding/rendering/RenderMarkerTestApp.java
test/de/fhpotsdam/unfolding/rendering/TestMarker.java
test/de/fhpotsdam/unfolding/tweening/TweeningTestApp.java
test/de/fhpotsdam/unfolding/utils/GeneralizationFeatureTestApp.java
test/de/fhpotsdam/unfolding/utils/GeneralizationPolyMarkerTestApp.java
test/de/fhpotsdam/unfolding/utils/GeneralizationTestApp.java
test/de/fhpotsdam/unfolding/utils/GeneralizationTestOnMapApp.java
test/de/fhpotsdam/utils/AddMarkerInteractivelyApp.java
test/de/fhpotsdam/utils/CentroidOfCentroidTestApp.java
test/de/fhpotsdam/utils/CentroidTestApp.java
test/de/fhpotsdam/utils/InteractiveCentroidTestApp.java
todo.txt
web/MapProvider-UML.graffle
web/screenshots/compass.png

Download

Click the following link to download unfolding-master.zip.

unfolding-master.zip




















Home »
  Java Free Code »
    Development »




Algebra
Algorithm
Ant
Bytecode
Compiler
DataMining
DSL
Eclipse
Example
File
Git
Intellij
JavaBean
JAX
jBPM
JDK8
JME
JMX
JodaTime
JRuby
JSE
JSON
JVM
Lambda
libgdx
Library
log4j
Markdown
Math
Maven
Netbeans
NIO
NLP
OSGi
Plugin
Scala
SDK
slf4j
Template
Thread
Tutorial
Unicode
Utility
ZooKeeper