Package | Description |
---|---|
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 |
DataSet.uploadPolicy |
Modifier and Type | Method and Description |
---|---|
UploadPolicy |
DataSet.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)
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) |
void |
OsmWriter.header(UploadPolicy upload)
Deprecated.
Use
OsmWriter.header(DownloadPolicy, UploadPolicy) instead |