| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | 13 hours ago | |
| stats | profile views | 36 |
Still learning a lot... Hopefully that will always be the case.
|
Mar 29 |
awarded | Popular Question |
|
Nov 21 |
awarded | Popular Question |
|
Aug 21 |
comment |
Append feature layer from one personal geodatabase to another using .Net I was looking for a non arc object solution. However, after much research, one does not exist. If you include the fact that personal geodatabases are proprietary to ESRI, and that it's not possible. I will accept this as the answer. |
|
Jul 17 |
revised |
Append feature layer from one personal geodatabase to another using .Net added 194 characters in body |
|
Jul 17 |
asked | Append feature layer from one personal geodatabase to another using .Net |
|
Jul 16 |
revised |
C# Library for consuming Geoserver REST? added 2 characters in body |
|
Jul 16 |
awarded | Commentator |
|
Jul 16 |
comment |
C# Library for consuming Geoserver REST? To add to what I am asking. I am not after a library that helps consume REST services. I am asking for a library that has been written as a wrapper to consume specifically geoserver REST services. |
|
Jul 16 |
revised |
C# Library for consuming Geoserver REST? edited title |
|
Jul 16 |
comment |
C# Library for consuming Geoserver REST? I like RESTSHARP as well. If I do have to implement this myself, it is what I will be using to implement it. |
|
Jul 16 |
comment |
C# Library for consuming Geoserver REST? @CaptDragon Maybe API is the wrong term. Changed it to Library. Whenever you create several classes to consume these web services you are creating a library that simplifies the calls. It is much easier to call "geoserver.WorkSpaces.Stores.Layers[0]" to access geoserver layers than it is to write all the webrequests to access it easier. I'm asking if this has already been written or not. |
|
Jul 16 |
revised |
C# Library for consuming Geoserver REST? edited title |
|
Jul 16 |
comment |
C# Library for consuming Geoserver REST? @Vadim Yes, this can be done. See Edit. I am trying not to re-invent the wheel. |
|
Jul 16 |
revised |
C# Library for consuming Geoserver REST? added 331 characters in body |
|
Jul 16 |
asked | C# Library for consuming Geoserver REST? |
|
Jan 10 |
awarded | Self-Learner |
|
Jan 3 |
revised |
How to round a column in attribute table (ArcMap) added 50 characters in body |
|
Jan 3 |
accepted | How to round a column in attribute table (ArcMap) |
|
Jan 3 |
comment |
How to round a column in attribute table (ArcMap) Yup, that's the python way! Apparently it's the exact same thing as the VB way (if you double click on the field to add it). The only difference is ! vs []. |
|
Jan 3 |
comment |
How to round a column in attribute table (ArcMap) It's ok, really liked the field behavior bit of knowledge. For what I am doing that would suffice. |