Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
private DownloadPolicy |
DownloadParams.downloadPolicy |
Modifier and Type | Method and Description |
---|---|
DownloadPolicy |
DownloadParams.getDownloadPolicy()
Returns the download policy of new layer.
|
Modifier and Type | Method and Description |
---|---|
DownloadParams |
DownloadParams.withDownloadPolicy(DownloadPolicy downloadPolicy)
Sets the download policy of new layer.
|
Modifier and Type | Field and Description |
---|---|
private DownloadPolicy |
DataSet.downloadPolicy |
Modifier and Type | Method and Description |
---|---|
DownloadPolicy |
OsmData.getDownloadPolicy()
Get the download policy.
|
DownloadPolicy |
DataSet.getDownloadPolicy() |
static DownloadPolicy |
DownloadPolicy.of(java.lang.String xmlFlag)
Returns the
DownloadPolicy for the given upload='...' XML-attribute |
static DownloadPolicy |
DownloadPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DownloadPolicy[] |
DownloadPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OsmData.setDownloadPolicy(DownloadPolicy downloadPolicy)
Sets the download policy.
|
void |
DataSet.setDownloadPolicy(DownloadPolicy downloadPolicy) |
Modifier and Type | Method and Description |
---|---|
void |
OsmWriter.header(DownloadPolicy download,
UploadPolicy upload)
Writes OSM header with given download upload policies.
|
private void |
OsmWriter.header(DownloadPolicy download,
UploadPolicy upload,
boolean locked) |