| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 7 months |
| seen | Apr 30 at 19:28 | |
| stats | profile views | 72 |
|
Apr 10 |
comment |
Can custom map tiles be properly rendered via ArcObjects within my ArcGIS 10.1 Desktop AddIn? @Kirk, the tiles are not coming from an arcgis server tiled mapservice, but our own tile server. |
|
Apr 10 |
comment |
Can custom map tiles be properly rendered via ArcObjects within my ArcGIS 10.1 Desktop AddIn? @blah238 the tiles are PNG32, there is an alpha channel. |
|
Apr 10 |
asked | Can custom map tiles be properly rendered via ArcObjects within my ArcGIS 10.1 Desktop AddIn? |
|
Jul 16 |
awarded | Popular Question |
|
Nov 17 |
comment |
How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? @KirkKuykendall, I didn't use any preCode, just passed in the empty string. As Craig said, doesn't appear to be used. Thanks again. |
|
Nov 14 |
comment |
How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? Craig's answer with respect to the SetExpression and FindLabel methods were the missing links for me, but many thanks for posting complete code! |
|
Nov 14 |
accepted | How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? |
|
Nov 11 |
comment |
How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? It appears the preCode parameter for SetExpression isn't necessarily required to be non-empty. |
|
Nov 11 |
comment |
How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? FindLabel takes an IFeature, thanks! One question, what is the string preCode parameter for the SetExpression method and/or where does it come from? |
|
Nov 11 |
awarded | Commentator |
|
Nov 11 |
comment |
How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? @iterationx - that specifies the field name. As in a basic Name:Value pair, leprops.Expression is the Name. I need the per-feature value. For example, leprops.Expression would return the string "[FID]". So I think I'll need Expression to query the feature. |
|
Nov 10 |
comment |
How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? @iterationx - I did see that. But it's not quite the same question. It seems to me that is programmatically changing the field on which the labeling engine operates, not retrieving the value being rendered. |
|
Nov 10 |
asked | How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)? |
|
May 9 |
accepted | How can I programmatically project the Z value of a z-aware feature point, using ArcObjects in .NET/C#? |
|
Apr 30 |
revised |
How can I programmatically project the Z value of a z-aware feature point, using ArcObjects in .NET/C#? added 243 characters in body |
|
Apr 30 |
comment |
How can I programmatically project the Z value of a z-aware feature point, using ArcObjects in .NET/C#? after speaking again with the team: simply converting Z between linear units is naive. I truly need a vertical coordinate transformation. For example, EGM96 to/from EGM2008, both of which could be expressed in meters. |
|
Apr 29 |
revised |
How can I programmatically project the Z value of a z-aware feature point, using ArcObjects in .NET/C#? added 13 characters in body |
|
Apr 29 |
comment |
How can I programmatically project the Z value of a z-aware feature point, using ArcObjects in .NET/C#? @whuber, I basically mean "convert" the z-coordinate, specifically the linear units, feet to meters, etc. Part of my confusion lies in the distinction between the GIS definition of a coordinate system and the 3D graphics definition of a coordinate space (where one transforms X,Y and Z). So maybe my question doesn't make sense. I should just look at the source linear units and convert Z to whatever units I require (again, meters...). |
|
Apr 29 |
asked | How can I programmatically project the Z value of a z-aware feature point, using ArcObjects in .NET/C#? |
|
Dec 23 |
awarded | Teacher |