| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| MainUndoStack — Class in package net.systemeD.halcyon.connection | |
| The main undo stack controls which actions can be undone or redone from the current situation. | |
| makeHTMLIcon(icon, entity:net.systemeD.halcyon.connection:Entity) — Static method in class net.systemeD.potlatch2.mapfeatures.Feature | |
| Convert the contents of the "icon" tag as an HTML string, with variable substitution. | |
| map — Property in class net.systemeD.halcyon.Elastic | |
| map — Property in class net.systemeD.halcyon.MapPaint | |
| Parent Map - required for finding out bounds and scale | |
| map — Property in class net.systemeD.potlatch2.EditController | |
| Accesses map object. | |
| map — Property in class net.systemeD.potlatch2.controller.ControllerState | |
| Retrieves the map associated with the current EditController | |
| map — Property in class net.systemeD.potlatch2.utils.Importer | |
| Map — Class in package net.systemeD.halcyon | |
| The representation of part of the map on the screen, including information about coordinates, background imagery, paint properties etc. | |
| Map() — Constructor in class net.systemeD.halcyon.Map | |
| Map constructor function | |
| MapController — Interface in package net.systemeD.halcyon | |
| MapEvent — Class in package net.systemeD.halcyon | |
| Defines map-related events. | |
| MapEvent(eventname, params) — Constructor in class net.systemeD.halcyon.MapEvent | |
| Creates event with name given by a constant, with event-specific parameters. | |
| mapFeatures — Property in class net.systemeD.potlatch2.TagViewer | |
| MapFeatures — Class in package net.systemeD.potlatch2.mapfeatures | |
| All the information about all available map features that can be selected by the user or matched against entities in the map. | |
| mapheight — Property in class net.systemeD.halcyon.Map | |
| height (Flash pixels) | |
| MapPaint — Class in package net.systemeD.halcyon | |
| Manages the drawing of map entities, allocating their sprites etc. | |
| MapPaint(map:net.systemeD.halcyon:Map, connection:net.systemeD.halcyon.connection:Connection, styleurl, minlayer, maxlayer) — Constructor in class net.systemeD.halcyon.MapPaint | |
| Creates paint sprites and hit sprites for all layers in range. | |
| mapwidth — Property in class net.systemeD.halcyon.Map | |
| width (Flash pixels) | |
| markBboxLoaded(left, right, top, bottom) — Method in class net.systemeD.halcyon.connection.Connection | |
| Mark that bbox is loaded | |
| markClean() — Method in class net.systemeD.halcyon.connection.Connection | |
| markClean() — Method in class net.systemeD.halcyon.connection.Entity | |
| Reset modified flag. | |
| markClean() — Method in class net.systemeD.halcyon.connection.EntityCollection | |
| markClean() — Method in class net.systemeD.halcyon.connection.UndoableEntityAction | |
| Mark this action as clean. | |
| markComplete(entity:net.systemeD.halcyon.connection:Entity) — Method in class net.systemeD.potlatch2.utils.SnapshotConnection | |
| Send a "complete" call to the server, and remove it from the current layer | |
| markDirty() — Method in class net.systemeD.halcyon.connection.Connection | |
| markDirty() — Method in class net.systemeD.halcyon.connection.Entity | |
| Set entity as modified. | |
| markDirty() — Method in class net.systemeD.halcyon.connection.EntityCollection | |
| markDirty() — Method in class net.systemeD.halcyon.connection.UndoableEntityAction | |
| Mark this action as dirty. | |
| Marker — Class in package net.systemeD.halcyon.connection | |
| A marker is a generic entity that can be used for representing non-Node point features. | |
| Marker(connection:net.systemeD.halcyon.connection:Connection, id, version, tags, loaded, lat, lon) — Constructor in class net.systemeD.halcyon.connection.Marker | |
| markerDeleted(event:net.systemeD.halcyon.connection:EntityEvent) — Method in class net.systemeD.halcyon.MapPaint | |
| Respond to event by deleting MarkerUI. | |
| markerMoved(event) — Method in class net.systemeD.halcyon.MarkerUI | |
| MarkerPanel — Class in package net.systemeD.potlatch2.panels | |
| MarkerUI — Class in package net.systemeD.halcyon | |
| MarkerUI(marker:net.systemeD.halcyon.connection:Marker, paint:net.systemeD.halcyon:MapPaint, heading, layer, stateClasses) — Constructor in class net.systemeD.halcyon.MarkerUI | |
| MASTERSCALE — Constant property in class net.systemeD.halcyon.Map | |
| master map scale - how many Flash pixels in 1 degree longitude (for Landsat, 5120) | |
| match — Property in class net.systemeD.potlatch2.mapfeatures.editors.Choice | |
| matchedRelations — Property in class net.systemeD.potlatch2.mapfeatures.editors.RelationMemberEditor | |
| maxChars — Property in class net.systemeD.controls.AutoComplete | |
| maximum — Property in class net.systemeD.potlatch2.mapfeatures.editors.NumberEditor | |
| maximum — Property in class net.systemeD.potlatch2.mapfeatures.editors.NumberEditorFactory | |
| maximum — Property in class net.systemeD.potlatch2.mapfeatures.editors.SliderEditorFactory | |
| maxlayer — Property in class net.systemeD.halcyon.MapPaint | |
| Highest OSM layer that can be displayed | |
| MAXSCALE — Constant property in class net.systemeD.halcyon.Map | |
| don't zoom in past this | |
| MAXWAYS — Constant property in class net.systemeD.halcyon.connection.Connection | |
| maximum number of ways to keep in memory before purging | |
| maxwidth — Property in class net.systemeD.halcyon.styleparser.StyleList | |
| max_width — Property in class net.systemeD.halcyon.styleparser.TextStyle | |
| maxZoom — Property in class net.systemeD.halcyon.styleparser.Rule | |
| Maximum zoom level at which the Rule is fulfilled. | |
| measure() — Method in class net.systemeD.controls.AutoComplete | |
| measure() — Method in class net.systemeD.potlatch2.mapfeatures.editors.ChoiceComboBox | |
| member — Property in class net.systemeD.halcyon.connection.RelationMemberEvent | |
| memberEntities — Property in class net.systemeD.halcyon.connection.Relation | |
| memberships — Property in class net.systemeD.halcyon.connection.Entity | |
| Returns all relations that this Entity is part of, as array of {relation, position, role}, sorted by position. | |
| merged — Property in class net.systemeD.halcyon.styleparser.Style | |
| Has this style had another style merged into it? (When styles cascade, then we need to merge the first style with any subsequent styles that apply.) | |
| mergeNodes() — Method in class net.systemeD.halcyon.connection.actions.MergeWaysAction | |
| MergeNodesAction — Class in package net.systemeD.halcyon.connection.actions | |
| MergeNodesAction(destnode:net.systemeD.halcyon.connection:Node, sourcenode:net.systemeD.halcyon.connection:Node) — Constructor in class net.systemeD.halcyon.connection.actions.MergeNodesAction | |
| mergePrevious(previous:net.systemeD.halcyon.connection:UndoableAction) — Method in class net.systemeD.halcyon.connection.UndoableAction | |
| Can this action be merged with the previous action? This is sometimes wanted, such as when moving nodes around. | |
| mergePrevious(prev:net.systemeD.halcyon.connection:UndoableAction) — Method in class net.systemeD.halcyon.connection.actions.MoveNodeAction | |
| mergePrevious(prev:net.systemeD.halcyon.connection:UndoableAction) — Method in class net.systemeD.halcyon.connection.actions.SetTagAction | |
| mergeRelations() — Method in class net.systemeD.halcyon.connection.actions.MergeNodesAction | |
| mergeRelations() — Method in class net.systemeD.halcyon.connection.actions.MergeWaysAction | |
| mergeTags(source:net.systemeD.halcyon.connection:Entity, performAction) — Method in class net.systemeD.halcyon.connection.Entity | |
| Copy tags from another entity into this one, creating "key=value1; value2" pairs if necessary. | |
| mergeWays() — Method in class net.systemeD.potlatch2.controller.SelectedMultiple | |
| MergeWaysAction — Class in package net.systemeD.halcyon.connection.actions | |
| MergeWaysAction(way1:net.systemeD.halcyon.connection:Way, way2:net.systemeD.halcyon.connection:Way, toPos, fromPos) — Constructor in class net.systemeD.halcyon.connection.actions.MergeWaysAction | |
| mergeWith(node:net.systemeD.halcyon.connection:Node, performAction) — Method in class net.systemeD.halcyon.connection.Node | |
| Merge another node into this one, removing the other one. | |
| mergeWith(way:net.systemeD.halcyon.connection:Way, topos, frompos, performAction) — Method in class net.systemeD.halcyon.connection.Way | |
| Merges another way into this one, removing the other one. | |
| mergeWith(additional:net.systemeD.halcyon.styleparser:Style) — Method in class net.systemeD.halcyon.styleparser.Style | |
| Merge two Style objects. | |
| message — Property in class net.systemeD.halcyon.AttentionEvent | |
| minimum — Property in class net.systemeD.potlatch2.mapfeatures.editors.NumberEditor | |
| minimum — Property in class net.systemeD.potlatch2.mapfeatures.editors.NumberEditorFactory | |
| minimum — Property in class net.systemeD.potlatch2.mapfeatures.editors.SliderEditorFactory | |
| minlayer — Property in class net.systemeD.halcyon.MapPaint | |
| Lowest OSM layer that can be displayed | |
| MINSCALE — Constant property in class net.systemeD.halcyon.Map | |
| don't zoom out past this | |
| minZoom — Property in class net.systemeD.halcyon.styleparser.Rule | |
| Minimum zoom level at which the Rule is fulfilled. | |
| missingIconCls — Property in class net.systemeD.potlatch2.mapfeatures.Feature | |
| mouseDownHandler(event) — Method in class net.systemeD.halcyon.Map | |
| Prepare for being dragged by recording start time and location of mouse. | |
| mouseEvent(event) — Method in class net.systemeD.halcyon.EntityUI | |
| MOUSE_MOVE — Constant static property in class net.systemeD.halcyon.MapEvent | |
| mouseMoveHandler(event) — Method in class net.systemeD.halcyon.Map | |
| Respond to mouse movement, dragging the map if tolerance threshold met. | |
| mouseUpHandler(event) — Method in class net.systemeD.halcyon.Map | |
| Respond to mouse up by possibly moving map. | |
| MOVE — Constant static property in class net.systemeD.halcyon.MapEvent | |
| Map has moved relative to viewport. | |
| moveMapFromLatLon(lat, lon) — Method in class net.systemeD.halcyon.Map | |
| Recentre map at given lat/lon, updating the UI and downloading entities. | |
| MoveNodeAction — Class in package net.systemeD.halcyon.connection.actions | |
| MoveNodeAction(node:net.systemeD.halcyon.connection:Node, newLat, newLon, setLatLon) — Constructor in class net.systemeD.halcyon.connection.actions.MoveNodeAction | |
| MoveWayAction — Class in package net.systemeD.halcyon.connection.actions | |
| MoveWayAction(way:net.systemeD.halcyon.connection:Way, latDelta, lonDelta, moved) — Constructor in class net.systemeD.halcyon.connection.actions.MoveWayAction | |
| MyGpxDialog — Class in package net.systemeD.potlatch2.mygpx | |
| MyGpxDialog_inlineComponent1 — Class in package net.systemeD.potlatch2.mygpx | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |