|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
No summary generated for these documents.
| File Summary | |
| AABBox.js | Axis Aligned Bounding Box. |
| Action.js | Basic action interface used in toolbars, layertrees, rightmouse menus, etc. |
| Activity.js | Base workflow activity implementation. |
| AddCoordinateCommand.js | EditCommand adding a new coordinate to a feature. |
| AddRingOperation.js | Operation for adding a ring to a polygon or multipolygon. |
| ArrayDataStore.js | Array-backed data store |
| AssociationDefinition.js | Definition of an association attribute in a layer's configuration. |
| AttributeDefinition.js | |
| AttributeFormatterFactory.js | Creates formatter functions for attributes. |
| BaseComponent.js | |
| BaseComponentPainter.js | |
| BaseComponentVisitor.js | |
| Camera.js | This object determines the current position on the map. |
| CancelEditingAction.js | Cancel editing, and clean up (rightmouse menu). |
| CirclePainter.js | |
| ClosestPoint.js | Snapping algorithm that snaps to the closest endpoint of a geometry. |
| CommandDispatcher.js | Communicator with the server. |
| CommitActivity.js | Activity for persistence. |
| ConfigManager.js | |
| Coordinate.js | Object for 2-dimensional points. |
| DefaultConfigurationVisitor.js | |
| DefaultPaintablePainter.js | |
| DefaultWorkflowFactory.js | Default implementation for creating workflow objects. |
| DeleteFeatureAction.js | Delete a feature (rightmouse menu). |
| DeleteLinearRingAction.js | Action for deleting a hole from a polygon (rightmouse menu). |
| DeleteOnClickController.js | Mouselistener that deletes a given object onclick. |
| DeselectAllAction.js | Deselect all features (DynamicToolbar). |
| EditCommand.js | Interface for possible editing actions. |
| EditingController.js | Base editing mouselistener. |
| EditMarkingController.js | Mouselistener for popping up the edit manual. |
| EditPermissions.js | Config object determinging CRUD permissions. |
| EditTool.js | Activate/Deactivate editing mode (DynamicToolbar). |
| EventListener.js | Basic event listener interface. |
| Feature.js | Element of a layer (vectorlayer). |
| FeatureDetailTable.js | |
| FeatureEditor.js | Main object responsible for editing features. |
| FeatureInfoController.js | Mouselistener for getting feature info. |
| FeatureInfoTool.js | Activate/Deactivate feature info controller (DynamicToolbar). |
| FeaturePainter.js | |
| FeatureStore.js | |
| FeatureTransaction.js | Representation of edited features. |
| FeatureTransactionPainter.js | |
| FeatureType.js | Attribute handler for a vector layer. |
| FontStyle.js | Style object for graphics fonts. |
| Geometry.js | General definition of a geometry. |
| GeometryDeserializer.js | Serializer for geometries over the json rpc. |
| GeometryEditor.js | General editor for geometries. |
| GeometryFactory.js | Factory object for geometries. |
| GeometryOperation.js | Interface for a geometric operation. |
| GeometryType.js | Definition of the geometric type, as defined in the config XSD. |
| GoogleImageFactory.js | Factory for raster images from Google raster layers. |
| GraphicsContext.js | |
| HtmlMouseEvent.js | Wrapper around the DOM MouseEvent object. |
| ImagePainter.js | |
| InMemoryStore.js | |
| InsertCoordinateCommand.js | EditCommand adding a new coordinate to a feature. |
| InsertCoordinateOperation.js | Operation for inserting a coordinate in a geometry. |
| InsertPointAction.js | Insert a point from a feature's geometry (rightmouse menu). |
| JsonCommand.js | A command object for communication to the server through JSON. |
| LabelComponent.js | |
| LabelStyleAction.js | Activate/Deactivate labelling (for LayerTree widget). |
| LayerLabeledTool.js | Activate/Deactivate labelling (for LayerTree widget). |
| LayerSnappingTool.js | Activate/Deactivate snapping (for LayerTree widget). |
| LayerStore.js | |
| LayerTree.js | |
| LayerTreeAction.js | Baseclass for tools for a LayerTree widget. |
| LayerTreeConfigManager.js | |
| LayerTreeNode.js | Basic node implementation for a MapModel's layer-tree structure. |
| LayerTreeTool.js | Baseclass for tools for a LayerTree widget. |
| LayerValidationActivity.js | Activity for validating the featuretransaction. |
| LayerVisibleTool.js | Make a layer visible/invisible (for LayerTree widget). |
| LayoutConstraint.js | |
| LegendComponent.js | |
| LegendItemComponent.js | |
| Line.js | |
| LinearRing.js | Geometry implementation for LinearRings. |
| LineSegment.js | Implementation of a linesegment. |
| LineString.js | Geometry implementation for LineStrings. |
| LineStringEditController.js | Mouselistener for editing LineStrings. |
| ListenerSubject.js | Connection point for EventListener objects. |
| LocationInfoController.js | Mouselistener for getting location info. |
| LocationInfoTool.js | Activate/Deactivate location info controller (DynamicToolbar). |
| MapComponent.js | |
| MapConfigurationVisitor.js | |
| MapModel.js | The data model behind a MapWidget. |
| MapModelPainter.js | |
| MapView.js | This class is responsible for the view on the map. |
| MapViewQueueHandler.js | Manages a queue of map extents, and allows to zoom to previous and next extent. |
| Matrix2D.js | Simple implementation of a 2x2 matrix. |
| Matrix3D.js | 3D matrices can be used for 2D homogenous coordinates... |
| MeasureDistanceController.js | Mouselistener for measuring distances. |
| MeasureDistanceTool.js | Activate/Deactivate measuring distance mode (DynamicToolbar). |
| Menu.js | |
| MenuItemController.js | Mouselistener for rightmouse menu items. |
| MouseListener.js | Interface for dealing with default MouseEvents. |
| MouseListenerSubject.js | ListenerSubject for standard mouse events. |
| MouseScrollListener.js | Interface for dealing with mousescroll events. |
| MouseScrollListenerSubject.js | ListenerSubject for mouse-scroll events. |
| MoveCoordinateCommand.js | EditCommand for moving/dragging a coordinate from a feature. |
| MoveCoordinateOperation.js | Operation for translating a coordinate of a geometry. |
| MultiLineString.js | Geometry implementation for MultiLineStrings. |
| MultiLineStringEditController.js | Mouselistener for editing LineStrings. |
| MultiPolygon.js | Geometry implementation for multipolygons. |
| MultiPolygonEditController.js | Mouselistener for editing Polygons. |
| NavigateController.js | Mouselistener for panning by clicking. |
| NavigateTool.js | Activate/Deactivate navigation by clicking (DynamicToolbar). |
| NearestSnap.js | Snapping algorithm that snaps to any point on a geometry's edge. |
| NewFeatureAction.js | Create a new feature (rightmouse menu). |
| OverviewRectController.js | MouseListener for panning to the rectangle on an overview map. |
| PageComponent.js | |
| PageComponentPainter.js | |
| Painter.js | |
| PainterVisitable.js | |
| PainterVisitor.js | |
| PanController.js | MouseListener for panning. |
| PanTool.js | Activate/Deactivate pan mode (DynamicToolbar). |
| PictureStyle.js | Simple style object for CSS. |
| Point.js | Geometry implementation for points. |
| PointEditController.js | Mouselistener for editing Points. |
| Polygon.js | Geometry implementation for polygons. |
| PolygonEditController.js | Mouselistener for editing Polygons. |
| PrintController.js | Mouselistener for controlling the editing of the print template. |
| PrintTemplate.js | |
| PrintTemplateManager.js | |
| PrintTool.js | Activate/Deactivate pan mode (DynamicToolbar). |
| PrintTransformation.js | |
| RasterImage.js | A RasterImage is a image/tile of a raster layer. |
| RasterImageFactory.js | Factory for raster images from raster layers. |
| RasterImagePainter.js | |
| RasterLayer.js | Represents a layer for raster images. |
| RasterLayerComponent.js | |
| RasterLayerPainter.js | |
| RasterNode.js | A RasterNode represents a subset of raster images in a layer. |
| RasterNodePainter.js | |
| RasterStore.js | |
| Rectangle.js | |
| RectanglePainter.js | |
| RectangleSelectionController.js | MouseListener for selection. |
| RectangleSelectionTool.js | Activate/Deactivate selection mode (DynamicToolbar). |
| RefreshLayerAction.js | |
| RemoveCoordinateCommand.js | EditCommand for removing a coordinate from a feature. |
| RemoveCoordinateOperation.js | Operation for deleting a coordinate of a geometry. |
| RemovePointAction.js | Remove a point from a feature's geometry (rightmouse menu). |
| RemoveRingCommand.js | EditCommand for removing a coordinate from a feature. |
| RemoveRingOperation.js | Operation for deleting a ring to a polygon or multipolygon. |
| RenderTopicDistributor.js | Distribution class for the external rendering topic. |
| RotateLeftAction.js | Rotate counterclockwise (DynamicToolbar). |
| RotateRightAction.js | Rotate clockwise (DynamicToolbar). |
| SaveEditingAction.js | Save the current edited state (rightmouse menu). |
| ScaleUtil.js | General utility class for scale handling functions, such as the conversion of (1:xx) to a float, expressed in pixels. |
| SearchCriterion.js | One criterion for a search request. |
| SelectionController.js | MouseListener for selection. |
| SelectionTool.js | Activate/Deactivate selection mode (DynamicToolbar). |
| SetCoordinateOperation.js | Operation for replacing a coordinate of a geometry. |
| ShapeStyle.js | Simple style object for CSS. |
| ShowDefaultPrintAction.js | Shows the default PrintWidget. |
| ShowTableAction.js | |
| ShowTemplatePrintAction.js | Shows the PrintWidget. |
| SimpleEvent.js | Simple mouse event wrapper. |
| SimpleMeasureDistanceController.js | Mouselistener for measuring distances. |
| SimplePanController.js | MouseListener for a MapWidget's panbuttons. |
| Snapper.js | Class that is able to snap points, using the snap function. |
| SnappingAlgorithm.js | General abstraction for snapping algorithms. |
| SnappingHelpController.js | Mouselistener for measuring distances. |
| SnappingRule.js | General definition of a snapping rule. |
| SpatialCache.js | Definition of a SpatialCache. |
| SpatialCacheStore.js | |
| SpatialCode.js | Definition of a code that can be assigned to a spatial node. |
| SpatialNode.js | Definition of a SpatialNode. |
| StartEditingAction.js | Start editing a feature (rightmouse menu). |
| StartLinearRingAction.js | Action for starting a new hole. |
| StopInsertingAction.js | Set the edit controller in drag mode (rightmouse menu). |
| StringFilter.js | Filter for strings. |
| StyleDefinition.js | |
| SvgPathDecoder.js | |
| SvgStyleDecoder.js | |
| System.js | General system property handler. |
| TextPainter.js | |
| Tile.js | Definition of a Tile. |
| TileCache.js | Cache system using Tiles. |
| TileCode.js | Definition of a Tile code. |
| TilePainter.js | Painter implementation for tiles. |
| ToggleEditingModeAction.js | Toggle between editing modes (rightmouse menu). |
| ToggleSelectionAction.js | Toggle a feature's selection state (rightmouse menu). |
| ToolbarAction.js | Baseclass for actions for a DynamicToolbar widget. |
| ToolbarConfigManager.js | |
| ToolbarTool.js | Baseclass for tools for a DynamicToolbar widget. |
| TranslationOperation.js | Operation for translating a geometry. |
| UndoEditingAction.js | Undo the last editing step (rightmouse menu). |
| Vector2D.js | A 2-dimensional vector. |
| VectorLayer.js | Represents a layer for vector data. |
| VectorLayerComponent.js | |
| VectorLayerPainter.js | |
| ViewPortComponent.js | |
| ViewPortComponentPainter.js | |
| VisibleOnlyTileCache.js | Cache system using Tiles. |
| VmlGroup.js | |
| VmlPathDecoder.js | |
| Workflow.js | Main activity. |
| WorkflowFactory.js | Interface for workflow factories. |
| WorkflowHandler.js | Entity overseeing the workflow. |
| WorldViewTransformation.js | Transforms coordinates between world- and viewspace. |
| ZoomInAction.js | Zoom in (DynamicToolbar). |
| ZoomInTool.js | Activate/Deactivate zooming in by clicking (DynamicToolbar). |
| ZoomNextAction.js | Zoom to the next view on the map. |
| ZoomOnClickController.js | MouseListener for zooming by clicking. |
| ZoomOnScrollController.js | MouseScrollListener for zooming by scrolling the mousewheel. |
| ZoomOutAction.js | Zoom out (DynamicToolbar). |
| ZoomOutTool.js | Activate/Deactivate zooming out by clicking (DynamicToolbar). |
| ZoomPreviousAction.js | Zoom to the previous view on the map. |
| ZoomToRectangleController.js | MouseListener for zooming to a drawn rectangle. |
| ZoomToRectangleTool.js | Activate/Deactivate zooming to a rectangle (DynamicToolbar). |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||