|
POST
|
Create a new field and give it the DATE property Field Calculate the new field with <decimal time field> / 24 It will automatically format it to HH:MM:SS
... View more
03-19-2014
11:30 AM
|
0
|
0
|
1514
|
|
POST
|
What is the code you use in Excel? Thanks for your help Melinda-- I am trying to do a Calculate Field function, but not being a "code" person, am trying to figure that piece out. Just trying to format the decimal value of 1.5 to look like 1:30. Will keep searching or just export to Excel.
... View more
03-19-2014
11:16 AM
|
0
|
0
|
1514
|
|
POST
|
I exported them to a featuredataset that has a Z coordinate system. I managed to display the transmission lines as a line and at the height I want, but in between the poles it still follows the TIN I have ArcScene 10.2 I have my TIN. I have transmission poles which I adjusted to have a base on the TIN surface, I extruded them to their height. They come across as nice little cylinders. Now I have my transmission line. I can give it the base of the TIN but cannot figure out how to make them drawn on the tops of the poles. When I extrude them to 5 feet less than the poles it makes a Wall so to speak, and it follows the TIN. They are in a geometric network. However, not in a geometric network with the poles. Is that a key?
... View more
03-19-2014
10:07 AM
|
0
|
0
|
531
|
|
POST
|
I have ArcScene 10.2 I have my TIN. I have transmission poles which I adjusted to have a base on the TIN surface, I extruded them to their height. They come across as nice little cylinders. Now I have my transmission line. I can give it the base of the TIN but cannot figure out how to make them drawn on the tops of the poles. When I extrude them to 5 feet less than the poles it makes a Wall so to speak, and it follows the TIN. They are in a geometric network. However, not in a geometric network with the poles. Is that a key?
... View more
03-19-2014
09:58 AM
|
0
|
1
|
1127
|
|
POST
|
Just envision ArcScene with only toolbars and a drop down menu. I was able to get it to pop up, in manner of speaking, by adding an editable layer. Starting and Edit Session. opening Info Window and sliding if over to where the TOC should be. and badda bing it appeared. Hi Could you upload a screenshot?
... View more
03-19-2014
09:54 AM
|
0
|
0
|
1097
|
|
POST
|
Are you using a FONT that is not part of the ESRI Font set? Did you restart your machine after installing the font. Hello, I'm having a hard time searching why my nautical symbols doesn't work !! I've installed the fonts as require in the c:\\windows\font but i still cannot see my symbols. [ATTACH=CONFIG]32281[/ATTACH] Thanks you
... View more
03-18-2014
11:37 AM
|
0
|
0
|
1091
|
|
POST
|
I started ArcScene (10.2) and there was no table of contents. I click on Windows > Table of contents and it still does not appear any suggestions Yes I have the Extension
... View more
03-18-2014
11:18 AM
|
0
|
2
|
1702
|
|
POST
|
I think your stuck with what you are going. Actually an hour to append 1000 tables does not sound bad. Processing speed is dependent on size of the tables and the number of tables associated with the append. In this case 5000 tables is certainly a slow down factor, even if they are small. Data loader is faster because your not in an edit session. However, setting it up would be cumbersom. I am processing @ 5,000 small tables (Info tables). They are the result of an intersect and summary statistics for each element of a polygon grid. I now wish to get all tabular information into a single table. I am using python with an iterator and Append_Management, but it is slow (about 1 hour per 1,000 tables). Is there a better way to accomplish this? All tables have the same schema, only different number of rows(1 to 12). Regards, Jim
... View more
03-18-2014
10:46 AM
|
0
|
1
|
1975
|
|
POST
|
It is a matter of creating a unique symbol for each number. Not a nice option if you have hundreds. I have had to do it for a feature but the most I have had to go so far was up to 65. Once you do it save it as a layer file. Hi all, I have 13 points I'm mapping and would like to use numbers as symbols so when I make the legend its simply a number and the ID/name from the attribute table. However, I can only find in ESRI symbols 1 - 10 (that leaves me short 11, 12, 13). Does anyone know how I can symbolize them with numbers? The only thought I've had so far is to download number clipart. Thanks in advance!
... View more
03-18-2014
04:40 AM
|
0
|
0
|
2541
|
|
POST
|
You can also adjust a setting on the Legend to not change when symbols change. However, the previous recommendation rotate based on attribute is the better option. That is what I use as well. That worked, thanks.
... View more
03-18-2014
04:38 AM
|
0
|
0
|
1602
|
|
POST
|
Let me rephrase it. Will there be a set number of diameters?
... View more
03-14-2014
07:59 AM
|
0
|
0
|
1583
|
|
POST
|
Your better off finding a 10.0 database, cleaning it out and simply filling it from your 10.2 database. I am trying to create a 10.0 gdb in a 10.2 environment. I have found the tool to do this in toolbox and it finishes but when I look at the properties in catalog it says this Geodatabase matches the ArcGIS release you are currently using. Anyone else have this issue? Is it teasing me or did it really not work?
... View more
03-14-2014
07:36 AM
|
0
|
0
|
1285
|
|
POST
|
any reason why you don't just create the point from a template. then it would be automatically selected when you place it? I have a script that creates a point with a mouse click (onMouseDownMap). The feature class is in a SDE geodatabase which has about 80,000 features in it. An edit session and an edit operation is needed, creating the point work just fine but i need some code after stopping the edit session to select the point that was just created to be able to pass to another function. The problem with starting the an edit session and an edit operation is that it clears the selection. Any help would be awesome! Thanks.
... View more
03-14-2014
07:34 AM
|
0
|
0
|
1887
|
|
POST
|
Are there a set number of diameters? If so you should create a subtype of the diameters. Enter the values for the Diameter as you create the different subtypes. Then in the dialog below the subtypes are your different attributes. When you select your first diameter (in the subtype dialog) go to the attribute and fill in the default value for the description. You can do this for each subtype. I want to populate the value in the field "description" when the value in "diameter" is created or changed. tableName - water_pipes fieldName - description valueMethod - expression valueInfo - IIF([DIAMETER] >=16, "250") onCreate - True onChange (attribute) - True onChange (geometry) - false manualOnly - False I've tried both creating a new feature and changing the value of an existing feature attribute but this expression is not working. Any ideas? I've looked through the forum and found much more complicated expressions that this seems simple in comparison.
... View more
03-14-2014
07:32 AM
|
0
|
0
|
1583
|
|
POST
|
What area are you looking in? Perhaps it would be be to try and find better contours I know in my region we have 2 foot contours available. I have the contours file in .dbf .prj .sbn .sbx .shp .shx It does not have to accurate. Sorry i am not very good with GIS. I am student that has self tough himself to use it and not to sure how to do this. Thank you
... View more
03-14-2014
07:29 AM
|
0
|
0
|
3333
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-01-2026 11:42 AM | |
| 1 | 01-27-2023 07:28 AM | |
| 1 | 05-05-2026 06:56 AM | |
| 1 | 02-26-2020 07:13 AM | |
| 1 | 11-04-2019 09:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-02-2026
05:27 AM
|