Package | Description |
---|---|
org.openstreetmap.josm |
Provides the classes of JOSM application.
|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.command |
Provides the classes for JOSM commands allowing to modify an OSM data set.
|
org.openstreetmap.josm.command.conflict |
Provides commands for handling conflicts.
|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.osm.event | |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.conflict.pair | |
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.dialogs.relation.actions | |
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.tagging |
Provides classes for handling edition of OSM tags: tag tables, tag editors.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.io.session |
Modifier and Type | Method and Description |
---|---|
OsmDataLayer |
Main.getEditLayer()
Replies the current edit layer
|
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
ToggleUploadDiscouragedLayerAction.layer |
protected OsmDataLayer |
PurgeAction.layer |
private OsmDataLayer |
UploadSelectionAction.DeletedParentsChecker.layer |
Modifier and Type | Method and Description |
---|---|
static OsmDataLayer |
JosmAction.getEditLayer()
Replies the current edit layer
|
Modifier and Type | Method and Description |
---|---|
protected static void |
UploadAction.alertUnresolvedConflicts(OsmDataLayer layer) |
static void |
CopyAction.copy(OsmDataLayer source,
java.util.Collection<OsmPrimitive> primitives)
Copies the given primitive ids to the clipboard.
|
static void |
MergeNodesAction.doMergeNodes(OsmDataLayer layer,
java.util.Collection<Node> nodes,
Node targetLocationNode)
Merges the nodes in
nodes at the specified node's location. |
(package private) static SplitWayAction.SplitWayResult |
SplitWayAction.doSplitWay(OsmDataLayer layer,
Way way,
Way wayToKeep,
java.util.List<Way> newWays,
java.util.List<OsmPrimitive> newSelection) |
static void |
DownloadReferrersAction.downloadReferrers(OsmDataLayer targetLayer,
java.util.Collection<OsmPrimitive> children)
Downloads the primitives referring to the primitives in
primitives
into the target layer targetLayer . |
static Command |
MergeNodesAction.mergeNodes(OsmDataLayer layer,
java.util.Collection<Node> nodes,
Node targetLocationNode)
Merges the nodes in
nodes at the specified node's location. |
static Command |
MergeNodesAction.mergeNodes(OsmDataLayer layer,
java.util.Collection<Node> nodes,
Node targetNode,
Node targetLocationNode)
Merges the nodes in
nodes onto one of the nodes. |
protected void |
UploadSelectionAction.processPostParentChecker(OsmDataLayer layer,
java.util.Collection<OsmPrimitive> toUpload) |
static SplitWayAction.SplitWayResult |
SplitWayAction.split(OsmDataLayer layer,
Way way,
java.util.List<Node> atNodes,
java.util.Collection<? extends OsmPrimitive> selection)
Splits the way
way at the nodes in atNodes and replies
the result of this process in an instance of SplitWayAction.SplitWayResult . |
static SplitWayAction.SplitWayResult |
SplitWayAction.splitWay(OsmDataLayer layer,
Way way,
java.util.List<java.util.List<Node>> wayChunks,
java.util.Collection<? extends OsmPrimitive> selection)
Splits the way
way into chunks of wayChunks and replies
the result of this process in an instance of SplitWayAction.SplitWayResult . |
static SplitWayAction.SplitWayResult |
SplitWayAction.splitWay(OsmDataLayer layer,
Way way,
java.util.List<java.util.List<Node>> wayChunks,
java.util.Collection<? extends OsmPrimitive> selection,
SplitWayAction.Strategy splitStrategy)
Splits the way
way into chunks of wayChunks and replies
the result of this process in an instance of SplitWayAction.SplitWayResult . |
void |
UploadAction.uploadData(OsmDataLayer layer,
APIDataSet apiData)
Uploads data to the OSM API.
|
void |
UploadSelectionAction.uploadPrimitives(OsmDataLayer layer,
java.util.Collection<OsmPrimitive> toUpload)
Uploads the primitives in
toUpload to the server. |
Constructor and Description |
---|
DeletedParentsChecker(OsmDataLayer layer,
java.util.Collection<OsmPrimitive> toUpload) |
ToggleUploadDiscouragedLayerAction(OsmDataLayer layer)
Constructs a new
ToggleUploadDiscouragedLayerAction . |
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
DownloadReferrersTask.targetLayer
the target layer
|
Modifier and Type | Method and Description |
---|---|
protected OsmDataLayer |
DownloadOsmTask.AbstractInternalTask.addNewLayerIfRequired(java.lang.String newLayerName,
Bounds bounds) |
protected OsmDataLayer |
DownloadOsmTask.AbstractInternalTask.createNewLayer() |
protected OsmDataLayer |
DownloadOsmTask.AbstractInternalTask.createNewLayer(java.lang.String layerName) |
protected OsmDataLayer |
DownloadOsmTask.AbstractInternalTask.getEditLayer() |
protected OsmDataLayer |
DownloadOsmTask.AbstractInternalTask.getFirstDataLayer() |
Constructor and Description |
---|
DownloadReferrersTask(OsmDataLayer targetLayer,
java.util.Collection<OsmPrimitive> children)
constructor
|
DownloadReferrersTask(OsmDataLayer targetLayer,
PrimitiveId primitiveId,
ProgressMonitor progressMonitor)
constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
DeleteAction.deleteRelation(OsmDataLayer layer,
Relation toDelete)
Deletes the relation in the context of the given layer.
|
static void |
DeleteAction.deleteRelations(OsmDataLayer layer,
java.util.Collection<Relation> toDelete)
Deletes the relations in the context of the given layer.
|
void |
SelectAction.mergeNodes(OsmDataLayer layer,
java.util.Collection<Node> nodes,
Node targetLocationNode)
Merge nodes using
MergeNodesAction . |
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
Command.layer
the layer which this command is applied to
|
Modifier and Type | Method and Description |
---|---|
protected OsmDataLayer |
Command.getLayer()
Replies the layer this command is (or was) applied to.
|
Modifier and Type | Method and Description |
---|---|
static Command |
DeleteCommand.delete(OsmDataLayer layer,
java.util.Collection<? extends OsmPrimitive> selection)
Try to delete all given primitives.
|
static Command |
DeleteCommand.delete(OsmDataLayer layer,
java.util.Collection<? extends OsmPrimitive> selection,
boolean alsoDeleteNodesInWay)
Try to delete all given primitives.
|
static Command |
DeleteCommand.delete(OsmDataLayer layer,
java.util.Collection<? extends OsmPrimitive> selection,
boolean alsoDeleteNodesInWay,
boolean silent)
Try to delete all given primitives.
|
static Command |
DeleteCommand.deleteWaySegment(OsmDataLayer layer,
WaySegment ws) |
static Command |
DeleteCommand.deleteWithReferences(OsmDataLayer layer,
java.util.Collection<? extends OsmPrimitive> selection)
Delete the primitives and everything they reference.
|
static Command |
DeleteCommand.deleteWithReferences(OsmDataLayer layer,
java.util.Collection<? extends OsmPrimitive> selection,
boolean silent)
Delete the primitives and everything they reference.
|
Constructor and Description |
---|
AddCommand(OsmDataLayer layer,
OsmPrimitive osm)
Creates the command and specify the element to add in the context of the given data layer.
|
AddPrimitivesCommand(java.util.List<PrimitiveData> data,
java.util.List<PrimitiveData> toSelect,
OsmDataLayer layer)
Constructs a new
AddPrimitivesCommand to add data to the given layer. |
ChangeCommand(OsmDataLayer layer,
OsmPrimitive osm,
OsmPrimitive newOsm)
Constructs a new
ChangeCommand in the context of a given data layer. |
Command(OsmDataLayer layer)
Creates a new command in the context of a specific data layer
|
DeleteCommand(OsmDataLayer layer,
java.util.Collection<? extends OsmPrimitive> data)
Constructor for a collection of data to be deleted in the context of
a specific layer
|
DeleteCommand(OsmDataLayer layer,
OsmPrimitive data)
Constructor for a single data item.
|
PurgeCommand(OsmDataLayer layer,
java.util.Collection<OsmPrimitive> toPurge,
java.util.Collection<OsmPrimitive> makeIncomplete)
This command relies on a number of consistency conditions:
- makeIncomplete must be a subset of toPurge.
|
Constructor and Description |
---|
ConflictAddCommand(OsmDataLayer layer,
Conflict<? extends OsmPrimitive> conflict)
Constructs a new
ConflictAddCommand . |
ConflictResolveCommand(OsmDataLayer layer)
Constructs a new
ConflictResolveCommand in the context of a given data layer. |
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
AutosaveTask.AutosaveLayerInfo.layer |
Modifier and Type | Method and Description |
---|---|
private void |
AutosaveTask.registerNewlayer(OsmDataLayer layer) |
Constructor and Description |
---|
AutosaveLayerInfo(OsmDataLayer layer) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetEventManager.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
Modifier and Type | Method and Description |
---|---|
OsmDataLayer |
MapView.getEditLayer()
Deprecated.
Use !
Main.getLayerManager() .getEditLayer() instead. To be made private: end of 2016. |
Modifier and Type | Method and Description |
---|---|
void |
MapView.EditLayerChangeListener.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer)
Deprecated.
Called after the active edit layer was changed.
|
void |
MapView.uploadDiscouragedChanged(OsmDataLayer layer,
boolean newValue) |
Modifier and Type | Method and Description |
---|---|
protected <P extends OsmPrimitive> |
ListMerger.findLayerFor(P primitive) |
Modifier and Type | Method and Description |
---|---|
OsmPrimitive |
PairTable.getPrimitiveInLayer(int row,
OsmDataLayer layer) |
Modifier and Type | Field and Description |
---|---|
protected OsmDataLayer |
InspectPrimitiveDialog.layer |
private OsmDataLayer |
InspectPrimitiveDataText.layer |
private OsmDataLayer |
ValidatorDialog.linkedLayer |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
InspectPrimitiveDialog.buildDataText(OsmDataLayer layer,
java.util.List<OsmPrimitive> primitives) |
void |
ConflictDialog.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
SelectionListDialog.SearchAction.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
SelectionListDialog.SelectionListModel.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
Constructor and Description |
---|
InspectPrimitiveDataText(OsmDataLayer layer) |
InspectPrimitiveDialog(java.util.Collection<OsmPrimitive> primitives,
OsmDataLayer layer)
Constructs a new
InspectPrimitiveDialog . |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetInSelectionListModel.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
ChangesetContentPanel.SelectionBasedAction.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
ChangesetsInActiveDataLayerListModel.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
ChangesetDetailPanel.SelectInCurrentLayerAction.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
ChangesetDetailPanel.ZoomInCurrentLayerAction.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesDialog.editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
DownloadRelationMemberTask.curLayer |
private OsmDataLayer |
DownloadRelationTask.layer |
OsmDataLayer |
RelationDialogManager.DialogContext.layer |
private OsmDataLayer |
RelationEditor.layer
The data layer the relation belongs to
|
private OsmDataLayer |
ReferringRelationsBrowser.layer |
private OsmDataLayer |
MemberTableModel.layer |
private OsmDataLayer |
ChildRelationBrowser.layer
the osm data layer this browser is related to
|
private OsmDataLayer |
ParentRelationLoadingTask.layer |
private OsmDataLayer |
SelectionTableModel.layer
this selection table model only displays selected primitives in this layer
|
Modifier and Type | Method and Description |
---|---|
OsmDataLayer |
RelationEditor.getLayer() |
protected OsmDataLayer |
ReferringRelationsBrowser.getLayer() |
OsmDataLayer |
IRelationEditor.getLayer()
Replies the
OsmDataLayer in whose context this relation editor is open |
OsmDataLayer |
MemberTableModel.getLayer()
Returns the data layer.
|
protected OsmDataLayer |
ChildRelationBrowser.getLayer()
Replies the
OsmDataLayer this editor is related to |
protected OsmDataLayer |
ParentRelationLoadingTask.getLayer() |
Modifier and Type | Method and Description |
---|---|
void |
RelationDialogManager.close(OsmDataLayer layer,
Relation relation)
Closes the editor open for a specific layer and a specific relation.
|
static RelationEditor |
RelationEditor.getEditor(OsmDataLayer layer,
Relation r,
java.util.Collection<RelationMember> selectedMembers)
This is a factory method that creates an appropriate RelationEditor instance suitable for editing the relation
that was passed in as an argument.
|
RelationEditor |
RelationDialogManager.getEditorForRelation(OsmDataLayer layer,
Relation relation)
Replies the editor for the relation managed by layer.
|
boolean |
RelationDialogManager.isOpenInEditor(OsmDataLayer layer,
Relation relation)
Replies true if there is an open relation editor for the relation managed
by the given layer.
|
boolean |
RelationDialogManager.DialogContext.matchesLayer(OsmDataLayer layer) |
protected void |
SelectionTableModel.populateSelectedPrimitives(OsmDataLayer layer)
populates the model with the primitives currently selected in
layer |
void |
RelationDialogManager.register(OsmDataLayer layer,
Relation relation,
RelationEditor editor)
Register the relation editor for a relation managed by a
OsmDataLayer . |
void |
RelationDialogManager.updateContext(OsmDataLayer layer,
Relation relation,
RelationEditor editor) |
Constructor and Description |
---|
ChildRelationBrowser(OsmDataLayer layer)
constructor
|
ChildRelationBrowser(OsmDataLayer layer,
Relation root)
constructor
|
DialogContext(OsmDataLayer layer,
Relation relation) |
DownloadRelationMemberTask(java.util.Collection<Relation> parents,
java.util.Collection<OsmPrimitive> children,
OsmDataLayer curLayer)
Creates a download task for downloading the child primitives
children for all parent
relations in parents . |
DownloadRelationMemberTask(Relation parent,
java.util.Collection<OsmPrimitive> children,
OsmDataLayer curLayer) |
DownloadRelationMemberTask(Relation parent,
java.util.Collection<OsmPrimitive> children,
OsmDataLayer curLayer,
java.awt.Dialog dialog) |
DownloadRelationTask(java.util.Collection<Relation> relations,
OsmDataLayer layer)
Creates the download task
|
GenericRelationEditor(OsmDataLayer layer,
Relation relation,
java.util.Collection<RelationMember> selectedMembers)
Creates a new relation editor for the given relation.
|
MemberTable(OsmDataLayer layer,
Relation relation,
MemberTableModel model)
constructor for relation member table
|
MemberTableModel(Relation relation,
OsmDataLayer layer,
TaggingPresetHandler presetHandler)
constructor
|
ParentRelationLoadingTask(Relation child,
OsmDataLayer layer,
boolean full,
PleaseWaitProgressMonitor monitor)
Creates a new task for asynchronously downloading the parents of a child relation.
|
ReferringRelationsBrowser(OsmDataLayer layer,
ReferringRelationsBrowserModel model)
Constructs a new
ReferringRelationsBrowser . |
RelationEditor(OsmDataLayer layer,
Relation relation)
Creates a new relation editor
|
SelectionTableModel(OsmDataLayer layer)
constructor
|
Modifier and Type | Field and Description |
---|---|
protected OsmDataLayer |
AbstractRelationEditorAction.layer |
Constructor and Description |
---|
AbstractRelationEditorAction(MemberTable memberTable,
MemberTableModel memberTableModel,
java.lang.String actionMapKey,
OsmDataLayer layer,
IRelationEditor editor) |
AddFromSelectionAction(MemberTable memberTable,
MemberTableModel memberTableModel,
SelectionTable selectionTable,
SelectionTableModel selectionTableModel,
java.lang.String actionMapKey,
OsmDataLayer layer,
IRelationEditor editor) |
ApplyAction(MemberTable memberTable,
MemberTableModel memberTableModel,
TagEditorModel tagModel,
OsmDataLayer layer,
IRelationEditor editor)
Constructs a new
ApplyAction . |
CancelAction(MemberTable memberTable,
MemberTableModel memberTableModel,
TagEditorModel tagModel,
OsmDataLayer layer,
IRelationEditor editor,
AutoCompletingTextField tfRole)
Constructs a new
CancelAction . |
CopyMembersAction(MemberTableModel memberTableModel,
OsmDataLayer layer,
IRelationEditor editor)
Constructs a new
CopyMembersAction . |
DeleteCurrentRelationAction(OsmDataLayer layer,
IRelationEditor editor)
Constructs a new
DeleteCurrentRelationAction . |
DownloadIncompleteMembersAction(MemberTable memberTable,
MemberTableModel memberTableModel,
java.lang.String actionMapKey,
OsmDataLayer layer,
IRelationEditor editor)
Constructs a new
DownloadIncompleteMembersAction . |
DownloadSelectedIncompleteMembersAction(MemberTable memberTable,
MemberTableModel memberTableModel,
java.lang.String actionMapKey,
OsmDataLayer layer,
IRelationEditor editor)
Constructs a new
DownloadSelectedIncompleteMembersAction . |
DuplicateRelationAction(MemberTableModel memberTableModel,
TagEditorModel tagEditorModel,
OsmDataLayer layer)
Constructs a new
DuplicateRelationAction . |
EditAction(MemberTable memberTable,
MemberTableModel memberTableModel,
OsmDataLayer layer)
Constructs a new
EditAction . |
OKAction(MemberTable memberTable,
MemberTableModel memberTableModel,
TagEditorModel tagModel,
OsmDataLayer layer,
IRelationEditor editor,
AutoCompletingTextField tfRole)
Constructs a new
OKAction . |
PasteMembersAction(MemberTableModel memberTableModel,
OsmDataLayer layer,
IRelationEditor editor)
Constructs a new
PasteMembersAction . |
RefreshAction(MemberTable memberTable,
MemberTableModel memberTableModel,
TagEditorModel tagModel,
OsmDataLayer layer,
IRelationEditor editor)
Constructs a new
RefreshAction . |
RemoveSelectedAction(MemberTableModel memberTableModel,
SelectionTableModel selectionTableModel,
OsmDataLayer layer)
Constructs a new
RemoveSelectedAction . |
SavingAction(MemberTable memberTable,
MemberTableModel memberTableModel,
TagEditorModel tagModel,
OsmDataLayer layer,
IRelationEditor editor,
AutoCompletingTextField tfRole) |
SelectedMembersForSelectionAction(MemberTableModel memberTableModel,
SelectionTableModel selectionTableModel,
OsmDataLayer layer)
Constructs a new
SelectedMembersForSelectionAction . |
SelectPrimitivesForSelectedMembersAction(MemberTable memberTable,
MemberTableModel memberTableModel,
OsmDataLayer layer)
Select objects for selected relation members.
|
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
UploadLayerTask.layer |
protected OsmDataLayer |
AbstractPrimitiveTask.layer |
private OsmDataLayer |
UploadPrimitivesTask.layer |
private OsmDataLayer |
DownloadPrimitivesWithReferrersTask.tmpLayer
Temporary layer where downloaded primitives are put
|
Constructor and Description |
---|
AbstractPrimitiveTask(java.lang.String title,
OsmDataLayer layer) |
AbstractPrimitiveTask(java.lang.String title,
ProgressMonitor progressMonitor,
OsmDataLayer layer) |
DownloadPrimitivesTask(OsmDataLayer layer,
java.util.List<PrimitiveId> ids,
boolean fullRelation)
Constructs a new
DownloadPrimitivesTask . |
DownloadPrimitivesTask(OsmDataLayer layer,
java.util.List<PrimitiveId> ids,
boolean fullRelation,
ProgressMonitor progressMonitor)
Constructs a new
DownloadPrimitivesTask . |
UpdatePrimitivesTask(OsmDataLayer layer,
java.util.Collection<? extends OsmPrimitive> toUpdate)
Constructs a new
UpdatePrimitivesTask . |
UploadLayerTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
ProgressMonitor monitor,
Changeset changeset)
Creates the upload task
|
UploadPrimitivesTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
APIDataSet toUpload,
Changeset changeset)
Creates the task
|
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
MainLayerManager.editLayer
The edit layer is the current active data layer.
|
private OsmDataLayer |
MainLayerManager.ActiveLayerChangeEvent.previousEditLayer |
Modifier and Type | Method and Description |
---|---|
OsmDataLayer |
MainLayerManager.getEditLayer()
Replies the current edit layer, if any
|
OsmDataLayer |
MainLayerManager.ActiveLayerChangeEvent.getPreviousEditLayer()
Gets the edit layer that was previously used.
|
Modifier and Type | Method and Description |
---|---|
void |
OsmDataLayer.LayerStateChangeListener.uploadDiscouragedChanged(OsmDataLayer layer,
boolean newValue)
Notifies that the "upload discouraged" (upload=no) state has changed.
|
Constructor and Description |
---|
ActiveLayerChangeEvent(MainLayerManager source,
OsmDataLayer previousEditLayer,
Layer previousActiveLayer)
Create a new
MainLayerManager.ActiveLayerChangeEvent |
Modifier and Type | Method and Description |
---|---|
void |
TagEditorPanel.initAutoCompletion(OsmDataLayer layer)
Initializes the auto completion infrastructure used in this
tag editor panel.
|
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
OsmPrimitivesTable.layer
the data layer in whose context primitives are edited in this table
|
Modifier and Type | Method and Description |
---|---|
OsmDataLayer |
OsmPrimitivesTable.getLayer()
Returns the data layer.
|
Modifier and Type | Method and Description |
---|---|
OsmPrimitive |
OsmPrimitivesTable.getPrimitiveInLayer(int row,
OsmDataLayer layer)
Returns primitive at the specified row.
|
void |
OsmPrimitivesTable.setLayer(OsmDataLayer layer)
Sets the data layer.
|
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer |
OsmImporter.OsmImporterData.layer |
private OsmDataLayer |
GeoJSONWriter.layer |
Modifier and Type | Method and Description |
---|---|
protected OsmDataLayer |
OsmImporter.createLayer(DataSet dataSet,
java.io.File associatedFile,
java.lang.String layerName) |
OsmDataLayer |
OsmImporter.OsmImporterData.getLayer() |
Modifier and Type | Method and Description |
---|---|
protected void |
OsmChangeImporter.addDataLayer(DataSet dataSet,
OsmDataLayer layer,
java.lang.String filePath) |
protected java.lang.Runnable |
OsmImporter.createPostLayerTask(DataSet dataSet,
java.io.File associatedFile,
java.lang.String layerName,
OsmDataLayer layer) |
protected void |
OsmExporter.doSave(java.io.File file,
OsmDataLayer layer) |
private void |
OsmExporter.save(java.io.File file,
OsmDataLayer layer,
boolean noBackup) |
void |
OsmWriter.writeLayer(OsmDataLayer layer) |
Constructor and Description |
---|
GeoJSONWriter(OsmDataLayer layer,
Projection projection)
Constructs a new
GeoJSONWriter . |
OsmImporterData(OsmDataLayer layer,
java.lang.Runnable postLayerTask) |
Constructor and Description |
---|
OsmDataSessionExporter(OsmDataLayer layer)
Constructs a new
OsmDataSessionExporter . |