Counting number of points/lines/polygons contained within polygon when feature to count is from server? ...

Expansion//Explosion and Siren Stormtamer

Is Diceware more secure than a long passphrase?

Why is this method for solving linear equations systems using determinants works?

Raising a bilingual kid. When should we introduce the majority language?

Do I need to protect SFP ports and optics from dust/contaminants? If so, how?

Why did Israel vote against lifting the American embargo on Cuba?

What was Apollo 13's "Little Jolt" after MECO?

How to open locks without disable device?

The art of proof summarizing. Are there known rules, or is it a purely common sense matter?

Passing args from the bash script to the function in the script

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

Error: Syntax error. Missing ')' for CASE Statement

Is accepting an invalid credit card number a security issue?

What is ls Largest Number Formed by only moving two sticks in 508?

Does Mathematica have an implementation of the Poisson Binomial Distribution?

Multiple options vs single option UI

What is a 'Key' in computer science?

Why does the Cisco show run command not show the full version, while the show version command does?

Putting Ant-Man on house arrest

Function to calculate red-edgeNDVI in Google Earth Engine

All ASCII characters with a given bit count

A Paper Record is What I Hamper



Counting number of points/lines/polygons contained within polygon when feature to count is from server?



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraFastest way to count the number of features in a feature class?Convert polygons to a number of randomly located points based on polygon sizeHow to count number of polygons inside another polygon layer?How to count the number of shapefiles that touch each polygon?How to copy closed loop lines into polygon feature classHow can I find the segment of a line that lies within a polygon using Postgis?Calculate Euclidean distance to raster WITHIN multiple polygonsHow to calculate the number of points with differing characteristic in a polygon in ArcMap?List IDs of polygons within another polygon in the attribute tableCount the length of all polylines from one shapefile within the segments of polygon of another shapefile





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







0















I'm currently running a study where I need to query the number of points/lines/polygons that are contained within a project boundary - intersecting lines and polygons need to be counted as well. The features are linked to an agency server (operations allowed: Map (display), Query (Identify), Data (Find)). It would be extra helpful if I could get an output table that preserved the attributes, but I will walk away with just summing the points/lines/polygons contained within a polygon.










share|improve this question































    0















    I'm currently running a study where I need to query the number of points/lines/polygons that are contained within a project boundary - intersecting lines and polygons need to be counted as well. The features are linked to an agency server (operations allowed: Map (display), Query (Identify), Data (Find)). It would be extra helpful if I could get an output table that preserved the attributes, but I will walk away with just summing the points/lines/polygons contained within a polygon.










    share|improve this question



























      0












      0








      0








      I'm currently running a study where I need to query the number of points/lines/polygons that are contained within a project boundary - intersecting lines and polygons need to be counted as well. The features are linked to an agency server (operations allowed: Map (display), Query (Identify), Data (Find)). It would be extra helpful if I could get an output table that preserved the attributes, but I will walk away with just summing the points/lines/polygons contained within a polygon.










      share|improve this question
















      I'm currently running a study where I need to query the number of points/lines/polygons that are contained within a project boundary - intersecting lines and polygons need to be counted as well. The features are linked to an agency server (operations allowed: Map (display), Query (Identify), Data (Find)). It would be extra helpful if I could get an output table that preserved the attributes, but I will walk away with just summing the points/lines/polygons contained within a polygon.







      arcgis-desktop arcgis-10.1 spatial-query count






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 1 min ago









      PolyGeo

      54k1782246




      54k1782246










      asked Jul 1 '14 at 15:25









      PaulPaul

      1




      1






















          2 Answers
          2






          active

          oldest

          votes


















          2














          The service will need to be published out as either a feature service or WFS. This will allow you to export the data or perform spatial queries/selection on it. If the service is not one of the two noted above then it is probably just a WMS service which essentially is just images of the data.






          share|improve this answer































            1














            I assume there is a MapService or Feature Service available to you, something like:




            "http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services/Major_World_Cities/FeatureServer/0"




            In that case, you can register a GIS Server in the ArcCatalog:
            As per above example enter only:
            http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services



            and import data into ArcGIS Desktop. Then, you can work with the service or export the data to your local hard drive.






            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%2f103828%2fcounting-number-of-points-lines-polygons-contained-within-polygon-when-feature-t%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              The service will need to be published out as either a feature service or WFS. This will allow you to export the data or perform spatial queries/selection on it. If the service is not one of the two noted above then it is probably just a WMS service which essentially is just images of the data.






              share|improve this answer




























                2














                The service will need to be published out as either a feature service or WFS. This will allow you to export the data or perform spatial queries/selection on it. If the service is not one of the two noted above then it is probably just a WMS service which essentially is just images of the data.






                share|improve this answer


























                  2












                  2








                  2







                  The service will need to be published out as either a feature service or WFS. This will allow you to export the data or perform spatial queries/selection on it. If the service is not one of the two noted above then it is probably just a WMS service which essentially is just images of the data.






                  share|improve this answer













                  The service will need to be published out as either a feature service or WFS. This will allow you to export the data or perform spatial queries/selection on it. If the service is not one of the two noted above then it is probably just a WMS service which essentially is just images of the data.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 13 '15 at 2:03









                  artwork21artwork21

                  31.1k555120




                  31.1k555120

























                      1














                      I assume there is a MapService or Feature Service available to you, something like:




                      "http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services/Major_World_Cities/FeatureServer/0"




                      In that case, you can register a GIS Server in the ArcCatalog:
                      As per above example enter only:
                      http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services



                      and import data into ArcGIS Desktop. Then, you can work with the service or export the data to your local hard drive.






                      share|improve this answer




























                        1














                        I assume there is a MapService or Feature Service available to you, something like:




                        "http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services/Major_World_Cities/FeatureServer/0"




                        In that case, you can register a GIS Server in the ArcCatalog:
                        As per above example enter only:
                        http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services



                        and import data into ArcGIS Desktop. Then, you can work with the service or export the data to your local hard drive.






                        share|improve this answer


























                          1












                          1








                          1







                          I assume there is a MapService or Feature Service available to you, something like:




                          "http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services/Major_World_Cities/FeatureServer/0"




                          In that case, you can register a GIS Server in the ArcCatalog:
                          As per above example enter only:
                          http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services



                          and import data into ArcGIS Desktop. Then, you can work with the service or export the data to your local hard drive.






                          share|improve this answer













                          I assume there is a MapService or Feature Service available to you, something like:




                          "http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services/Major_World_Cities/FeatureServer/0"




                          In that case, you can register a GIS Server in the ArcCatalog:
                          As per above example enter only:
                          http://services.arcgis.com/oKgs2tbjK6zwTdvi/arcgis/rest/services



                          and import data into ArcGIS Desktop. Then, you can work with the service or export the data to your local hard drive.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jul 1 '14 at 18:42









                          MatejMatej

                          1,54511119




                          1,54511119






























                              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%2f103828%2fcounting-number-of-points-lines-polygons-contained-within-polygon-when-feature-t%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

                              Щит и меч (фильм) Содержание Названия серий | Сюжет |...

                              is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

                              Meter-Bus Содержание Параметры шины | Стандартизация |...