URL url = new URL("http://<gp-task-url>/submitJob"); HttpURLConnection connection = (HttpURLConnection) url .openConnection(); connection.setRequestProperty("Content-Type", "application/json"); connection.setRequestMethod("GET"); InputStream is = connection.getInputStream();
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.