Get GeoJSON or simple WKT from a GPFeatureRecordSetLayer ArcGIS js APIWhy is sometimes geometryType not returned in JSON from ArcGIS Server layer REST API?Simple javascript viewer for ArcGIS Server dataHow do you generate WKT from a graphic drawn on a map?Getting from wkt to shapefile in Python?Dump a GeoJSON FeatureCollection from Spatialite query with PythonFrom featureclass (or shp) to WKT e GeoJSONGetting Z component from point in ArcGIS API for JavaScript?OGR API get GeoJSON from stringTrying to save Draw object in OpenLayers as GeoJSON with a different projectionConvert GeoJSON object to bounding box using Python 3.6

How old can references or sources in a thesis be?

Is a conference paper whose proceedings will be published in IEEE Xplore counted as a publication?

Why are electrically insulating heatsinks so rare? Is it just cost?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Minkowski space

Which models of the Boeing 737 are still in production?

Finding angle with pure Geometry.

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Why is Minecraft giving an OpenGL error?

How to format long polynomial?

US citizen flying to France today and my passport expires in less than 2 months

Mathematical cryptic clues

Can I make popcorn with any corn?

What's the point of deactivating Num Lock on login screens?

Why don't electron-positron collisions release infinite energy?

Why Is Death Allowed In the Matrix?

Pattern match does not work in bash script

What would happen to a modern skyscraper if it rains micro blackholes?

Why not use SQL instead of GraphQL?

What typically incentivizes a professor to change jobs to a lower ranking university?

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

What does it mean to describe someone as a butt steak?

Why does Kotter return in Welcome Back Kotter?



Get GeoJSON or simple WKT from a GPFeatureRecordSetLayer ArcGIS js API


Why is sometimes geometryType not returned in JSON from ArcGIS Server layer REST API?Simple javascript viewer for ArcGIS Server dataHow do you generate WKT from a graphic drawn on a map?Getting from wkt to shapefile in Python?Dump a GeoJSON FeatureCollection from Spatialite query with PythonFrom featureclass (or shp) to WKT e GeoJSONGetting Z component from point in ArcGIS API for JavaScript?OGR API get GeoJSON from stringTrying to save Draw object in OpenLayers as GeoJSON with a different projectionConvert GeoJSON object to bounding box using Python 3.6






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Is it possible to get the GeoJson representation of a GPFeatureRecordSetLayer that is returned from GPServer task?



I am able to draw the feature on the map (using the ArcGIS js API) with code like this:



const polygon_feature = data.value.features[0];
polygon_feature.symbol = fillSymbol;
graphicsLayer.add(polygon_feature);


where data is a returned promise from the .getResultData() method implemented in the ArcGIS API.



Is there any method available to get the geometry from this object so I can pass it to my backend and save it to our database as GeoJSON or wkt?










share|improve this question






























    0















    Is it possible to get the GeoJson representation of a GPFeatureRecordSetLayer that is returned from GPServer task?



    I am able to draw the feature on the map (using the ArcGIS js API) with code like this:



    const polygon_feature = data.value.features[0];
    polygon_feature.symbol = fillSymbol;
    graphicsLayer.add(polygon_feature);


    where data is a returned promise from the .getResultData() method implemented in the ArcGIS API.



    Is there any method available to get the geometry from this object so I can pass it to my backend and save it to our database as GeoJSON or wkt?










    share|improve this question


























      0












      0








      0








      Is it possible to get the GeoJson representation of a GPFeatureRecordSetLayer that is returned from GPServer task?



      I am able to draw the feature on the map (using the ArcGIS js API) with code like this:



      const polygon_feature = data.value.features[0];
      polygon_feature.symbol = fillSymbol;
      graphicsLayer.add(polygon_feature);


      where data is a returned promise from the .getResultData() method implemented in the ArcGIS API.



      Is there any method available to get the geometry from this object so I can pass it to my backend and save it to our database as GeoJSON or wkt?










      share|improve this question
















      Is it possible to get the GeoJson representation of a GPFeatureRecordSetLayer that is returned from GPServer task?



      I am able to draw the feature on the map (using the ArcGIS js API) with code like this:



      const polygon_feature = data.value.features[0];
      polygon_feature.symbol = fillSymbol;
      graphicsLayer.add(polygon_feature);


      where data is a returned promise from the .getResultData() method implemented in the ArcGIS API.



      Is there any method available to get the geometry from this object so I can pass it to my backend and save it to our database as GeoJSON or wkt?







      arcgis-server geojson wkt geoprocessing-service arcgis-javascript-api-4






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 2 at 21:23









      TomazicM

      1,5001316




      1,5001316










      asked Apr 2 at 20:37









      WadeWade

      1083




      1083




















          1 Answer
          1






          active

          oldest

          votes


















          1














          There are probably methods in JS to convert or cast the feature set to JSON. (If this is the route you need to go, perhaps someone else will provide that answer).



          However if your server is 10.5 or newer, you can request the output as geoJSON By using f=geojson as an alternative.



          REST Reference



          Essentially, use which method makes most sense for your workflow - converting the JS result to JSON or ask for the result to be sent as JSON in the first place.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "79"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317553%2fget-geojson-or-simple-wkt-from-a-gpfeaturerecordsetlayer-arcgis-js-api%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            There are probably methods in JS to convert or cast the feature set to JSON. (If this is the route you need to go, perhaps someone else will provide that answer).



            However if your server is 10.5 or newer, you can request the output as geoJSON By using f=geojson as an alternative.



            REST Reference



            Essentially, use which method makes most sense for your workflow - converting the JS result to JSON or ask for the result to be sent as JSON in the first place.






            share|improve this answer



























              1














              There are probably methods in JS to convert or cast the feature set to JSON. (If this is the route you need to go, perhaps someone else will provide that answer).



              However if your server is 10.5 or newer, you can request the output as geoJSON By using f=geojson as an alternative.



              REST Reference



              Essentially, use which method makes most sense for your workflow - converting the JS result to JSON or ask for the result to be sent as JSON in the first place.






              share|improve this answer

























                1












                1








                1







                There are probably methods in JS to convert or cast the feature set to JSON. (If this is the route you need to go, perhaps someone else will provide that answer).



                However if your server is 10.5 or newer, you can request the output as geoJSON By using f=geojson as an alternative.



                REST Reference



                Essentially, use which method makes most sense for your workflow - converting the JS result to JSON or ask for the result to be sent as JSON in the first place.






                share|improve this answer













                There are probably methods in JS to convert or cast the feature set to JSON. (If this is the route you need to go, perhaps someone else will provide that answer).



                However if your server is 10.5 or newer, you can request the output as geoJSON By using f=geojson as an alternative.



                REST Reference



                Essentially, use which method makes most sense for your workflow - converting the JS result to JSON or ask for the result to be sent as JSON in the first place.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 3 at 2:06









                KHibmaKHibma

                10.5k11839




                10.5k11839



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317553%2fget-geojson-or-simple-wkt-from-a-gpfeaturerecordsetlayer-arcgis-js-api%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

                    QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

                    PDF-ში გადმოწერა სანავიგაციო მენიუproject page