- 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.ZoomComparator - Class in de.fhpotsdam.unfolding.mapdisplay
-
- 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.Basemap - Class in de.fhpotsdam.unfolding.providers
-
- AcetateProvider.Foreground - Class in de.fhpotsdam.unfolding.providers
-
- AcetateProvider.GenericAcetateProvider - Class in de.fhpotsdam.unfolding.providers
-
- AcetateProvider.Hillshading - Class in de.fhpotsdam.unfolding.providers
-
- AcetateProvider.Labels - Class in de.fhpotsdam.unfolding.providers
-
- AcetateProvider.Roads - Class in de.fhpotsdam.unfolding.providers
-
- AcetateProvider.Terrain - Class in de.fhpotsdam.unfolding.providers
-
- 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
-
- addInteriorRing(List<Location>) - Method in class de.fhpotsdam.unfolding.data.ShapeFeature
-
Adds a list of locations as interior ring.
- 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() - Constructor for class de.fhpotsdam.unfolding.providers.MapQuestProvider.Aerial
-
- AERIAL_VERSION - Static variable in class de.fhpotsdam.unfolding.providers.Yahoo
-
- AerialProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Microsoft.AerialProvider
-
- AerialProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Yahoo.AerialProvider
-
- All() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.All
-
- 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
-
- damping - Variable in class de.fhpotsdam.utils.Integrator
-
- DarkMatter() - Constructor for class de.fhpotsdam.unfolding.providers.CartoDB.DarkMatter
-
- DarkMatterMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap.DarkMatterMapProvider
-
- DarkMatterNoLabels() - Constructor for class de.fhpotsdam.unfolding.providers.CartoDB.DarkMatterNoLabels
-
- 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 bar scale.
- 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 does 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.
- DeLorme() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.DeLorme
-
- diameter - Variable in class de.fhpotsdam.unfolding.marker.SimplePointMarker
-
- 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 marker in outer object coordinate system.
- draw(PGraphics, List<MapPosition>, List<List<MapPosition>>) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
-
Draws marker in outer object coordinate system including interior rings.
- 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, List<MapPosition>, List<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.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
-
- 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
-
- GenericAcetateProvider() - Constructor for class de.fhpotsdam.unfolding.providers.AcetateProvider.GenericAcetateProvider
-
- GenericCartoDBProvider() - Constructor for class de.fhpotsdam.unfolding.providers.CartoDB.GenericCartoDBProvider
-
- GenericEsriProvider() - Constructor for class de.fhpotsdam.unfolding.providers.EsriProvider.GenericEsriProvider
-
- GenericMapQuestProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapQuestProvider.GenericMapQuestProvider
-
- GenericOpenMapSurferProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.GenericOpenMapSurferProvider
-
- GenericOpenStreetMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap.GenericOpenStreetMapProvider
-
- GenericOpenWeatherMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.GenericOpenWeatherMapProvider
-
- GenericThunderforestProvider() - Constructor for class de.fhpotsdam.unfolding.providers.ThunderforestProvider.GenericThunderforestProvider
-
- 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.TopologicalGeoMapProvider - Class in de.fhpotsdam.unfolding.providers
-
- GeoMapAppProvider() - Constructor for class de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
-
- 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
-
- 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(float, float, float, 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
-
- 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
-
Gets the inner transformation center, in object coordinates.
- getInstance() - Static method in class de.fhpotsdam.unfolding.texture.PAppletFactory
-
- getIntegerProperty(String) - Method in class de.fhpotsdam.unfolding.data.Feature
-
Returns the value of a Integer property.
- getIntegerProperty(String) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
-
- getIntegerProperty(String) - Method in interface de.fhpotsdam.unfolding.marker.Marker
-
Gets the property as Integer for given key.
- getIntegerProperty(String) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
-
- getInteriorRings() - Method in class de.fhpotsdam.unfolding.data.ShapeFeature
-
Returns all interior rings of the shape.
- getInteriorRings() - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
-
Returns all interior rings of the shape.
- 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
-
- getLatitudeDecimal(float, float, float, String) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
-
- 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
-
- getLongitudeDecimal(float, float, float, String) - Static method in class de.fhpotsdam.unfolding.utils.GeoUtils
-
- 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.
- getScreenPositionFloat(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
-
- getScreenPositionFloat(Location) - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
-
- 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.EmptyMapProvider
-
- getTile(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.MBTilesMapProvider
-
- getTileFromCacheOrUrl(String[]) - Method in class de.fhpotsdam.unfolding.tiles.TileLoader
-
- 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.CartoDB.DarkMatter
-
- getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.CartoDB.DarkMatterNoLabels
-
- getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.CartoDB.GenericCartoDBProvider
-
- getTileUrls(Coordinate) - Method in class de.fhpotsdam.unfolding.providers.CartoDB.Positron
-
- 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.CustomMapBoxProvider
-
- 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.DarkMatterMapProvider
-
- 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.OpenStreetMap.PositronMapProvider
-
- 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.CartoDB.GenericCartoDBProvider
-
- 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.GoogleProvider - Class in de.fhpotsdam.unfolding.providers
-
- Google.GoogleSimplified2Provider - Class in de.fhpotsdam.unfolding.providers
-
- Google.GoogleSimplifiedProvider - Class in de.fhpotsdam.unfolding.providers
-
Simplified Google Map.
- Google.GoogleTerrainProvider - Class in de.fhpotsdam.unfolding.providers
-
Google Terrain Map.
- GoogleMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleMapProvider
-
- GoogleProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleProvider
-
- GoogleSimplified2Provider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleSimplified2Provider
-
- GoogleSimplifiedProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Google.GoogleSimplifiedProvider
-
- 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
-
- Grayscale() - Constructor for class de.fhpotsdam.unfolding.providers.OpenMapSurferProvider.Grayscale
-
- GREETING_MESSAGE - Static variable in class de.fhpotsdam.unfolding.UnfoldingMap
-
- grid_padding - Variable in class de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay
-
- 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
-
Loaded tiles for coordinate.
- 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.ImmoScoutProvider - Class in de.fhpotsdam.unfolding.providers
-
- 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
-
- 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
-
- interiorRingLocationArray - Variable in class de.fhpotsdam.unfolding.data.ShapeFeature
-
Optional interior rings (polygon holes).
- interiorRingLocationArray - Variable in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
-
Optional interior rings (polygon holes).
- 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.
- isAutoAlignment() - Method in class de.fhpotsdam.unfolding.ui.BarScaleUI
-
- 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
-
- 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
-
- isInsideByLocation(float, float) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
-
Returns true if at least one marker is hit.
- 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.
- 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.ControlRoomProvider - Class in de.fhpotsdam.unfolding.providers
-
- MapBox.CustomMapBoxProvider - Class in de.fhpotsdam.unfolding.providers
-
- MapBox.LacquerProvider - Class in de.fhpotsdam.unfolding.providers
-
- MapBox.MapBoxProvider - Class in de.fhpotsdam.unfolding.providers
-
- MapBox.MuseDarkStyleProvider - Class in de.fhpotsdam.unfolding.providers
-
- MapBox.PlainUSAProvider - Class in de.fhpotsdam.unfolding.providers
-
Example for local TileMill usage, for testing purposes.
- MapBox.WorldLightProvider - Class in de.fhpotsdam.unfolding.providers
-
- MapBoxProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.MapBoxProvider
-
- 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.GenericMapQuestProvider - Class in de.fhpotsdam.unfolding.providers
-
- MapQuestProvider.OSM - Class in de.fhpotsdam.unfolding.providers
-
- 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.HybridProvider - Class in de.fhpotsdam.unfolding.providers
-
- Microsoft.MicrosoftProvider - Class in de.fhpotsdam.unfolding.providers
-
- Microsoft.RoadProvider - Class in de.fhpotsdam.unfolding.providers
-
- MicrosoftProvider() - Constructor for class de.fhpotsdam.unfolding.providers.Microsoft.MicrosoftProvider
-
- 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(MouseEvent) - 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
-
- MuseDarkStyleProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.MuseDarkStyleProvider
-
- 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
-
Pending threads to load tiles for coordinate.
- PlainUSAProvider() - Constructor for class de.fhpotsdam.unfolding.providers.MapBox.PlainUSAProvider
-
- 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.
- Positron() - Constructor for class de.fhpotsdam.unfolding.providers.CartoDB.Positron
-
- PositronMapProvider() - Constructor for class de.fhpotsdam.unfolding.providers.OpenStreetMap.PositronMapProvider
-
- postDraw() - Method in class de.fhpotsdam.unfolding.mapdisplay.DistortedGLGraphicsMapDisplay
-
- postDraw() - Method in class de.fhpotsdam.unfolding.mapdisplay.Java2DMapDisplay
-
- postDraw() - Method in class de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay
-
- Precipitation() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Precipitation
-
- PrecipitationClassic() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.PrecipitationClassic
-
- prepareMapChangedMethod() - Method in class de.fhpotsdam.unfolding.UnfoldingMap
-
Internal method to call listening methods in your application for map changes.
- Pressure() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Pressure
-
- PressureContour() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.PressureContour
-
- 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.
- 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_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
-
- ScreenPosition(float[], boolean) - 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.
- setAutoAlignment(boolean) - Method in class de.fhpotsdam.unfolding.ui.BarScaleUI
-
- 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
-
- setDiameter(float) - Method in class de.fhpotsdam.unfolding.marker.SimplePointMarker
-
Sets the diameter of this marker.
- 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
-
- setHighlightColor(int) - Method in interface de.fhpotsdam.unfolding.marker.Marker
-
Sets the highlight color of this marker.
- setHighlightColor(int) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
-
- setHighlightStrokeColor(int) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
-
- setHighlightStrokeColor(int) - Method in interface de.fhpotsdam.unfolding.marker.Marker
-
Sets the highlight color of this marker's border.
- setHighlightStrokeColor(int) - Method in class de.fhpotsdam.unfolding.marker.MultiMarker
-
- 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.
- setInteriorRings(List<List<Location>>) - Method in class de.fhpotsdam.unfolding.marker.AbstractShapeMarker
-
Sets a list of lists of locations as interior rings.
- 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
-
- setMultiClass(Class) - Method in class de.fhpotsdam.unfolding.data.MarkerFactory
-
Sets the marker class for markers to be created for multi-features.
- 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
-
- setProperty(String, Object) - Method in class de.fhpotsdam.unfolding.marker.AbstractMarker
-
- setProperty(String, Object) - Method in interface de.fhpotsdam.unfolding.marker.Marker
-
Sets the property for given key.
- setProperty(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
-
- setRadius(int) - Method in class de.fhpotsdam.unfolding.texture.LinearInterpolationDistorter
-
- setRadius(int) - Method in class de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
-
- setRectangularPanningRestriction(Location, Location) - Method in class de.fhpotsdam.unfolding.UnfoldingMap
-
Restricts the area this map can pan to in a rectangular fashion.
- 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 this marker's 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.
- Snow() - Constructor for class de.fhpotsdam.unfolding.providers.OpenWeatherProvider.Snow
-
- 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.TonerBackground - Class in de.fhpotsdam.unfolding.providers
-
- StamenMapProvider.TonerLite - Class in de.fhpotsdam.unfolding.providers
-
- StamenMapProvider.WaterColor - Class in de.fhpotsdam.unfolding.providers
-
- 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.