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 UploadPolicy |
DownloadParams.uploadPolicy |
Modifier and Type | Method and Description |
---|---|
UploadPolicy |
DownloadParams.getUploadPolicy()
Returns the upload policy of new layer.
|
Modifier and Type | Method and Description |
---|---|
DownloadParams |
DownloadParams.withUploadPolicy(UploadPolicy uploadPolicy)
Sets the upload policy of new layer.
|
Modifier and Type | Field and Description |
---|---|
private UploadPolicy |
DataSet.uploadPolicy |
Modifier and Type | Method and Description |
---|---|
UploadPolicy |
DataSet.getUploadPolicy() |
UploadPolicy |
OsmData.getUploadPolicy()
Get the upload policy.
|
static UploadPolicy |
UploadPolicy.of(java.lang.String xmlFlag)
Returns the
UploadPolicy for the given upload='...' XML-attribute |
static UploadPolicy |
UploadPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UploadPolicy[] |
UploadPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSet.setUploadPolicy(UploadPolicy uploadPolicy) |
void |
OsmData.setUploadPolicy(UploadPolicy uploadPolicy)
Sets the upload policy.
|
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) |