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;
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
add a comment |
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
add a comment |
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
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
arcgis-server geojson wkt geoprocessing-service arcgis-javascript-api-4
edited Apr 2 at 21:23
TomazicM
1,5001316
1,5001316
asked Apr 2 at 20:37
WadeWade
1083
1083
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Apr 3 at 2:06
KHibmaKHibma
10.5k11839
10.5k11839
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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