| bio | website | ccrfcd.org |
|---|---|---|
| location | Las Vegas, NV | |
| age | 44 | |
| visits | member for | 2 years, 10 months |
| seen | May 6 at 15:15 | |
| stats | profile views | 146 |
Interests/skills:
C#
ASP.Net
PHP
T-SQL
Flash
Flex
Silverlight
ArcGIS Engine
ArcGIS Server
|
Jun 16 |
comment |
Get part of polyline based on 2 points in Arc Engine Do you want to cut the "line" that the user created with the two points from the polyline layer? Or do you just want to create a polyline that stretches from the first to the second point? In other words, what are you trying to do? |
|
Jun 16 |
revised |
convert SDE table to polygon feature class with Arcobjects formatting |
|
Jun 16 |
suggested | suggested edit on convert SDE table to polygon feature class with Arcobjects |
|
Jun 16 |
comment |
Map service appears in the web REST view but not in ArcMap? If you wouldn't mind providing a URL (and if the service is available outside your network), I can try to take a look at it here. |
|
Jun 16 |
comment |
Map service appears in the web REST view but not in ArcMap? So the layer is getting loaded but it's not displaying correctly. (I wish ArcMap had better troubleshooting options.) The only things I can think of checking are to look at the layer properties and make sure that "Show layer at all scales" is checked in General, that the Min and Max Scales appear correct on the Layers tab, and that Layer Transparency is set to 0% on the Advanced tab. You could check the symbology as well to ensure that everything is set up as it should be (though I imagine you've already done that). Good luck. |
|
Jun 16 |
comment |
Map service appears in the web REST view but not in ArcMap? Can you search for an attribute value that you know exists to see if ArcMap can find it (I'm just trying to see if the layer is actually getting loaded and is just not displaying for some odd reason). |
|
Jun 16 |
comment |
Map service appears in the web REST view but not in ArcMap? What happens if you view just the service as a layer (i.e. load it without first loading other layers)? Also, what happens if you Zoom to Layer on that layer? |
|
Jun 14 |
revised |
Does anyone know a function to determine if a Point lies on a polyline? formatting |
|
Jun 14 |
suggested | suggested edit on Does anyone know a function to determine if a Point lies on a polyline? |
|
Jun 10 |
comment |
How “complex” should a JavaScript map become? When does a plugin make more sense? A plugin makes more sense when it can do something Javascript cannot. That being said, I'm only familiar with the SL and Flex APIs, so I can't honestly compare them to the JS API. Of the things you listed, changing the symbology is the only thing I'm not sure that the JS API can do (the others should be trivial if you're handy with JS). If you can find out whether that's easy with the JS API, I'd say go for it. |
|
Jun 9 |
comment |
Count the number of points of a polygon You could check the angles formed at each point; if greater than a certain threshold, don't count that point. |
|
Jun 8 |
comment |
ArcMap Commands .NET code equivalent @artwork21 Not to my knowledge. GUIDs and ProgIDs are all I've ever used to access tools on the toolbar. |
|
Jun 8 |
answered | ArcMap Commands .NET code equivalent |
|
Jun 2 |
comment |
Count the number of corners of a polygon Wouldn't the count of corners be the same as the count of points (less one, since the start and end points are the same)? Obviously a "corner" in this case may not be very apparent to the eye; I guess it depends upon what you mean by corner. |
|
May 28 |
comment |
Secure online GIS for sensitive data? You can't have "easier data access" and "ensure security of data." The only secure system is one that is turned off. That being said, seek a good security consultant who's worked with GIS. They're going to be able to provide you with the best solution. |
|
May 26 |
comment |
Esri Web side and Silverlight I agree; unless you have a very specific reason to use Silverlight, stick with the "more generic". We have a Silverlight app that won't work for Linux users or anyone who doesn't have Silverlight installed. That's not a big deal since almost 100% of our users use Windows and have Silverlight installed, but the app could very easily have been written in Javascript and not precluded anyone from using it. |
|
May 23 |
answered | IEditSketch and IEditSketch2 |
|
May 11 |
revised |
How do I insert a DATAFRAME_ELEMENT value into a dynamically generated shape file containing its extent? moved information from comment; formatting |
|
May 11 |
comment |
Batch convert ArcGIS 9x files to 10 Yes, posting sample code is often helpful. |
|
May 11 |
suggested | suggested edit on How do I insert a DATAFRAME_ELEMENT value into a dynamically generated shape file containing its extent? |