Uses of Class
org.openstreetmap.josm.data.osm.DownloadPolicy
-
Packages that use DownloadPolicy Package Description org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.vector org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of DownloadPolicy in org.openstreetmap.josm.actions.downloadtasks
Fields in org.openstreetmap.josm.actions.downloadtasks declared as DownloadPolicy Modifier and Type Field Description private DownloadPolicy
DownloadParams. downloadPolicy
Methods in org.openstreetmap.josm.actions.downloadtasks that return DownloadPolicy Modifier and Type Method Description DownloadPolicy
DownloadParams. getDownloadPolicy()
Returns the download policy of new layer.Methods in org.openstreetmap.josm.actions.downloadtasks with parameters of type DownloadPolicy Modifier and Type Method Description DownloadParams
DownloadParams. withDownloadPolicy(DownloadPolicy downloadPolicy)
Sets the download policy of new layer. -
Uses of DownloadPolicy in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as DownloadPolicy Modifier and Type Field Description private DownloadPolicy
DataSet. downloadPolicy
Methods in org.openstreetmap.josm.data.osm that return DownloadPolicy Modifier and Type Method Description DownloadPolicy
DataSet. getDownloadPolicy()
DownloadPolicy
OsmData. getDownloadPolicy()
Get the download policy.static DownloadPolicy
DownloadPolicy. of(String xmlFlag)
Returns theDownloadPolicy
for the givenupload='...'
XML-attributestatic DownloadPolicy
DownloadPolicy. valueOf(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.Methods in org.openstreetmap.josm.data.osm with parameters of type DownloadPolicy Modifier and Type Method Description void
DataSet. setDownloadPolicy(DownloadPolicy downloadPolicy)
void
OsmData. setDownloadPolicy(DownloadPolicy downloadPolicy)
Sets the download policy. -
Uses of DownloadPolicy in org.openstreetmap.josm.data.vector
Fields in org.openstreetmap.josm.data.vector declared as DownloadPolicy Modifier and Type Field Description private DownloadPolicy
VectorDataSet. downloadPolicy
Default to normal download policyMethods in org.openstreetmap.josm.data.vector that return DownloadPolicy Modifier and Type Method Description DownloadPolicy
VectorDataSet. getDownloadPolicy()
Methods in org.openstreetmap.josm.data.vector with parameters of type DownloadPolicy Modifier and Type Method Description void
VectorDataSet. setDownloadPolicy(DownloadPolicy downloadPolicy)
-
Uses of DownloadPolicy in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type DownloadPolicy Modifier and Type Method 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)
-