A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractLensDistorter - Class in de.fhpotsdam.unfolding.texture
 
AbstractLensDistorter() - Constructor for class de.fhpotsdam.unfolding.texture.AbstractLensDistorter
 
AbstractMapDisplay - Class in de.fhpotsdam.unfolding.mapdisplay
Handles tiles management and display, and map location and screen position conversions.
AbstractMapDisplay(AbstractMapProvider, float, float) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
AbstractMapDisplay.QueueSorter - Class in de.fhpotsdam.unfolding.mapdisplay
 
AbstractMapDisplay.QueueSorter() - Constructor for class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay.QueueSorter
 
AbstractMapDisplay.ZoomComparator - Class in de.fhpotsdam.unfolding.mapdisplay
 
AbstractMapDisplay.ZoomComparator() - Constructor for class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay.ZoomComparator
 
AbstractMapProvider - Class in de.fhpotsdam.unfolding.providers
Abstract map provider handles map tiles in combination with the appropriate TileLoader.
AbstractMapProvider(AbstractProjection) - Constructor for class de.fhpotsdam.unfolding.providers.AbstractMapProvider
 
AbstractMapTileProvider - Class in de.fhpotsdam.unfolding.providers
Handles tiles from other sources, such as databases, local files, etc.
AbstractMapTileProvider(AbstractProjection) - Constructor for class de.fhpotsdam.unfolding.providers.AbstractMapTileProvider
 
AbstractMapTileUrlProvider - Class in de.fhpotsdam.unfolding.providers
Handles tiles from URLs, such as web map services, etc.
AbstractMapTileUrlProvider(AbstractProjection) - Constructor for class de.fhpotsdam.unfolding.providers.AbstractMapTileUrlProvider
 
AbstractMarker - Class in de.fhpotsdam.unfolding.marker
Abstract marker handling conversion of location to appropriate coordinate system, and handles basic marker functionality.
AbstractMarker() - Constructor for class de.fhpotsdam.unfolding.marker.AbstractMarker
 
AbstractMarker(Location) - Constructor for class de.fhpotsdam.unfolding.marker.AbstractMarker
 
AbstractMarker(Location, HashMap<String, Object>) - Constructor for class de.fhpotsdam.unfolding.marker.AbstractMarker
 
AbstractProjection - Class in de.fhpotsdam.unfolding.geo
 
AbstractProjection() - Constructor for class de.fhpotsdam.unfolding.geo.AbstractProjection
 
AbstractProjection(float) - Constructor for class de.fhpotsdam.unfolding.geo.AbstractProjection
 
AbstractProjection(float, Transformation) - Constructor for class de.fhpotsdam.unfolding.geo.AbstractProjection
 
AbstractShapeMarker - Class in de.fhpotsdam.unfolding.marker
Abstract marker representing multiple locations and can be implemented as lines, polygons, or other shapes.
AbstractShapeMarker() - Constructor for class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Creates an empty shape marker with no locations.
AbstractShapeMarker(List<Location>) - Constructor for class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Creates a shape marker for the given locations.
AbstractShapeMarker(List<Location>, HashMap<String, Object>) - Constructor for class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Creates a shape marker for the given locations.
accel - Variable in class de.fhpotsdam.utils.Integrator
 
AcetateProvider - Class in de.fhpotsdam.unfolding.providers
Provider based on Leaflet-providers: http://leaflet-extras.github.io/leaflet-providers/preview/index.html Tiles (c)2012 Esri & Stamen, Data from OSM and Natural Earth
AcetateProvider() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider
 
AcetateProvider.All - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.All() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.All
 
AcetateProvider.Basemap - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.Basemap() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.Basemap
 
AcetateProvider.Foreground - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.Foreground() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.Foreground
 
AcetateProvider.GenericAcetateProvider - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.GenericAcetateProvider() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.GenericAcetateProvider
 
AcetateProvider.Hillshading - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.Hillshading() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.Hillshading
 
AcetateProvider.Labels - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.Labels() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.Labels
 
AcetateProvider.Roads - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.Roads() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.Roads
 
AcetateProvider.Terrain - Class in de.fhpotsdam.unfolding.providers
 
AcetateProvider.Terrain() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.Terrain
 
active - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
Indicates whether this map is currently active.
addBroadcaster(MapEventBroadcaster) - Method in class de.fhpotsdam.unfolding.events.EventDispatcher
Adds broadcaster by setting this EventDispatcher in the MapEventDispatcher.
addFeature(Feature) - Method in class de.fhpotsdam.unfolding.data.MultiFeature
Adss a feature to this multi-feature.
addInnerOffset(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
addLocation(Location) - Method in class de.fhpotsdam.unfolding.data.ShapeFeature
Adds a location to this shape feature.
addLocation(float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Adds a Location to the list of locations.
addLocations(Location...) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Adds all locations to the list of locations.
addLocations(List<Location>) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Adds all locations to the list of locations.
addMarker(Marker) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Adds a marker to the default marker manager.
addMarker(E) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Adds a marker to the manager marker list.
addMarker(Marker) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Adds a marker to the map.
addMarkerManager(MarkerManager<Marker>) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
You need to set the map of the given MarkerManager before using.
addMarkerManager(MarkerManager<Marker>) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Add a MarkerManager to the map.
addMarkers(List<Marker>) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Adds multiple markers to the default marker manager.
addMarkers(List<E>) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Adds a list of markers to the managed markers.
addMarkers(Marker...) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
addMarkers(Marker...) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Adds one or multiple markers to the map.
addMarkers(List<Marker>) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Adds multiple markers to the map.
addOffset(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Moves the offset of the map.
addProperty(String, Object) - Method in class de.fhpotsdam.unfolding.data.Feature
Adds a property to this feature.
addTuioCursor(TuioCursor) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
addTuioObject(TuioObject) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
addVertex(float, float, float, float, float) - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
Adds vertex, texture coordinates, and normals.
AERIAL_VERSION - Static variable in class de.fhpotsdam.unfolding.providers.Yahoo
 
allTilesLoaded - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Check whether all currently visible tiles have been loaded.
allTilesLoaded() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Check whether all currently visible tiles have been loaded.
allTilesLoaded() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Check whether all currently visible tiles have been loaded.
angle - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Rotation of this MapDisplay.
attraction - Variable in class de.fhpotsdam.utils.Integrator
 
ax - Variable in class de.fhpotsdam.unfolding.geo.Transformation
 
ay - Variable in class de.fhpotsdam.unfolding.geo.Transformation
 

B

BarScaleUI - Class in de.fhpotsdam.unfolding.ui
 
BarScaleUI(PApplet, UnfoldingMap, float, float) - Constructor for class de.fhpotsdam.unfolding.ui.BarScaleUI
 
BarScaleUI(PApplet, UnfoldingMap) - Constructor for class de.fhpotsdam.unfolding.ui.BarScaleUI
 
bEnableDrawing - Variable in class de.fhpotsdam.unfolding.marker.MarkerManager
 
bgColor - Variable in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
BlurredMapDisplayShader - Class in de.fhpotsdam.unfolding.mapdisplay.shaders
This shader blurs a map.
BlurredMapDisplayShader(PApplet, int, float) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.shaders.BlurredMapDisplayShader
 
BlurredMapDisplayShader(PApplet) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.shaders.BlurredMapDisplayShader
 
bx - Variable in class de.fhpotsdam.unfolding.geo.Transformation
 
by - Variable in class de.fhpotsdam.unfolding.geo.Transformation
 

C

calculateInnerMatrix() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
calculateInnerMatrix() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
calculateMatrix() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Updates the matrix to transform the map with with the current transformation center.
calculateMatrix() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Updates the matrix to transform the map with.
CartoDBProvider - Class in de.fhpotsdam.unfolding.providers
 
CartoDBProvider(String, String) - Constructor for class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
center - Variable in class de.fhpotsdam.unfolding.texture.AbstractLensDistorter
 
cleanupImageBuffer() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Cleans oldest images if too many images exist, or if memory is too full.
cleanupImageBuffer(boolean) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
clearMarkers() - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Removes all markers.
closest(float, List<Float>) - Method in class de.fhpotsdam.unfolding.ui.BarScaleUI
 
color - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
column - Variable in class de.fhpotsdam.unfolding.core.Coordinate
 
compare(Coordinate, Coordinate) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay.QueueSorter
 
compare(Coordinate, Coordinate) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay.ZoomComparator
 
CompassUI - Class in de.fhpotsdam.unfolding.ui
A simple compass which shows the cardinal directions of the map.
CompassUI(PApplet, UnfoldingMap, PImage, float, float) - Constructor for class de.fhpotsdam.unfolding.ui.CompassUI
Create CompassUI.
CompassUI(PApplet, UnfoldingMap) - Constructor for class de.fhpotsdam.unfolding.ui.CompassUI
Create default CompassUI at default position.
computeMovingAverage(List<PVector>, int) - Static method in class de.fhpotsdam.unfolding.utils.GeneralizationUtils
Calculates the moving average of vertices.
computeMovingAverage(float[], int) - Static method in class de.fhpotsdam.unfolding.utils.GeneralizationUtils
Calculates the np-point moving average for some values.
container() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
Coordinate - Class in de.fhpotsdam.unfolding.core
Internal(!) representation of coordinates.
Coordinate(float, float, float) - Constructor for class de.fhpotsdam.unfolding.core.Coordinate
 
coordinate - Variable in class de.fhpotsdam.unfolding.core.MapCenter
 
coordinate - Variable in class de.fhpotsdam.unfolding.tiles.TileLoader
The actual coordinates of the tile to load.
coordinateLocation(Coordinate) - Method in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
coordinateLocation(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
 
copy() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
createDefaultEventDispatcher(PApplet, UnfoldingMap...) - Static method in class de.fhpotsdam.unfolding.utils.MapUtils
Initializes default events, i.e.
createDefaultEventDispatcher(PApplet, List<UnfoldingMap>) - Static method in class de.fhpotsdam.unfolding.utils.MapUtils
Initializes default events, i.e.
createDefaultMarkerManager(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
createLinesMarker(ShapeFeature) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
 
createMarker(Feature) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
Creates a marker for the feature.
createMarkers(List<Feature>) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
Creates markers for each feature.
createMesh(PVector[][]) - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
createMouseEventDispatcher(PApplet, UnfoldingMap...) - Static method in class de.fhpotsdam.unfolding.utils.MapUtils
Initializes default events, i.e.
createPointMarker(PointFeature) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
 
createPolygonMarker(ShapeFeature) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
 
createSimpleMarkers(List<Feature>) - Static method in class de.fhpotsdam.unfolding.utils.MapUtils
Creates Unfolding's simple markers from features.
createTileLoader(Coordinate) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
createTileLoader(Coordinate) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
cx - Variable in class de.fhpotsdam.unfolding.geo.Transformation
 
cy - Variable in class de.fhpotsdam.unfolding.geo.Transformation
 

D

damping - Variable in class de.fhpotsdam.utils.Integrator
 
daysBetween(Calendar, Calendar) - Static method in class de.fhpotsdam.utils.StringUtils
 
de.fhpotsdam.unfolding - package de.fhpotsdam.unfolding
Contains the main UnfoldingMap class, and all sub-packages.
de.fhpotsdam.unfolding.core - package de.fhpotsdam.unfolding.core
Internal stuff.
de.fhpotsdam.unfolding.data - package de.fhpotsdam.unfolding.data
All data handling, including various Feature classes for storing geo-spatial data, and GeoDataReader to parse different source files (GeoRSS, GeoJSON, etc).
de.fhpotsdam.unfolding.events - package de.fhpotsdam.unfolding.events
The event system is used for broadcasting user input, and listening to map events such as zoom or pan for all maps.
de.fhpotsdam.unfolding.geo - package de.fhpotsdam.unfolding.geo
Contains map projections, and the geo-spatial Location bean.
de.fhpotsdam.unfolding.interactions - package de.fhpotsdam.unfolding.interactions
Allows handling mouse, keyboard and multitouch input, and enables map reacting to it.
de.fhpotsdam.unfolding.mapdisplay - package de.fhpotsdam.unfolding.mapdisplay
Map displaying variations, for instance P2D or P3D.
de.fhpotsdam.unfolding.mapdisplay.shaders - package de.fhpotsdam.unfolding.mapdisplay.shaders
 
de.fhpotsdam.unfolding.marker - package de.fhpotsdam.unfolding.marker
Displays visual representations of geo-spatial locations using Marker and MarkerManager.
de.fhpotsdam.unfolding.providers - package de.fhpotsdam.unfolding.providers
Provider can load tiles from different sources such as OpenStreetMaps, Microsoft, Google, TileMill, etc (some of these are for informational purposes only).
de.fhpotsdam.unfolding.texture - package de.fhpotsdam.unfolding.texture
Handles map as textures for other purposes, such as distortion, fisheye, etc (Unsupported package!).
de.fhpotsdam.unfolding.tiles - package de.fhpotsdam.unfolding.tiles
Handles map tiles loading from different sources.
de.fhpotsdam.unfolding.ui - package de.fhpotsdam.unfolding.ui
User Interface (UI) widgets like a compass or a zoom level widget.
de.fhpotsdam.unfolding.utils - package de.fhpotsdam.unfolding.utils
Helper functions and classes for Unfolding.
de.fhpotsdam.utils - package de.fhpotsdam.utils
General utility functions.
DebugDisplay - Class in de.fhpotsdam.unfolding.utils
Displays various information about the map.
DebugDisplay(PApplet, UnfoldingMap, EventDispatcher, float, float) - Constructor for class de.fhpotsdam.unfolding.utils.DebugDisplay
Shows current information on the mapDisplay and the mouse pointer.
DebugDisplay(PApplet, UnfoldingMap) - Constructor for class de.fhpotsdam.unfolding.utils.DebugDisplay
Shows current information on the mapDisplay and the mouse pointer.
DebugDisplay(PApplet, UnfoldingMap, int, int) - Constructor for class de.fhpotsdam.unfolding.utils.DebugDisplay
Shows current information on the mapDisplay and the mouse pointer.
DebugTileUtils - Class in de.fhpotsdam.unfolding.tiles
Draws debug information atop the tile image.
DebugTileUtils() - Constructor for class de.fhpotsdam.unfolding.tiles.DebugTileUtils
 
decodeOSRMPolyline(String) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
 
decodePolyline(String) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
 
decodePolyline(String, int) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Decodes an encoded polyline string to a list of locations.
DEFAULT_FILL_COLOR - Static variable in class de.fhpotsdam.unfolding.utils.StyleConstants
 
DEFAULT_STROKE_COLOR - Static variable in class de.fhpotsdam.unfolding.utils.StyleConstants
 
DEFAULT_STROKE_WEIGHT - Static variable in class de.fhpotsdam.unfolding.utils.StyleConstants
 
DEFAULT_TWEENING - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
UnfoldingMap do not use tweened animation by default.
DEFAULT_USE_DISTORTION - Static variable in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
DEFAULT_USE_MASK - Static variable in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
DEFAULT_ZOOM - Static variable in class de.fhpotsdam.unfolding.texture.AbstractLensDistorter
 
DEFAULT_ZOOM_LEVEL - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
The default zoom level of an UnfoldingMap shows the whole world.
disableDrawing() - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
 
DisplacedDistorter - Class in de.fhpotsdam.unfolding.texture
 
DisplacedDistorter() - Constructor for class de.fhpotsdam.unfolding.texture.DisplacedDistorter
 
dispose() - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
distort(PVector, PVector, int) - Method in class de.fhpotsdam.unfolding.texture.AbstractLensDistorter
 
distort(PVector, PVector, int) - Method in class de.fhpotsdam.unfolding.texture.DisplacedDistorter
 
distort(PVector, PVector, int) - Method in interface de.fhpotsdam.unfolding.texture.Distorter
 
distort(PVector, PVector, int) - Method in class de.fhpotsdam.unfolding.texture.ExtrusionDistorter
 
distort(PVector, PVector, int) - Method in class de.fhpotsdam.unfolding.texture.RippleDistorter
 
DistortedGLGraphicsMapDisplay - Class in de.fhpotsdam.unfolding.mapdisplay
 
DistortedGLGraphicsMapDisplay(PApplet, AbstractMapProvider, float, float, float, float) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.DistortedGLGraphicsMapDisplay
 
DistortedGLGraphicsMapDisplay(PApplet, AbstractMapProvider, float, float, float, float, Distorter) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.DistortedGLGraphicsMapDisplay
 
distortedGrid - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
distorter - Variable in class de.fhpotsdam.unfolding.mapdisplay.DistortedGLGraphicsMapDisplay
 
Distorter - Interface in de.fhpotsdam.unfolding.texture
 
distorter - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
distortGrid() - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
distortGridByTexture(PImage) - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
distortMesh() - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
distortVertex(float, float, float, float, float) - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
down() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
down(float) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
draw() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
draw() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Draws the on the PGraphics canvas.
draw(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
Draws this marker onto the map.
draw(PGraphics, float, float, UnfoldingMap) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
Draws a visual representation of this marker.
draw(PGraphics, float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
Draws a visual representation of this marker.
draw(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
 
draw(PGraphics, List<MapPosition>, HashMap<String, Object>, UnfoldingMap) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
 
draw(PGraphics, List<MapPosition>) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Draws these markers in outer object coordinate system.
draw(PGraphics, float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
 
draw(UnfoldingMap) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Draws this marker.
draw() - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Internal method to draw all managed markers.
draw(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
draw(PGraphics, List<MapPosition>) - Method in class de.fhpotsdam.unfolding.marker.SimpleLinesMarker
 
draw(PGraphics, float, float) - Method in class de.fhpotsdam.unfolding.marker.SimplePointMarker
Draws this point marker as circle in the defined style.
draw(PGraphics, List<MapPosition>) - Method in class de.fhpotsdam.unfolding.marker.SimplePolygonMarker
 
draw(PGraphics, PImage) - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
draw() - Method in class de.fhpotsdam.unfolding.ui.BarScaleUI
Draws a bar scale at given position according to current zoom level.
draw() - Method in class de.fhpotsdam.unfolding.ui.CompassUI
Draw the compass.
draw() - Method in class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
draw() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Updates and draws the map.
draw() - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawCursor(TuioCursor) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
Draws a TuioCursor as small circle with ID as label.
drawCursors() - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
Draws all TuioCursors.
drawEvent(float, float, float, int) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawLabel(String, float, float) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawLabelEvent(String, float, float, float, float, float) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawLabelValue(String, String, float, float, float) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawSeparator(float) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawTileBorder(PGraphics) - Static method in class de.fhpotsdam.unfolding.tiles.DebugTileUtils
 
drawValue(String, float, float, float) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawValue(String, float, float, float, boolean) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
drawZoomBar(int, float, float, int) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 

E

EARTH_RADIUS_KM - Static variable in class de.fhpotsdam.unfolding.utils.GeoUtils
 
enableDrawing() - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
 
epsilon - Variable in class de.fhpotsdam.utils.Integrator
 
equals(Object) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
EsriProvider - Class in de.fhpotsdam.unfolding.providers
Provider based on Leaflet-providers: http://leaflet-extras.github.io/leaflet-providers/preview/index.html Tiles (c)Esri - Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012
EsriProvider() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider
 
EsriProvider.DeLorme - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.DeLorme() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.DeLorme
 
EsriProvider.GenericEsriProvider - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.GenericEsriProvider() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.GenericEsriProvider
 
EsriProvider.NatGeoWorldMap - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.NatGeoWorldMap() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.NatGeoWorldMap
 
EsriProvider.OceanBasemap - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.OceanBasemap() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.OceanBasemap
 
EsriProvider.WorldGrayCanvas - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.WorldGrayCanvas() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.WorldGrayCanvas
 
EsriProvider.WorldPhysical - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.WorldPhysical() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.WorldPhysical
 
EsriProvider.WorldShadedRelief - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.WorldShadedRelief() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.WorldShadedRelief
 
EsriProvider.WorldStreetMap - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.WorldStreetMap() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.WorldStreetMap
 
EsriProvider.WorldTerrain - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.WorldTerrain() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.WorldTerrain
 
EsriProvider.WorldTopoMap - Class in de.fhpotsdam.unfolding.providers
 
EsriProvider.WorldTopoMap() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.WorldTopoMap
 
EventDispatcher - Class in de.fhpotsdam.unfolding.events
The event dispatcher is the core class for handling the event system.
EventDispatcher() - Constructor for class de.fhpotsdam.unfolding.events.EventDispatcher
 
eventDispatcher - Variable in class de.fhpotsdam.unfolding.events.MapEventBroadcaster
 
executeManipulationFor(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.events.MapEvent
 
executeManipulationFor(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.events.PanMapEvent
 
executeManipulationFor(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
ExtrusionDistorter - Class in de.fhpotsdam.unfolding.texture
 
ExtrusionDistorter() - Constructor for class de.fhpotsdam.unfolding.texture.ExtrusionDistorter
 

F

fadeEventLights() - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
Feature - Class in de.fhpotsdam.unfolding.data
A feature stores one or more locations, its type, and additional data properties.
Feature(Feature.FeatureType) - Constructor for class de.fhpotsdam.unfolding.data.Feature
Creates a feature for a specific type.
Feature.FeatureType - Enum in de.fhpotsdam.unfolding.data
 
fireMapEvent(MapEvent) - Method in class de.fhpotsdam.unfolding.events.EventDispatcher
Fires a map event.
force - Variable in class de.fhpotsdam.utils.Integrator
 
fromGoogle(String) - Static method in class de.fhpotsdam.unfolding.providers.Google
 
fromLocation - Variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
fromMicrosoft(String) - Static method in class de.fhpotsdam.unfolding.providers.GeoMapApp
 
fromMicrosoftAerial(String) - Static method in class de.fhpotsdam.unfolding.providers.GeoMapApp
 
fromMicrosoftAerial(String) - Static method in class de.fhpotsdam.unfolding.providers.Microsoft
 
fromMicrosoftRoad(String) - Static method in class de.fhpotsdam.unfolding.providers.GeoMapApp
 
fromMicrosoftRoad(String) - Static method in class de.fhpotsdam.unfolding.providers.Microsoft
 
fromQuadKey(String) - Static method in class de.fhpotsdam.unfolding.providers.Microsoft
Converts QuadKey string to Coordinates.
fromYahoo(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Yahoo
 
fromYahooAerial(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Yahoo
 
fromYahooRoad(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Yahoo
 

G

GeneralizationUtils - Class in de.fhpotsdam.unfolding.utils
Provides utility functions to simplify points, paths, and polygons.
GeneralizationUtils() - Constructor for class de.fhpotsdam.unfolding.utils.GeneralizationUtils
 
generateId() - Static method in class de.fhpotsdam.unfolding.UnfoldingMap
 
GeoDataReader - Class in de.fhpotsdam.unfolding.data
A common GeoDataReader to parse geo-spatial data files and create Features.
GeoDataReader() - Constructor for class de.fhpotsdam.unfolding.data.GeoDataReader
 
GeoJSONReader - Class in de.fhpotsdam.unfolding.data
Reads GeoJSON files and creates Features.
GeoJSONReader() - Constructor for class de.fhpotsdam.unfolding.data.GeoJSONReader
 
GeoMapApp - Class in de.fhpotsdam.unfolding.providers
 
GeoMapApp() - Constructor for class de.fhpotsdam.unfolding.providers.GeoMapApp
 
GeoMapApp.GeoMapAppProvider - Class in de.fhpotsdam.unfolding.providers
 
GeoMapApp.GeoMapAppProvider() - Constructor for class de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
 
GeoMapApp.TopologicalGeoMapProvider - Class in de.fhpotsdam.unfolding.providers
 
GeoMapApp.TopologicalGeoMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.GeoMapApp.TopologicalGeoMapProvider
 
GeoRSSReader - Class in de.fhpotsdam.unfolding.data
Reads GeoRSS files and creates Features.
GeoRSSReader() - Constructor for class de.fhpotsdam.unfolding.data.GeoRSSReader
 
GeoUtils - Class in de.fhpotsdam.unfolding.utils
Basic geo-spatial utility methods.
GeoUtils() - Constructor for class de.fhpotsdam.unfolding.utils.GeoUtils
 
getAngleBetween(TuioCursor, TuioCursor) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
getAngleBetween(float, float, float, float) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
getAngleBetween(Location, Location) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Gets the angle between two locations.
getArea(List<Location>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Calculates the area of a polygon.
getArea(Feature) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Calculates the area of a shape feature.
getArea(Marker) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Calculates the area of a shape marker.
getAsImage(byte[]) - Static method in class de.fhpotsdam.unfolding.tiles.MBTilesLoaderUtils
Converts the byte array into a PImage.
getBottomRightBorder() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the bottom right corner of the visible map.
getBoundingBox(List<Location>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns the bounding box for the list of locations.
getCenter() - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
Returns the center of the zoom event, i.e.
getCenter() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the center location of the visible map.
getCentroid() - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Returns the geometric center of this shape.
getCentroid(List<Location>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns the geometric center of the locations of a polygon.
getCentroid(Feature, boolean) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns the centroid of a feature.
getCentroid(Feature) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Convenience method for GeoUtils.getCentroid(Feature, boolean).
getCentroid(Marker) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Gets the geometric center of the marker.
getCentroidFromFeatures(List<Feature>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Gets the overall geometric center of all features.
getClosedPolygon(List<Location>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns a closed polygon with the last vertex the same as the first.
getClosestDistance(float) - Method in class de.fhpotsdam.unfolding.ui.BarScaleUI
Returns the nearest distance to display as well as to use for calculation.
getDebugTile(Coordinate, PImage, PApplet, boolean, boolean) - Static method in class de.fhpotsdam.unfolding.tiles.DebugTileUtils
 
getDecimal(Integer, Integer, Integer, String, Integer, Integer, Integer, String) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Super simplistic method to convert a geo-position as a Location.
getDefaultMarkerManager() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getDefaultMarkerManager() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the default MarkerManager, i.e.
getDefaultProvider() - Static method in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
getDestinationLocation(Location, float, float) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Gets the location specified by a start location, a bearing, and a distance.
getDistance(Location) - Method in class de.fhpotsdam.unfolding.geo.Location
 
getDistance(TuioCursor, TuioCursor) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
getDistance(double, double, double, double) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Get distance in kilometers between two points on the earth.
getDistance(Location, Location) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Get distance in kilometers between two points on the earth.
getDistanceTo(Location) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
getDistanceTo(Location) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Calculate distance between this marker and the given location.
getDistanceTo(Location) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
return distance between location and the (to the location) closest marker
getEuclideanCentroid(List<Location>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns the center of the locations.
getFeatures() - Method in class de.fhpotsdam.unfolding.data.MultiFeature
Returns all features of this multi-feature.
getFirstHitMarker(float, float) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Returns the first marker which the given screen coordinates hit.
getFirstHitMarker(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Checks whether a marker got hit with the given screen coordinates.
getFromLocation() - Method in class de.fhpotsdam.unfolding.events.PanMapEvent
 
getHeight() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getHeight() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the height of this map.
getHitMarker(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Deprecated. Use UnfoldingMap.getHitMarkers(float, float) instead.
getHitMarkers(float, float) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Returns all hit markers.
getHitMarkers(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Checks whether multiple markers got hit with the given screen coordinates.
getId() - Method in class de.fhpotsdam.unfolding.data.Feature
Returns the ID of this feature.
getId() - Method in interface de.fhpotsdam.unfolding.events.MapEventListener
 
getId() - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
getId() - Method in interface de.fhpotsdam.unfolding.marker.Marker
Gets the marker ID.
getId() - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
getId() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the ID of this map.
getId() - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
getInnerObject(ScreenPosition) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getInnerObject(ScreenPosition) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getInnerObjectFromLocation(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getInnerObjectFromLocation(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getInnerObjectFromObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getInnerObjectFromObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getInnerObjectFromScreenPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Deprecated. 
getInnerObjectFromScreenPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Deprecated. 
getInnerPG() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getInnerPG() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getInnerPG() - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
getInnerTransformationCenter() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getInstance() - Static method in class de.fhpotsdam.unfolding.texture.PAppletFactory
 
getLargestFeature(MultiFeature) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns the largest feature of a MultiFeature by area size.
getLargestMarker(MultiMarker) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns the largest marker of a MultiMarker by area size.
getLastMarkerManager() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getLastMarkerManager() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the lastly added MarkerManager.
getLat() - Method in class de.fhpotsdam.unfolding.geo.Location
 
getLocation() - Method in class de.fhpotsdam.unfolding.data.PointFeature
Returns the single location of this point feature.
getLocation(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getLocation(ScreenPosition) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getLocation(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getLocation(ScreenPosition) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getLocation() - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
getLocation(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Gets the location at the specified index.
getLocation() - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Gets the geometric center location of this marker.
getLocation() - Method in interface de.fhpotsdam.unfolding.marker.Marker
Gets the location of this marker.
getLocation() - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
Return center of all markers.
getLocation(ScreenPosition) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Converts a position on the screen to a geographic location.
getLocation(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Converts a position on the screen to a geographic location.
getLocationFromInnerObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getLocationFromInnerObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getLocationFromObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getLocationFromObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getLocationFromScreenPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Deprecated. 
getLocationFromScreenPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Deprecated. 
getLocationFromScreenPosition(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Deprecated. 
getLocations() - Method in class de.fhpotsdam.unfolding.data.ShapeFeature
Returns all locations of this shape feature.
getLocations() - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Gets all locations.
getLocations(Feature) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns all locations of a feature.
getLocations(Marker) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns all locations of a marker.
getLocationsFromFeatures(List<Feature>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns all locations of all features.
getLocationsFromMarkers(List<Marker>) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
Returns all locations of all markers.
getLon() - Method in class de.fhpotsdam.unfolding.geo.Location
 
getMapDisplay(PApplet, String, float, float, float, float, AbstractMapProvider, UnfoldingMap, String) - Static method in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
getMapDisplay(PApplet, String, float, float, float, float, boolean, boolean, AbstractMapProvider, UnfoldingMap, String) - Static method in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
getMapDisplayShader() - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
getMapProvider() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getMarkerManager() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Deprecated. 
getMarkerManager(int) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getMarkerManager(int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the MarkerManager at the given index position.
getMarkerManagerList() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getMarkerManagerList() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
getMarkers() - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Returns all markers managed by this MarkerManager.
getMarkers() - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
getMarkers() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Gets markers of the map.
getMask() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getMask() - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.MaskedMapDisplayShader
Returns the mask canvas to dynamically create or update the mask.
getMBTile(int, int, int, String) - Static method in class de.fhpotsdam.unfolding.tiles.MBTilesLoaderUtils
Loads the tile for given parameters as image.
getMBTileData(int, int, int, String) - Static method in class de.fhpotsdam.unfolding.tiles.MBTilesLoaderUtils
Loads the MBTile data from the database as blob, and returns it as byte array.
getNearestMarker(float, float) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Returns the nearest marker to the given screen coordinates.
getNeighbor(float, float) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
getObjectFromInnerObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getObjectFromInnerObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getObjectFromLocation(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getObjectFromLocation(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getObjectFromScreenPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getObjectFromScreenPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getOuterPG() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getOuterPG() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getOuterPG() - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
getPath(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.GeoMapApp
 
getPositiveZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.MapBoxProvider
 
getProperties() - Method in class de.fhpotsdam.unfolding.data.Feature
Returns all data properties.
getProperties() - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
getProperties() - Method in interface de.fhpotsdam.unfolding.marker.Marker
Gets the optional properties of this marker.
getProperties() - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
getProperty(String) - Method in class de.fhpotsdam.unfolding.data.Feature
Returns a property for the key.
getProperty(String) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
getProperty(String) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Gets the property for given key.
getProperty(String) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
getRenderer() - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
getScale() - Method in class de.fhpotsdam.unfolding.ui.CompassUI
 
getScaleFromZoom(float) - Static method in class de.fhpotsdam.unfolding.UnfoldingMap
Converts zoom to scale.
getScopeId() - Method in class de.fhpotsdam.unfolding.events.MapEvent
Gets the scope of this event.
getScreenFromInnerObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getScreenFromInnerObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getScreenFromObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getScreenFromObjectPosition(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getScreenPosition(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getScreenPosition(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getScreenPosition(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
getScreenPosition() - Method in class de.fhpotsdam.unfolding.ui.CompassUI
 
getScreenPosition(Location) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Converts the geographic location to a position on the screen.
getScreenPositionFromLocation(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Deprecated. 
getScreenPositionFromLocation(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Deprecated. 
getScreenPositionFromLocation(Location) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Deprecated. 
getShader() - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.MapDisplayShader
 
getSql() - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
getSquareDistance(PVector, PVector) - Static method in class de.fhpotsdam.unfolding.utils.GeneralizationUtils
Square distance between 2 points.
getSquareSegmentDistance(PVector, PVector, PVector) - Static method in class de.fhpotsdam.unfolding.utils.GeneralizationUtils
Square distance from a point to a segment.
getStringProperty(String) - Method in class de.fhpotsdam.unfolding.data.Feature
Returns the value of a String property.
getStringProperty(String) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
getStringProperty(String) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Gets the property as String for given key.
getStringProperty(String) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
getStyle() - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
getSubType() - Method in class de.fhpotsdam.unfolding.events.MapEvent
Returns the sub type of this event.
getTile(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
Gets tiles for coordinate.
getTile(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AbstractMapTileUrlProvider
 
getTile(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MBTilesMapProvider
 
getTileFromUrl(String[]) - Method in class de.fhpotsdam.unfolding.tiles.TileLoader
Loads tile from URL(s) by using Processing's loadImage function.
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
Gets tile URLs for coordinate.
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AbstractMapTileProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.All
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.Basemap
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.Foreground
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.GenericAcetateProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.Hillshading
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.Labels
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.Roads
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.Terrain
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.DeLorme
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.GenericEsriProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.NatGeoWorldMap
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.OceanBasemap
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.WorldGrayCanvas
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.WorldPhysical
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.WorldShadedRelief
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.WorldStreetMap
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.WorldTerrain
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.WorldTopoMap
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.GeoMapApp.TopologicalGeoMapProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleMapProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleSimplified2Provider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleSimplifiedProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleTerrainProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ImmoScout.HeatMapProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.BlankProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.ControlRoomProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.LacquerProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.MuseDarkStyleProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.PlainUSAProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.WorldLightProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapQuestProvider.Aerial
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapQuestProvider.GenericMapQuestProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapQuestProvider.OSM
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Microsoft.AerialProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Microsoft.HybridProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Microsoft.MicrosoftProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Microsoft.RoadProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.GenericOpenMapSurferProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.Grayscale
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.Roads
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenStreetMap.CloudmadeProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenStreetMap.GenericOpenStreetMapProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenStreetMap.OpenStreetMapProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenStreetMap.OSMGrayProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Clouds
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.CloudsClassic
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.GenericOpenWeatherMapProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Precipitation
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.PrecipitationClassic
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Pressure
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.PressureContour
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Rain
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.RainClassic
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Snow
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Temperature
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Wind
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.StamenMapProvider.Toner
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.StamenMapProvider.TonerBackground
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.StamenMapProvider.TonerLite
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.StamenMapProvider.WaterColor
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.GenericThunderforestProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.Landscape
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.OpenCycleMap
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.Outdoors
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.Transport
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Yahoo.AerialProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Yahoo.HybridProvider
 
getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Yahoo.RoadProvider
 
getToLocation() - Method in class de.fhpotsdam.unfolding.events.PanMapEvent
 
getTopLeftBorder() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the top left corner of the visible map.
getTransformationCenter() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getTransformationCenterLocation() - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
getTransformedPosition(float, float, boolean) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Calculates offset and rotation for screen canvas position, to be used with the internal transformation matrix.
getTransformedPosition(float, float, boolean) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getTuioClient() - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
getType() - Method in class de.fhpotsdam.unfolding.data.Feature
Returns the type of this feature.
getType() - Method in class de.fhpotsdam.unfolding.events.MapEvent
Returns the type of this event.
getVisibleKeys(PGraphics) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
getWidth() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
getWidth() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Returns the width of this map.
getZoom() - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
getZoom() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Gets the current zoom of the map.
getZoomDelta() - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
getZoomFromScale(double) - Static method in class de.fhpotsdam.unfolding.UnfoldingMap
Converts scale to zoom.
getZoomLevel() - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
getZoomLevel() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Gets the current zoom level of the map.
getZoomLevelDelta() - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
getZoomLevelFromScale(double) - Static method in class de.fhpotsdam.unfolding.UnfoldingMap
Converts scale to zoom level.
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.GenericAcetateProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.GenericEsriProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ImmoScout.ImmoScoutProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapBox.MapBoxProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MapQuestProvider.GenericMapQuestProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.Microsoft.MicrosoftProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.GenericOpenMapSurferProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenStreetMap.GenericOpenStreetMapProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.GenericOpenWeatherMapProvider
 
getZoomString(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.GenericThunderforestProvider
 
getZoomString(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Yahoo.YahooProvider
 
Google - Class in de.fhpotsdam.unfolding.providers
Google Maps, for informational purpose, only.
Google() - Constructor for class de.fhpotsdam.unfolding.providers.Google
 
Google.GoogleMapProvider - Class in de.fhpotsdam.unfolding.providers
Standard Google Map.
Google.GoogleMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleMapProvider
 
Google.GoogleProvider - Class in de.fhpotsdam.unfolding.providers
 
Google.GoogleProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleProvider
 
Google.GoogleSimplified2Provider - Class in de.fhpotsdam.unfolding.providers
 
Google.GoogleSimplified2Provider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleSimplified2Provider
 
Google.GoogleSimplifiedProvider - Class in de.fhpotsdam.unfolding.providers
Simplified Google Map.
Google.GoogleSimplifiedProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleSimplifiedProvider
 
Google.GoogleTerrainProvider - Class in de.fhpotsdam.unfolding.providers
Google Terrain Map.
Google.GoogleTerrainProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleTerrainProvider
 
GPXReader - Class in de.fhpotsdam.unfolding.data
Experimental GPX reader with just a very basic functionality.
GPXReader() - Constructor for class de.fhpotsdam.unfolding.data.GPXReader
 
grabTile(Coordinate) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
GREETING_MESSAGE - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
 
grid_padding - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 

H

hashCode() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
height - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
HEIGHT_DEFAULT - Static variable in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
hidden - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
Indicates whether this marker is hidden.
hidden - Variable in class de.fhpotsdam.unfolding.marker.MultiMarker
 
highlightColor - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
HIGHLIGHTED_FILL_COLOR - Static variable in class de.fhpotsdam.unfolding.utils.StyleConstants
 
HIGHLIGHTED_STROKE_COLOR - Static variable in class de.fhpotsdam.unfolding.utils.StyleConstants
 
highlightStrokeColor - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
HYBRID_VERSION - Static variable in class de.fhpotsdam.unfolding.providers.Yahoo
 

I

id - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
The ID of this marker.
id - Variable in class de.fhpotsdam.unfolding.marker.MultiMarker
 
id - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
The ID of this map.
images - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
ImmoScout - Class in de.fhpotsdam.unfolding.providers
 
ImmoScout() - Constructor for class de.fhpotsdam.unfolding.providers.ImmoScout
 
ImmoScout.HeatMapProvider - Class in de.fhpotsdam.unfolding.providers
 
ImmoScout.HeatMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.ImmoScout.HeatMapProvider
 
ImmoScout.ImmoScoutProvider - Class in de.fhpotsdam.unfolding.providers
 
ImmoScout.ImmoScoutProvider() - Constructor for class de.fhpotsdam.unfolding.providers.ImmoScout.ImmoScoutProvider
 
init() - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Initializes a new large map image around the current map center.
init(Location, int) - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Initializes a new large map image around the location.
initGrids() - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
innerAngle - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
innerMatrix - Variable in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
The inner transformation matrix.
innerOffsetX - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
innerOffsetY - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
innerRotate(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Deprecated. Use UnfoldingMap.rotate(float) instead.
innerScale - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
innerScale(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
innerTransformationCenter - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
Integrator - Class in de.fhpotsdam.utils
This class is for simple easeIn / easeOut functionality.
Integrator() - Constructor for class de.fhpotsdam.utils.Integrator
 
Integrator(float) - Constructor for class de.fhpotsdam.utils.Integrator
 
Integrator(float, float, float) - Constructor for class de.fhpotsdam.utils.Integrator
 
interpolateRadius(float) - Method in class de.fhpotsdam.unfolding.texture.AbstractLensDistorter
 
interpolateRadius(float) - Method in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
interpolateRadius(float) - Method in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
isActive() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Indicates whether this map is currently active.
isDrawingEnabled() - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
 
isHidden() - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
isHidden() - Method in interface de.fhpotsdam.unfolding.marker.Marker
Indicates whether this marker is hidden.
isHidden() - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
isHit(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Checks whether the given screen coordinates are on this Map.
isHit(ScreenPosition) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Checks whether the given screen coordinates are on this Map.
isInScope(MapEvent) - Method in class de.fhpotsdam.unfolding.events.ScopedListeners
 
isInside(UnfoldingMap, float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
Checks whether given position is inside this marker, according to the maps coordinate system.
isInside(float, float, float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
Checks whether given position is inside the marker.
isInside(UnfoldingMap, float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
 
isInside(float, float, List<? extends PVector>) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Checks whether the position is within the border of the vectors.
isInside(float, float, float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
 
isInside(UnfoldingMap, float, float) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Checks whether given position is inside this marker, according to the maps coordinate system.
isInside(float, float) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Deprecated. Replaced by MarkerManager.getFirstHitMarker(float, float)
isInside(UnfoldingMap, float, float) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
Returns true if at least one marker is hit.
isInside(float, float, float, float) - Method in class de.fhpotsdam.unfolding.marker.SimplePointMarker
 
isInsideByLocation(float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Checks whether given position is inside this marker, according to the shape defined by the marker's locations.
isInsideByLocation(Location) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
 
isSelected() - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
isSelected() - Method in interface de.fhpotsdam.unfolding.marker.Marker
Indicates whether this marker is selected.
isSelected() - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
Indicates whether this multi marker is selected.
isTweening() - Method in class de.fhpotsdam.unfolding.events.MapEvent
 
isTweening() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Indicates whether the map currently animates between different states.

J

Java2DMapDisplay - Class in de.fhpotsdam.unfolding.mapdisplay
The internal MapDisplay to handle the map display in Processing 2D (and used as super class for 3D)
Java2DMapDisplay(PApplet, AbstractMapProvider) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Creates a new MapDisplay with full canvas size, and given provider
Java2DMapDisplay(PApplet, AbstractMapProvider, float, float, float, float) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Creates a new MapDisplay.
jdbcConnectionString - Variable in class de.fhpotsdam.unfolding.providers.MBTilesMapProvider
 

K

KeyboardHandler - Class in de.fhpotsdam.unfolding.interactions
Handles keyboard input from the user and broadcasts MapEvents such as zoom and pan.
KeyboardHandler(PApplet, UnfoldingMap...) - Constructor for class de.fhpotsdam.unfolding.interactions.KeyboardHandler
Creates a KeyboardHandler for the given maps.
KeyboardHandler(PApplet, List<UnfoldingMap>) - Constructor for class de.fhpotsdam.unfolding.interactions.KeyboardHandler
Creates a KeyboardHandler for the given maps.
keyEvent(KeyEvent) - Method in class de.fhpotsdam.unfolding.interactions.KeyboardHandler
 
keyPressed(char, int) - Method in class de.fhpotsdam.unfolding.interactions.KeyboardHandler
 
keyReleased(char, int) - Method in class de.fhpotsdam.unfolding.interactions.KeyboardHandler
 

L

LargeMapImageUtils - Class in de.fhpotsdam.unfolding.utils
Utility class to save large map images.
LargeMapImageUtils(PApplet, UnfoldingMap) - Constructor for class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Creates a new LargeMapImageUtils which stores a large image double the size of the canvas.
LargeMapImageUtils(PApplet, UnfoldingMap, int) - Constructor for class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
LargeMapImageUtils(PApplet, UnfoldingMap, Location, int) - Constructor for class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
LargeMapImageUtils(PApplet, UnfoldingMap, Location, int, int) - Constructor for class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
LargeMapImageUtils(PApplet, UnfoldingMap, Location, int, int, int, int, int) - Constructor for class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
LargeMapImageUtils(PApplet, UnfoldingMap, int, int, int, int) - Constructor for class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
left() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
left(float) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
lightX - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
lightY - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
LinearInterpolationDistorter - Class in de.fhpotsdam.unfolding.texture
Simple distortion with hard edge.
LinearInterpolationDistorter(float, float) - Constructor for class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
LinearProjection - Class in de.fhpotsdam.unfolding.geo
 
LinearProjection() - Constructor for class de.fhpotsdam.unfolding.geo.LinearProjection
 
LinearProjection(float) - Constructor for class de.fhpotsdam.unfolding.geo.LinearProjection
 
LinearProjection(float, Transformation) - Constructor for class de.fhpotsdam.unfolding.geo.LinearProjection
 
listener - Variable in class de.fhpotsdam.unfolding.tiles.TileLoader
The listener to call method after tile has been loaded.
listeners - Variable in class de.fhpotsdam.unfolding.events.ScopedListeners
 
loadData(PApplet, String) - Static method in class de.fhpotsdam.unfolding.data.GeoDataReader
 
loadData(PApplet, String) - Static method in class de.fhpotsdam.unfolding.data.GeoJSONReader
Parses a GeoJSON String and creates features for them.
loadData(PApplet, String) - Static method in class de.fhpotsdam.unfolding.data.GeoRSSReader
Loads features from RSS feed in W3C Geo format (geo:lat and geo:long)
loadData(PApplet, String) - Static method in class de.fhpotsdam.unfolding.data.GPXReader
Loads track segments of a GPX file, and returns them as a single line marker.
loadDataFromJSON(PApplet, String) - Static method in class de.fhpotsdam.unfolding.data.GeoJSONReader
Parses a GeoJSON String and creates features for them.
loadDataGeoRSS(PApplet, String) - Static method in class de.fhpotsdam.unfolding.data.GeoRSSReader
Loads features from RSS feed in GeoRSS format (georss:point).
location - Variable in class de.fhpotsdam.unfolding.data.PointFeature
The location of this point feature.
Location - Class in de.fhpotsdam.unfolding.geo
The Location represents a geo location defined by latitude and longitude.
Location(float, float) - Constructor for class de.fhpotsdam.unfolding.geo.Location
Create a Location.
Location(double, double) - Constructor for class de.fhpotsdam.unfolding.geo.Location
 
Location(Location) - Constructor for class de.fhpotsdam.unfolding.geo.Location
Create a Location
location - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
The location of this marker.
locationCoordinate(Location) - Method in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
locationCoordinate(Location) - Method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
 
locations - Variable in class de.fhpotsdam.unfolding.data.ShapeFeature
The list of locations.
locations - Variable in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
All locations defining this shape.
log - Static variable in class de.fhpotsdam.unfolding.events.EventDispatcher
 
log - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
log - Static variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
log - Static variable in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
log - Static variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
log - Static variable in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
log - Static variable in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
log - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
 

M

makeSnapshot() - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
Map - Class in de.fhpotsdam.unfolding
Deprecated. 
Map(PApplet) - Constructor for class de.fhpotsdam.unfolding.Map
Deprecated. 
Map(PApplet, AbstractMapProvider) - Constructor for class de.fhpotsdam.unfolding.Map
Deprecated. 
Map(PApplet, float, float, float, float) - Constructor for class de.fhpotsdam.unfolding.Map
Deprecated. 
Map(PApplet, String, float, float, float, float) - Constructor for class de.fhpotsdam.unfolding.Map
Deprecated. 
Map(PApplet, String, float, float, float, float, boolean) - Constructor for class de.fhpotsdam.unfolding.Map
Deprecated. 
Map(PApplet, float, float, float, float, AbstractMapProvider) - Constructor for class de.fhpotsdam.unfolding.Map
Deprecated. 
map - Variable in class de.fhpotsdam.unfolding.marker.MarkerManager
 
MapBox - Class in de.fhpotsdam.unfolding.providers
Various map tiles from MapBox.
MapBox() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox
 
MapBox.BlankProvider - Class in de.fhpotsdam.unfolding.providers
 
MapBox.BlankProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.BlankProvider
 
MapBox.ControlRoomProvider - Class in de.fhpotsdam.unfolding.providers
 
MapBox.ControlRoomProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.ControlRoomProvider
 
MapBox.LacquerProvider - Class in de.fhpotsdam.unfolding.providers
 
MapBox.LacquerProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.LacquerProvider
 
MapBox.MapBoxProvider - Class in de.fhpotsdam.unfolding.providers
 
MapBox.MapBoxProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.MapBoxProvider
 
MapBox.MuseDarkStyleProvider - Class in de.fhpotsdam.unfolding.providers
 
MapBox.MuseDarkStyleProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.MuseDarkStyleProvider
 
MapBox.PlainUSAProvider - Class in de.fhpotsdam.unfolding.providers
Example for local TileMill usage, for testing purposes.
MapBox.PlainUSAProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.PlainUSAProvider
 
MapBox.WorldLightProvider - Class in de.fhpotsdam.unfolding.providers
 
MapBox.WorldLightProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.WorldLightProvider
 
MapCenter - Class in de.fhpotsdam.unfolding.core
Internal representaion of the center of the map.
MapCenter(Coordinate, PVector) - Constructor for class de.fhpotsdam.unfolding.core.MapCenter
 
mapDisplay - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
The display of the map.
MapDisplayFactory - Class in de.fhpotsdam.unfolding.mapdisplay
A factory to create MapDisplays for the UnfoldingMap, depending on specified map features.
MapDisplayFactory() - Constructor for class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
mapDisplayShader - Variable in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
MapDisplayShader - Class in de.fhpotsdam.unfolding.mapdisplay.shaders
 
MapDisplayShader(PApplet) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.shaders.MapDisplayShader
 
MapEvent - Class in de.fhpotsdam.unfolding.events
A MapEvent stores various information about map events, and can be used to broadcast and listen to.
MapEvent(Object, String, String) - Constructor for class de.fhpotsdam.unfolding.events.MapEvent
 
MapEventBroadcaster - Class in de.fhpotsdam.unfolding.events
Broadcasts map events.
MapEventBroadcaster(UnfoldingMap...) - Constructor for class de.fhpotsdam.unfolding.events.MapEventBroadcaster
 
MapEventBroadcaster(List<UnfoldingMap>) - Constructor for class de.fhpotsdam.unfolding.events.MapEventBroadcaster
 
MapEventBroadcaster(EventDispatcher, UnfoldingMap...) - Constructor for class de.fhpotsdam.unfolding.events.MapEventBroadcaster
 
MapEventBroadcaster(EventDispatcher, List<UnfoldingMap>) - Constructor for class de.fhpotsdam.unfolding.events.MapEventBroadcaster
 
MapEventListener - Interface in de.fhpotsdam.unfolding.events
Listens and reacts to map events.
MapPosition - Class in de.fhpotsdam.unfolding.utils
Class used to store positions on a specific map.
MapPosition() - Constructor for class de.fhpotsdam.unfolding.utils.MapPosition
 
MapPosition(float[]) - Constructor for class de.fhpotsdam.unfolding.utils.MapPosition
 
MapQuestProvider - Class in de.fhpotsdam.unfolding.providers
Provider based on Leaflet-providers: http://leaflet-extras.github.io/leaflet-providers/preview/index.html Various map tiles courtesy of MapQuest: http://www.mapquest.com
MapQuestProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapQuestProvider
 
MapQuestProvider.Aerial - Class in de.fhpotsdam.unfolding.providers
 
MapQuestProvider.Aerial() - Constructor for class de.fhpotsdam.unfolding.providers.MapQuestProvider.Aerial
 
MapQuestProvider.GenericMapQuestProvider - Class in de.fhpotsdam.unfolding.providers
 
MapQuestProvider.GenericMapQuestProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapQuestProvider.GenericMapQuestProvider
 
MapQuestProvider.OSM - Class in de.fhpotsdam.unfolding.providers
 
MapQuestProvider.OSM() - Constructor for class de.fhpotsdam.unfolding.providers.MapQuestProvider.OSM
 
maps - Variable in class de.fhpotsdam.unfolding.events.MapEventBroadcaster
 
MapUtils - Class in de.fhpotsdam.unfolding.utils
Utility and convenience methods for simplifying map usage.
MapUtils() - Constructor for class de.fhpotsdam.unfolding.utils.MapUtils
 
Marker - Interface in de.fhpotsdam.unfolding.marker
Marker interface for all markers to be drawn on to maps.
MarkerFactory - Class in de.fhpotsdam.unfolding.data
A factory to create markers from features.
MarkerFactory() - Constructor for class de.fhpotsdam.unfolding.data.MarkerFactory
Creates a new MarkerFactory.
MarkerManager<E extends Marker> - Class in de.fhpotsdam.unfolding.marker
Manages markers of different types.
MarkerManager() - Constructor for class de.fhpotsdam.unfolding.marker.MarkerManager
Creates a MarkerManager with an empty markers list.
MarkerManager(List<E>) - Constructor for class de.fhpotsdam.unfolding.marker.MarkerManager
Creates a MarkerManager with given markers.
markerManagerList - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
markers - Variable in class de.fhpotsdam.unfolding.marker.MarkerManager
 
markers - Variable in class de.fhpotsdam.unfolding.marker.MultiMarker
 
mask - Variable in class de.fhpotsdam.unfolding.mapdisplay.shaders.MaskedMapDisplayShader
The mask canvas.
MaskedMapDisplayShader - Class in de.fhpotsdam.unfolding.mapdisplay.shaders
This shader masks a map.
MaskedMapDisplayShader(PApplet, float, float) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.shaders.MaskedMapDisplayShader
Creates a MaskedMapDisplayShader to draw the mask dynamically.
MaskedMapDisplayShader(PApplet, float, float, PImage) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.shaders.MaskedMapDisplayShader
Creates a MaskedMapDisplayShader with the given mask image.
mass - Variable in class de.fhpotsdam.utils.Integrator
 
masterProvider - Variable in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
matrix - Variable in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
The outer transformation matrix.
max_images_to_keep - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
MAX_LAT - Static variable in class de.fhpotsdam.unfolding.utils.GeoUtils
 
MAX_LON - Static variable in class de.fhpotsdam.unfolding.utils.GeoUtils
 
max_pending - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
MAX_ZOOM - Static variable in class de.fhpotsdam.unfolding.core.Coordinate
 
maxPanningDistance - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
The maximum distance to the center location of the restricted pan area.
maxScale - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
The maximum scale.
MBTilesLoaderUtils - Class in de.fhpotsdam.unfolding.tiles
Loads map tile images from a MBTiles SQLite database.
MBTilesLoaderUtils() - Constructor for class de.fhpotsdam.unfolding.tiles.MBTilesLoaderUtils
 
MBTilesMapProvider - Class in de.fhpotsdam.unfolding.providers
MapProvider for local MBTiles.
MBTilesMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MBTilesMapProvider
 
MBTilesMapProvider(String) - Constructor for class de.fhpotsdam.unfolding.providers.MBTilesMapProvider
 
MercatorProjection - Class in de.fhpotsdam.unfolding.geo
 
MercatorProjection() - Constructor for class de.fhpotsdam.unfolding.geo.MercatorProjection
 
MercatorProjection(float) - Constructor for class de.fhpotsdam.unfolding.geo.MercatorProjection
 
MercatorProjection(float, Transformation) - Constructor for class de.fhpotsdam.unfolding.geo.MercatorProjection
 
meshHeight - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
meshStep - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
meshWidth - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
Microsoft - Class in de.fhpotsdam.unfolding.providers
Various map tiles from Microsoft.
Microsoft() - Constructor for class de.fhpotsdam.unfolding.providers.Microsoft
 
Microsoft.AerialProvider - Class in de.fhpotsdam.unfolding.providers
 
Microsoft.AerialProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Microsoft.AerialProvider
 
Microsoft.HybridProvider - Class in de.fhpotsdam.unfolding.providers
 
Microsoft.HybridProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Microsoft.HybridProvider
 
Microsoft.MicrosoftProvider - Class in de.fhpotsdam.unfolding.providers
 
Microsoft.MicrosoftProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Microsoft.MicrosoftProvider
 
Microsoft.RoadProvider - Class in de.fhpotsdam.unfolding.providers
 
Microsoft.RoadProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Microsoft.RoadProvider
 
MIN_LAT - Static variable in class de.fhpotsdam.unfolding.utils.GeoUtils
 
MIN_LON - Static variable in class de.fhpotsdam.unfolding.utils.GeoUtils
 
MIN_TRANSPARENCY - Static variable in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
minScale - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
The minimum scale.
mouse3DRotate - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
mouseClicked() - Method in class de.fhpotsdam.unfolding.interactions.MouseHandler
 
mouseDragged() - Method in class de.fhpotsdam.unfolding.interactions.MouseHandler
 
mouseEvent(MouseEvent) - Method in class de.fhpotsdam.unfolding.interactions.MouseHandler
 
MouseHandler - Class in de.fhpotsdam.unfolding.interactions
Handles mouse input from the user and broadcasts MapEvents such as zoom and pan.
MouseHandler(PApplet, UnfoldingMap...) - Constructor for class de.fhpotsdam.unfolding.interactions.MouseHandler
Creates a MouseHandler for the given maps.
MouseHandler(PApplet, List<UnfoldingMap>) - Constructor for class de.fhpotsdam.unfolding.interactions.MouseHandler
Creates a MouseHandler for the given maps.
mouseMoved() - Method in class de.fhpotsdam.unfolding.interactions.MouseHandler
 
mouseWheel(float) - Method in class de.fhpotsdam.unfolding.interactions.MouseHandler
 
move(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Moves the map to the given position.
move(ScreenPosition) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Moves the map to the given ScreenPosition.
moveBy(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Moves the map by the given screen coordinates.
MultiFeature - Class in de.fhpotsdam.unfolding.data
A feature consisting of multiple features.
MultiFeature() - Constructor for class de.fhpotsdam.unfolding.data.MultiFeature
Creates a new MultiFeature.
MultiMarker - Class in de.fhpotsdam.unfolding.marker
A MultiMarker enables handling of multiple, logically grouped markers.
MultiMarker() - Constructor for class de.fhpotsdam.unfolding.marker.MultiMarker
 

N

normals - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
noTarget() - Method in class de.fhpotsdam.utils.Integrator
 

O

offscreenCutoffPG - Variable in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
offscreenPG - Variable in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
offsetX - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Vertical offset of this MapDisplay (in screen coordinates).
offsetX - Variable in class de.fhpotsdam.unfolding.texture.DisplacedDistorter
 
offsetY - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Horizontal offset of this MapDisplay (in screen coordinates).
offsetY - Variable in class de.fhpotsdam.unfolding.texture.DisplacedDistorter
 
onManipulation(MapEvent) - Method in interface de.fhpotsdam.unfolding.events.MapEventListener
 
onManipulation(MapEvent) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Internal method to listens to mapDisplay events.
onManipulation(MapEvent) - Method in class de.fhpotsdam.unfolding.utils.DebugDisplay
 
opacity - Variable in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
OPEN_GL_CLASSNAME - Static variable in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
OpenGLMapDisplay - Class in de.fhpotsdam.unfolding.mapdisplay
 
OpenGLMapDisplay(PApplet, AbstractMapProvider, String, float, float, float, float) - Constructor for class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
OpenMapSurferProvider - Class in de.fhpotsdam.unfolding.providers
Provider based on Leaflet-providers: http://leaflet-extras.github.io/leaflet-providers/preview/index.html Various map tiles from GIScience Research Group @ University of Heidelberg: http://giscience.uni-hd.de
OpenMapSurferProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider
 
OpenMapSurferProvider.GenericOpenMapSurferProvider - Class in de.fhpotsdam.unfolding.providers
 
OpenMapSurferProvider.GenericOpenMapSurferProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.GenericOpenMapSurferProvider
 
OpenMapSurferProvider.Grayscale - Class in de.fhpotsdam.unfolding.providers
 
OpenMapSurferProvider.Grayscale() - Constructor for class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.Grayscale
 
OpenMapSurferProvider.Roads - Class in de.fhpotsdam.unfolding.providers
 
OpenMapSurferProvider.Roads() - Constructor for class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.Roads
 
OpenStreetMap - Class in de.fhpotsdam.unfolding.providers
Various map tiles from OpenStreetMap.
OpenStreetMap() - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap
 
OpenStreetMap.CloudmadeProvider - Class in de.fhpotsdam.unfolding.providers
Map tiles with custom styled maps via CloudMade with OpenStreetMap data.
OpenStreetMap.CloudmadeProvider(String, int) - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap.CloudmadeProvider
 
OpenStreetMap.GenericOpenStreetMapProvider - Class in de.fhpotsdam.unfolding.providers
 
OpenStreetMap.GenericOpenStreetMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap.GenericOpenStreetMapProvider
 
OpenStreetMap.OpenStreetMapProvider - Class in de.fhpotsdam.unfolding.providers
 
OpenStreetMap.OpenStreetMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap.OpenStreetMapProvider
 
OpenStreetMap.OSMGrayProvider - Class in de.fhpotsdam.unfolding.providers
 
OpenStreetMap.OSMGrayProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap.OSMGrayProvider
 
OpenWeatherProvider - Class in de.fhpotsdam.unfolding.providers
Provider based on Leaflet-providers: http://leaflet-extras.github.io/leaflet-providers/preview/index.html Map data (c)OpenWeatherMap http://openweathermap.org
OpenWeatherProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider
 
OpenWeatherProvider.Clouds - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.Clouds() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Clouds
 
OpenWeatherProvider.CloudsClassic - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.CloudsClassic() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.CloudsClassic
 
OpenWeatherProvider.GenericOpenWeatherMapProvider - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.GenericOpenWeatherMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.GenericOpenWeatherMapProvider
 
OpenWeatherProvider.Precipitation - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.Precipitation() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Precipitation
 
OpenWeatherProvider.PrecipitationClassic - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.PrecipitationClassic() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.PrecipitationClassic
 
OpenWeatherProvider.Pressure - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.Pressure() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Pressure
 
OpenWeatherProvider.PressureContour - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.PressureContour() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.PressureContour
 
OpenWeatherProvider.Rain - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.Rain() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Rain
 
OpenWeatherProvider.RainClassic - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.RainClassic() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.RainClassic
 
OpenWeatherProvider.Snow - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.Snow() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Snow
 
OpenWeatherProvider.Temperature - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.Temperature() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Temperature
 
OpenWeatherProvider.Wind - Class in de.fhpotsdam.unfolding.providers
 
OpenWeatherProvider.Wind() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Wind
 
origGrid - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
osc3DRotate - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
OSM_API_KEY - Static variable in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
OSM_STYLE_ID - Static variable in class de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory
 
outerRotate(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Rotates the map container.
outerScale(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 

P

p - Variable in class de.fhpotsdam.unfolding.mapdisplay.shaders.MapDisplayShader
 
p - Variable in class de.fhpotsdam.unfolding.tiles.TileLoader
The parent applet.
p - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
The Processing applet.
p - Variable in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
pan(float, float, float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans from point1 to point 2, given in screen coordinates.
pan(ScreenPosition, ScreenPosition) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans between two ScreenPosition.
pan(Location, Location) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans from one location to another one.
PAN_BY - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
PAN_DOWN - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
PAN_LEFT - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
PAN_RIGHT - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
PAN_TO - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
PAN_UP - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
panBy(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans by distance in screen coordinates.
panDown() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans one tile down.
panLeft() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans one tile to the left.
PanMapEvent - Class in de.fhpotsdam.unfolding.events
A map event for all pan events, such as (relative) panBy, (absolute) panTo, or (relative) panLeft, etc.
PanMapEvent(Object, String) - Constructor for class de.fhpotsdam.unfolding.events.PanMapEvent
 
PanMapEvent(Object, String, String) - Constructor for class de.fhpotsdam.unfolding.events.PanMapEvent
 
panObjectPositionToObjectCenter(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans object center to given object position.
panRight() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans one tile to the right.
panTo(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans to the given position.
panTo(ScreenPosition) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans to the given screen position.
panTo(Location) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans to the given Location.
panUp() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Pans one tile up.
papplet - Variable in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
 
PAppletFactory - Class in de.fhpotsdam.unfolding.texture
 
PAppletFactory(PApplet) - Constructor for class de.fhpotsdam.unfolding.texture.PAppletFactory
 
parseIsoDate(String) - Static method in class de.fhpotsdam.utils.StringUtils
 
parseIsoDateTime(String) - Static method in class de.fhpotsdam.utils.StringUtils
 
pending - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
point - Variable in class de.fhpotsdam.unfolding.core.MapCenter
 
PointFeature - Class in de.fhpotsdam.unfolding.data
Stores a single location.
PointFeature() - Constructor for class de.fhpotsdam.unfolding.data.PointFeature
Creates a PointFeature.
PointFeature(Location) - Constructor for class de.fhpotsdam.unfolding.data.PointFeature
Creates a PointFeature with a single location.
postDraw() - Method in class de.fhpotsdam.unfolding.mapdisplay.DistortedGLGraphicsMapDisplay
 
postDraw() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Is called last in Java2DMapDisplay.draw().
postDraw() - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
prepareMapChangedMethod() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Internal method to call listening methods in your application for map changes.
prev - Variable in class de.fhpotsdam.utils.Integrator
 
PRIME_MERIDIAN_EQUATOR_LOCATION - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
 
processQueue() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
project(PVector) - Method in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
projection - Variable in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
 
properties - Variable in class de.fhpotsdam.unfolding.data.Feature
Stores data properties.
properties - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
Optional data properties.
properties - Variable in class de.fhpotsdam.unfolding.marker.MultiMarker
 
provider - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
provider - Variable in class de.fhpotsdam.unfolding.tiles.TileLoader
The tile provider.
putProperty(String, Object) - Method in class de.fhpotsdam.unfolding.data.Feature
Adds a property to this feature.

Q

queue - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
queueSorter - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 

R

r0 - Variable in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
r0 - Variable in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
r1 - Variable in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
r1 - Variable in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
radius - Variable in class de.fhpotsdam.unfolding.marker.SimplePointMarker
 
random(int, int) - Static method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
since we're often given four tile servers to pick from
rawProject(PVector) - Method in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
rawProject(PVector) - Method in class de.fhpotsdam.unfolding.geo.LinearProjection
 
rawProject(PVector) - Method in class de.fhpotsdam.unfolding.geo.MercatorProjection
 
rawUnproject(PVector) - Method in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
rawUnproject(PVector) - Method in class de.fhpotsdam.unfolding.geo.LinearProjection
 
rawUnproject(PVector) - Method in class de.fhpotsdam.unfolding.geo.MercatorProjection
 
recent_images - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
refresh(TuioTime) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
register(MapEventListener, String, String...) - Method in class de.fhpotsdam.unfolding.events.EventDispatcher
Registers listener to an event type within one or more event scopes.
register(List<MapEventListener>, String, String...) - Method in class de.fhpotsdam.unfolding.events.EventDispatcher
Registers multiple listener for an event type within one or more event scopes.
removeLocation(Location) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Deletes a Location from the list of locations.
removeLocation(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Deletes a Location from the list of locations.
removeMarker(E) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Removes a marker from the managed markers.
removeMarkerManager(MarkerManager<Marker>) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
removeMarkerManager(int) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
removeMarkerManager(MarkerManager<Marker>) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
removeMarkerManager(int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
removeTuioCursor(TuioCursor) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
removeTuioObject(TuioObject) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
renderAndMakeSnapshot(int, int) - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Internal method to get the current map canvas (incl markers) and stores it in an buffer image.
renderer - Variable in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
resetPanningRestriction() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Frees this map from any panning restriction.
resize(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
resize(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
resize(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.MapDisplayShader
Resizes the shader.
resize(float, float) - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.MaskedMapDisplayShader
 
restrictedPanLocation - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
The center location of the restricted pan area.
right() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
right(float) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
RippleDistorter - Class in de.fhpotsdam.unfolding.texture
Distorts the z value of the coordinate based on the sinus value of x.
RippleDistorter() - Constructor for class de.fhpotsdam.unfolding.texture.RippleDistorter
 
ROAD_VERSION - Static variable in class de.fhpotsdam.unfolding.providers.Yahoo
 
rotate(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Rotates the map by given angle.
rotateTo(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Rotates the map to the given angle, that is it is rotated to the target angle.
rotX - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
rotY - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
rotZ - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
roundValues() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
row - Variable in class de.fhpotsdam.unfolding.core.Coordinate
 
run() - Method in class de.fhpotsdam.unfolding.tiles.TileLoader
Gets tile from provider, and calls TileLoaderListener.tileLoaded(Coordinate, Object) afterwards.
run() - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Runs the recording process.

S

s1 - Variable in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
s1 - Variable in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
saveLargeImage() - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Internal method to save the actual large stitched-together image in one file.
scale - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Scale of this MapDisplay.
scale - Variable in class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
SCALE_DELTA_IN - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
 
SCALE_DELTA_OUT - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
 
scaleIntegrator - Variable in class de.fhpotsdam.unfolding.UnfoldingMap
Tweens the scale.
ScaleInterpolationDistorter - Class in de.fhpotsdam.unfolding.texture
Scale interpolation algorithm by [Bogen 2008], Visual Navigation with Schematic Maps
ScaleInterpolationDistorter(float, float) - Constructor for class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
ScopedListeners - Class in de.fhpotsdam.unfolding.events
 
ScopedListeners() - Constructor for class de.fhpotsdam.unfolding.events.ScopedListeners
 
scopeIds - Variable in class de.fhpotsdam.unfolding.events.ScopedListeners
 
ScreenPosition - Class in de.fhpotsdam.unfolding.utils
A ScreenPosition just a position on the screen.
ScreenPosition(float, float) - Constructor for class de.fhpotsdam.unfolding.utils.ScreenPosition
 
ScreenPosition(float[]) - Constructor for class de.fhpotsdam.unfolding.utils.ScreenPosition
 
selected - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
Indicates whether this marker is selected.
selected - Variable in class de.fhpotsdam.unfolding.marker.MultiMarker
 
set(float) - Method in class de.fhpotsdam.utils.Integrator
 
set(double) - Method in class de.fhpotsdam.utils.Integrator
 
setActive(boolean) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Sets the active flag of this map.
setBackgroundColor(Integer) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Sets background color of map.
setBackgroundColor(Integer) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Sets background color of map.
setBackgroundColor(Integer) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Sets the background color of this map.
setCenter(Coordinate) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay.QueueSorter
 
setCenter(PVector) - Method in class de.fhpotsdam.unfolding.texture.AbstractLensDistorter
 
setCenter(float, float) - Method in class de.fhpotsdam.unfolding.texture.AbstractLensDistorter
 
setColor(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setColor(int) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Sets the main color of this marker.
setColor(int) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setDistorter(Distorter) - Method in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
setEventDispatcher(EventDispatcher) - Method in class de.fhpotsdam.unfolding.events.MapEventBroadcaster
 
setFeatures(List<Feature>) - Method in class de.fhpotsdam.unfolding.data.MultiFeature
Sets all features of this multi-feature.
setFromLocation(Location) - Method in class de.fhpotsdam.unfolding.events.PanMapEvent
 
setHidden(boolean) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setHidden(boolean) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Sets the visibility status of this marker.
setHidden(boolean) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setHighlightColor(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setHighlightStrokeColor(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setId(String) - Method in class de.fhpotsdam.unfolding.data.Feature
Sets the ID of this feature.
setId(String) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setId(String) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Sets the marker ID.
setId(String) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setImage(PImage) - Method in class de.fhpotsdam.unfolding.ui.CompassUI
 
setImageFileName(String) - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
The full name of the final large image.
setImageFilePrefix(String) - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Sets the prefix of the final large image file.
setImageFileSuffix(String) - Method in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
Sets the suffix of the final large image file.
setInnerOffset(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
setInnerRadius(int) - Method in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
setInnerRotate(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
setInnerScale(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
setInnerTransformationCenter(PVector) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Set inner transformation center.
setLat(float) - Method in class de.fhpotsdam.unfolding.geo.Location
 
setLineClass(Class) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
Sets the marker class for markers to be created for lines features.
setLocation(Location) - Method in class de.fhpotsdam.unfolding.data.PointFeature
Sets the single location of this point feature.
setLocation(Location) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setLocation(float, float) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setLocation(Location) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Adds the given location to the list of locations.
setLocation(float, float) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Set the location for this marker.
setLocation(Location) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Set the location for this marker.
setLocation(float, float) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setLocation(Location) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setLocations(List<Location>) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
Sets the list of locations.
setLon(float) - Method in class de.fhpotsdam.unfolding.geo.Location
 
setMap(UnfoldingMap) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Set the map to use for conversion of geo-locations to screen positions for the markers.
setMapDisplayShader(MapDisplayShader) - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
 
setMapProvider(AbstractMapProvider) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
setMarkers(List<E>) - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Sets the markers to manage.
setMarkers(List<Marker>) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setOffset(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Sets the offset of the map.
setOuterRadius(int) - Method in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
setOuterRotate(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
setOuterScale(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
setPanningRestriction(Location, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Restricts the area this map can pan to in a radial fashion.
setPointClass(Class) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
Sets the marker class for markers to be created for point features.
setPolygonClass(Class) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
Sets the marker class for markers to be created for polygon features.
setProperties(HashMap<String, Object>) - Method in class de.fhpotsdam.unfolding.data.Feature
Sets all properties.
setProperties(HashMap<String, Object>) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setProperties(HashMap<String, Object>) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Sets the optional properties of this marker.
setProperties(HashMap<String, Object>) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setProvider(AbstractMapProvider) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Set the map provider, dynamically.
setRadius(float) - Method in class de.fhpotsdam.unfolding.marker.SimplePointMarker
Sets the radius of this marker.
setRadius(int) - Method in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
setRadius(int) - Method in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
setScale(float) - Method in class de.fhpotsdam.unfolding.ui.CompassUI
 
setScaleRange(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Sets the range of map scale factors.
setSelected(boolean) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setSelected(boolean) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Changes the select status of this marker.
setSelected(boolean) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
Sets the selected status of all its markers.
setSql(String) - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
setStrokeColor(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setStrokeColor(int) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Sets the color of the border.
setStrokeColor(int) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setStrokeWeight(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
setStrokeWeight(int) - Method in interface de.fhpotsdam.unfolding.marker.Marker
Sets the thickness of the border of this marker.
setStrokeWeight(int) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
 
setStyle(String) - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
setStyle(int, int, int, PFont) - Method in class de.fhpotsdam.unfolding.ui.BarScaleUI
Set the style of the bar scale.
setSubType(String) - Method in class de.fhpotsdam.unfolding.events.MapEvent
Sets the sub type of this event.
setToLocation(Location) - Method in class de.fhpotsdam.unfolding.events.PanMapEvent
 
setTransformationCenter(PVector) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Set outer transformation center.
setTransformationCenterLocation(Location) - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
setTweening(boolean) - Method in class de.fhpotsdam.unfolding.events.MapEvent
 
setTweening(boolean) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Sets the tweening flag, i.e.
setZoom(float) - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
setZoom(float) - Method in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
setZoom(float) - Method in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
setZoomDelta(float) - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
setZoomLevel(int) - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
setZoomLevelDelta(int) - Method in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
setZoomRange(float, float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Sets the range of map zoom levels.
shader - Variable in class de.fhpotsdam.unfolding.mapdisplay.shaders.MapDisplayShader
 
shadeWithMarkers(PGraphics) - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.MapDisplayShader
 
shadeWithMarkers(PGraphics) - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.MaskedMapDisplayShader
 
shadeWithoutMarkers(PGraphics) - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.BlurredMapDisplayShader
 
shadeWithoutMarkers(PGraphics) - Method in class de.fhpotsdam.unfolding.mapdisplay.shaders.MapDisplayShader
Applies the shader to the map display canvas.
ShapeFeature - Class in de.fhpotsdam.unfolding.data
Stores a list of locations.
ShapeFeature(Feature.FeatureType) - Constructor for class de.fhpotsdam.unfolding.data.ShapeFeature
Creates a shape feature with the type.
showDebugBorder - Variable in class de.fhpotsdam.unfolding.tiles.TileLoader
Shows coordinate information for tile, i.e.
showDebugBorder() - Method in class de.fhpotsdam.unfolding.tiles.TileLoader
 
showLight - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
showTileCoordinates - Variable in class de.fhpotsdam.unfolding.tiles.TileLoader
 
showTileCoordinates() - Method in class de.fhpotsdam.unfolding.tiles.TileLoader
 
SimpleLinesMarker - Class in de.fhpotsdam.unfolding.marker
Marker representing multiple locations as lines.
SimpleLinesMarker() - Constructor for class de.fhpotsdam.unfolding.marker.SimpleLinesMarker
 
SimpleLinesMarker(List<Location>) - Constructor for class de.fhpotsdam.unfolding.marker.SimpleLinesMarker
Creates a polyline marker.
SimpleLinesMarker(List<Location>, HashMap<String, Object>) - Constructor for class de.fhpotsdam.unfolding.marker.SimpleLinesMarker
Creates a polyline marker with additional properties.
SimpleLinesMarker(Location, Location) - Constructor for class de.fhpotsdam.unfolding.marker.SimpleLinesMarker
Creates a marker for a single line, with a connection from start to end location.
SimplePointMarker - Class in de.fhpotsdam.unfolding.marker
Marker representing a single location.
SimplePointMarker() - Constructor for class de.fhpotsdam.unfolding.marker.SimplePointMarker
Creates an empty point marker.
SimplePointMarker(Location) - Constructor for class de.fhpotsdam.unfolding.marker.SimplePointMarker
Creates a point marker for the given location.
SimplePointMarker(Location, HashMap<String, Object>) - Constructor for class de.fhpotsdam.unfolding.marker.SimplePointMarker
Creates a point marker for the given location and properties.
SimplePolygonMarker - Class in de.fhpotsdam.unfolding.marker
Marker representing multiple locations as polygon.
SimplePolygonMarker() - Constructor for class de.fhpotsdam.unfolding.marker.SimplePolygonMarker
 
SimplePolygonMarker(List<Location>) - Constructor for class de.fhpotsdam.unfolding.marker.SimplePolygonMarker
Creates a polygon marker.
SimplePolygonMarker(List<Location>, HashMap<String, Object>) - Constructor for class de.fhpotsdam.unfolding.marker.SimplePolygonMarker
Creates a polygon marker with additional properties.
simplify(List<PVector>, float, boolean) - Static method in class de.fhpotsdam.unfolding.utils.GeneralizationUtils
Simplifies points by using Douglas-Peucker algorithm.
simplifyDouglasPeucker(List<PVector>, float) - Static method in class de.fhpotsdam.unfolding.utils.GeneralizationUtils
Simplification using optimized Douglas-Peucker algorithm with recursion elimination.
simplifyRadialDistance(List<PVector>, float) - Static method in class de.fhpotsdam.unfolding.utils.GeneralizationUtils
Distance-based simplification.
sourceCoordinate(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
 
SQLITE_JDBC_DRIVER - Static variable in class de.fhpotsdam.unfolding.tiles.MBTilesLoaderUtils
 
StamenMapProvider - Class in de.fhpotsdam.unfolding.providers
 
StamenMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.StamenMapProvider
 
StamenMapProvider.Toner - Class in de.fhpotsdam.unfolding.providers
 
StamenMapProvider.Toner() - Constructor for class de.fhpotsdam.unfolding.providers.StamenMapProvider.Toner
 
StamenMapProvider.TonerBackground - Class in de.fhpotsdam.unfolding.providers
 
StamenMapProvider.TonerBackground() - Constructor for class de.fhpotsdam.unfolding.providers.StamenMapProvider.TonerBackground
 
StamenMapProvider.TonerLite - Class in de.fhpotsdam.unfolding.providers
 
StamenMapProvider.TonerLite() - Constructor for class de.fhpotsdam.unfolding.providers.StamenMapProvider.TonerLite
 
StamenMapProvider.WaterColor - Class in de.fhpotsdam.unfolding.providers
 
StamenMapProvider.WaterColor() - Constructor for class de.fhpotsdam.unfolding.providers.StamenMapProvider.WaterColor
 
StringUtils - Class in de.fhpotsdam.utils
 
StringUtils() - Constructor for class de.fhpotsdam.utils.StringUtils
 
strokeColor - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
strokeWeight - Variable in class de.fhpotsdam.unfolding.marker.AbstractMarker
 
StyleConstants - Class in de.fhpotsdam.unfolding.utils
Visual styles for UnfoldingMap's default simple markers.
StyleConstants() - Constructor for class de.fhpotsdam.unfolding.utils.StyleConstants
 
switchTweening() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Switches the tweening flag.

T

target - Variable in class de.fhpotsdam.utils.Integrator
 
target(float) - Method in class de.fhpotsdam.utils.Integrator
 
target(double) - Method in class de.fhpotsdam.utils.Integrator
 
targeting - Variable in class de.fhpotsdam.utils.Integrator
 
texCoords - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
textureDistorter - Variable in class de.fhpotsdam.unfolding.mapdisplay.DistortedGLGraphicsMapDisplay
 
TextureDistorter - Class in de.fhpotsdam.unfolding.texture
 
TextureDistorter(PApplet, int, int, int) - Constructor for class de.fhpotsdam.unfolding.texture.TextureDistorter
 
TextureDistorter(PApplet, float, float, int) - Constructor for class de.fhpotsdam.unfolding.texture.TextureDistorter
 
ThunderforestProvider - Class in de.fhpotsdam.unfolding.providers
Provider based on Leaflet-providers: http://leaflet-extras.github.io/leaflet-providers/preview/index.html Various map tiles from Opencycle.
ThunderforestProvider() - Constructor for class de.fhpotsdam.unfolding.providers.ThunderforestProvider
 
ThunderforestProvider.GenericThunderforestProvider - Class in de.fhpotsdam.unfolding.providers
 
ThunderforestProvider.GenericThunderforestProvider() - Constructor for class de.fhpotsdam.unfolding.providers.ThunderforestProvider.GenericThunderforestProvider
 
ThunderforestProvider.Landscape - Class in de.fhpotsdam.unfolding.providers
 
ThunderforestProvider.Landscape() - Constructor for class de.fhpotsdam.unfolding.providers.ThunderforestProvider.Landscape
 
ThunderforestProvider.OpenCycleMap - Class in de.fhpotsdam.unfolding.providers
 
ThunderforestProvider.OpenCycleMap() - Constructor for class de.fhpotsdam.unfolding.providers.ThunderforestProvider.OpenCycleMap
 
ThunderforestProvider.Outdoors - Class in de.fhpotsdam.unfolding.providers
 
ThunderforestProvider.Outdoors() - Constructor for class de.fhpotsdam.unfolding.providers.ThunderforestProvider.Outdoors
 
ThunderforestProvider.Transport - Class in de.fhpotsdam.unfolding.providers
 
ThunderforestProvider.Transport() - Constructor for class de.fhpotsdam.unfolding.providers.ThunderforestProvider.Transport
 
TILE_HEIGHT - Static variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
TILE_HEIGHT - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
The default tile height of 256px.
TILE_WIDTH - Static variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
TILE_WIDTH - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
The default tile width of 256px.
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.GenericAcetateProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.GenericEsriProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.ImmoScout.ImmoScoutProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.MapQuestProvider.GenericMapQuestProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.MBTilesMapProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.Microsoft.MicrosoftProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.GenericOpenMapSurferProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.OpenStreetMap.GenericOpenStreetMapProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.GenericOpenWeatherMapProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.GenericThunderforestProvider
 
tileHeight() - Method in class de.fhpotsdam.unfolding.providers.Yahoo.YahooProvider
 
tileLoaded(Coordinate, Object) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
tileLoaded(Coordinate, Object) - Method in interface de.fhpotsdam.unfolding.tiles.TileLoaderListener
 
TileLoader - Class in de.fhpotsdam.unfolding.tiles
Loads tiles from the MapProvider.
TileLoader(PApplet, AbstractMapProvider, TileLoaderListener, Coordinate) - Constructor for class de.fhpotsdam.unfolding.tiles.TileLoader
 
TileLoaderListener - Interface in de.fhpotsdam.unfolding.tiles
After the TileLoader has loaded an image, the tileLoaded method of this listener is called.
tilesLoaded() - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Will be called if all tiles have been loaded.
tilesLoaded() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
Gets called if all tiles have been loaded.
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.AbstractMapProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.AcetateProvider.GenericAcetateProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.CartoDBProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.EsriProvider.GenericEsriProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.Google.GoogleProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.ImmoScout.ImmoScoutProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.MapQuestProvider.GenericMapQuestProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.MBTilesMapProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.Microsoft.MicrosoftProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.GenericOpenMapSurferProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.OpenStreetMap.GenericOpenStreetMapProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.GenericOpenWeatherMapProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.ThunderforestProvider.GenericThunderforestProvider
 
tileWidth() - Method in class de.fhpotsdam.unfolding.providers.Yahoo.YahooProvider
 
toggleDrawing() - Method in class de.fhpotsdam.unfolding.marker.MarkerManager
Toggles whether this marker manager draws all markers or none.
toGoogle(int, int, int) - Static method in class de.fhpotsdam.unfolding.providers.Google
 
toLocation - Variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
toMicrosoft(int, int, int) - Static method in class de.fhpotsdam.unfolding.providers.GeoMapApp
 
toMicrosoftAerial(int, int, int) - Static method in class de.fhpotsdam.unfolding.providers.GeoMapApp
 
toMicrosoftAerial(int, int, int) - Static method in class de.fhpotsdam.unfolding.providers.Microsoft
 
toMicrosoftRoad(int, int, int) - Static method in class de.fhpotsdam.unfolding.providers.GeoMapApp
 
toMicrosoftRoad(int, int, int) - Static method in class de.fhpotsdam.unfolding.providers.Microsoft
 
toQuadKey(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Microsoft
Converts coordinates to QuadKey string.
toQuadKey(int, int, int) - Static method in class de.fhpotsdam.unfolding.providers.Microsoft
 
toString() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
toString() - Method in class de.fhpotsdam.unfolding.geo.Location
 
totalHeight - Variable in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
totalWidth - Variable in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 
toYahoo(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Yahoo
 
toYahooAerial(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Yahoo
 
toYahooRoad(Coordinate) - Static method in class de.fhpotsdam.unfolding.providers.Yahoo
 
transform(PVector) - Method in class de.fhpotsdam.unfolding.geo.Transformation
 
transformation - Variable in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
Transformation - Class in de.fhpotsdam.unfolding.geo
 
Transformation(double, double, double, double, double, double) - Constructor for class de.fhpotsdam.unfolding.geo.Transformation
 
transformationCenter - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
Center of outer transformations in screen pixel.
transformationCenterLocation - Variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
Center to zoom around.
tuioClient - Variable in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
TuioCursorHandler - Class in de.fhpotsdam.unfolding.interactions
Handles finger input (TUIO cursors) from the user and broadcasts MapEvents such as zoom and pan.
TuioCursorHandler(PApplet, UnfoldingMap...) - Constructor for class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
TuioCursorHandler(PApplet, boolean, UnfoldingMap...) - Constructor for class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
TuioCursorHandler(PApplet, boolean, List<UnfoldingMap>) - Constructor for class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
TuioCursorHandler(PApplet, List<UnfoldingMap>) - Constructor for class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
TYPE_PAN - Static variable in class de.fhpotsdam.unfolding.events.PanMapEvent
 
TYPE_ZOOM - Static variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
The internal type of this ZoomMapEvent.
typedScopedListeners - Variable in class de.fhpotsdam.unfolding.events.EventDispatcher
 

U

UnfoldingMap - Class in de.fhpotsdam.unfolding
An interactive map.
UnfoldingMap(PApplet, String) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new full canvas map with the given ID.
UnfoldingMap(PApplet) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new full canvas map with a generated ID.
UnfoldingMap(PApplet, AbstractMapProvider) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new full canvas map with tiles from the given provider.
UnfoldingMap(PApplet, String, AbstractMapProvider) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new full canvas map with given ID, and with tiles from the given provider.
UnfoldingMap(PApplet, float, float, float, float) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new map with specific position and dimension.
UnfoldingMap(PApplet, float, float, float, float, String) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
 
UnfoldingMap(PApplet, String, float, float, float, float) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new map with specific position and dimension.
UnfoldingMap(PApplet, String, float, float, float, float, String) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
 
UnfoldingMap(PApplet, String, float, float, float, float, boolean) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
 
UnfoldingMap(PApplet, String, float, float, float, float, boolean, String) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
 
UnfoldingMap(PApplet, float, float, float, float, AbstractMapProvider) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new map with specific position and dimension.
UnfoldingMap(PApplet, float, float, float, float, AbstractMapProvider, String) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
 
UnfoldingMap(PApplet, String, float, float, float, float, boolean, boolean, AbstractMapProvider) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
 
UnfoldingMap(PApplet, String, float, float, float, float, boolean, boolean, AbstractMapProvider, String) - Constructor for class de.fhpotsdam.unfolding.UnfoldingMap
Creates a new map with specific position and dimension.
unproject(PVector) - Method in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
unregister(MapEventListener, String, String...) - Method in class de.fhpotsdam.unfolding.events.EventDispatcher
Removes listener if ScopedListeners exist for scopeIds to unregister.
untransform(PVector) - Method in class de.fhpotsdam.unfolding.geo.Transformation
 
up() - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
up(float) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
update() - Method in class de.fhpotsdam.utils.Integrator
Update for next time step.
updateMap() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Updates the integrators for tweening.
updateTuioCursor(TuioCursor) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
updateTuioObject(TuioObject) - Method in class de.fhpotsdam.unfolding.interactions.TuioCursorHandler
 
uSteps - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 

V

value - Variable in class de.fhpotsdam.utils.Integrator
 
valueOf(String) - Static method in enum de.fhpotsdam.unfolding.data.Feature.FeatureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.fhpotsdam.unfolding.data.Feature.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
vel - Variable in class de.fhpotsdam.utils.Integrator
 
vertices - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 
vSteps - Variable in class de.fhpotsdam.unfolding.texture.TextureDistorter
 

W

width - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
WIDTH_DEFAULT - Static variable in class de.fhpotsdam.unfolding.utils.DebugDisplay
 

X

x - Variable in class de.fhpotsdam.unfolding.ui.BarScaleUI
 
x - Variable in class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
X_DEFAULT - Static variable in class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
xStep - Variable in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 

Y

y - Variable in class de.fhpotsdam.unfolding.ui.BarScaleUI
 
y - Variable in class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
Y_DEFAULT - Static variable in class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
Yahoo - Class in de.fhpotsdam.unfolding.providers
 
Yahoo() - Constructor for class de.fhpotsdam.unfolding.providers.Yahoo
 
Yahoo.AerialProvider - Class in de.fhpotsdam.unfolding.providers
 
Yahoo.AerialProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Yahoo.AerialProvider
 
Yahoo.HybridProvider - Class in de.fhpotsdam.unfolding.providers
 
Yahoo.HybridProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Yahoo.HybridProvider
 
Yahoo.RoadProvider - Class in de.fhpotsdam.unfolding.providers
 
Yahoo.RoadProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Yahoo.RoadProvider
 
Yahoo.YahooProvider - Class in de.fhpotsdam.unfolding.providers
 
Yahoo.YahooProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Yahoo.YahooProvider
 
yStep - Variable in class de.fhpotsdam.unfolding.utils.LargeMapImageUtils
 

Z

zoom - Variable in class de.fhpotsdam.unfolding.core.Coordinate
 
zoom - Variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
zoom - Variable in class de.fhpotsdam.unfolding.geo.AbstractProjection
 
zoom - Variable in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
 
zoom - Variable in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
 
zoom(int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Deprecated. Replaced by UnfoldingMap.zoomLevel(int)
zoom(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms in or out.
ZOOM_BY - Static variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
ZOOM_BY_LEVEL - Static variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
ZOOM_TO - Static variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
ZOOM_TO_LEVEL - Static variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
zoomAndPanTo(float, float, int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms in around position, and pans to it.
zoomAndPanTo(ScreenPosition, int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Deprecated. Use UnfoldingMap.zoomAndPanTo(int, ScreenPosition).
zoomAndPanTo(int, ScreenPosition) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms in around position, and pans to it.
zoomAndPanTo(Location, int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Deprecated. Use UnfoldingMap.zoomAndPanTo(int, Location).
zoomAndPanTo(int, Location) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms in around position, and pans to it.
zoomAndPanToFit(List<Location>) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
zoomBy(float) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
zoomComparator - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
 
zoomDelta - Variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
zoomIn() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms into the map less than a full level.
zoomLevel - Variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
zoomLevel(int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms in or out one or more levels.
zoomLevelDelta - Variable in class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
zoomLevelIn() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms in a level.
zoomLevelOut() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms out a level.
ZoomLevelUI - Class in de.fhpotsdam.unfolding.ui
 
ZoomLevelUI(PApplet, AbstractMapDisplay, float, float) - Constructor for class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
ZoomLevelUI(PApplet, UnfoldingMap, CompassUI) - Constructor for class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
ZoomLevelUI(PApplet, UnfoldingMap) - Constructor for class de.fhpotsdam.unfolding.ui.ZoomLevelUI
 
ZoomMapEvent - Class in de.fhpotsdam.unfolding.events
A map event for all zoom events, such as (relative) zoomBy and (absolute) zoomTo.
ZoomMapEvent(Object, String) - Constructor for class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
ZoomMapEvent(Object, String, String) - Constructor for class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
ZoomMapEvent(Object, String, String, int) - Constructor for class de.fhpotsdam.unfolding.events.ZoomMapEvent
 
zoomOut() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms out of the map less than a full level.
zoomTo(float) - Method in class de.fhpotsdam.unfolding.core.Coordinate
 
zoomTo(float) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
zoomToFit(List<Location>) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
zoomToFit(Location[]) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
 
zoomToLevel(int) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
Zooms to the given level.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z