public class Is24GeoBuilder extends Object
Constructor and Description |
---|
Is24GeoBuilder() |
Modifier and Type | Method and Description |
---|---|
GeoImpl |
build() |
GeoImpl |
build(File inputFile) |
GeoImpl |
build(GeoImpl oldGeo) |
GeoImpl |
build(String webserviceUrl,
String consumerKey,
String consumerSecret,
String accessKey,
String accessSecret) |
GeoImpl |
build(String webserviceUrl,
String consumerKey,
String consumerSecret,
String accessKey,
String accessSecret,
GeoImpl oldGeo) |
static void |
main(String[] args) |
public final GeoImpl build() throws oauth.signpost.exception.OAuthException, IOException
oauth.signpost.exception.OAuthException
IOException
public final GeoImpl build(GeoImpl oldGeo) throws oauth.signpost.exception.OAuthException, IOException
oauth.signpost.exception.OAuthException
IOException
public final GeoImpl build(String webserviceUrl, String consumerKey, String consumerSecret, String accessKey, String accessSecret) throws oauth.signpost.exception.OAuthException, IOException
oauth.signpost.exception.OAuthException
IOException
public GeoImpl build(String webserviceUrl, String consumerKey, String consumerSecret, String accessKey, String accessSecret, GeoImpl oldGeo) throws oauth.signpost.exception.OAuthException, IOException
oauth.signpost.exception.OAuthException
IOException
public GeoImpl build(File inputFile) throws IOException
IOException
public static void main(String[] args)
Copyright © 2019 OpenEstate. All rights reserved.