public abstract class AbstractCloseChangeSet extends AbstractRequest implements CloseChangeSetRequest
CloseChangeSetRequest
, which defines the
parameters for a close change set request.Defined in the geotk-client-osm
module
Modifier and Type | Field and Description |
---|---|
protected int |
id |
DONT_ENCODE_EQUAL, headerMap, requestParameters, security, serverURL, subPath, timeout
Constructor and Description |
---|
AbstractCloseChangeSet(OpenStreetMapClient server,
String subPath) |
Modifier and Type | Method and Description |
---|---|
int |
getChangeSetID() |
InputStream |
getResponseStream()
Returns the response stream of the request.
|
void |
setChangeSetID(int id) |
equals, followLink, getHeaderMap, getSubPath, getTimeout, getURL, hashCode, openConnection, openRichException, openRichException, openRichException, prepareParameters, setTimeout
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getHeaderMap, getURL
public AbstractCloseChangeSet(OpenStreetMapClient server, String subPath)
public int getChangeSetID()
getChangeSetID
in interface CloseChangeSetRequest
public void setChangeSetID(int id)
setChangeSetID
in interface CloseChangeSetRequest
id
- of the requested changeset to closepublic InputStream getResponseStream() throws IOException
AbstractRequest
getResponseStream
in interface Request
getResponseStream
in class AbstractRequest
IOException
- if an exception occurs while getting the output stream.Copyright © 2009–2017 Geotoolkit.org. All rights reserved.