Tag Archives: Profile
Formatting your ArcGIS Online profile
In a previous post we discussed the importance of creating a good ArcGIS Online profile. While the profile editor is intended for simple text entry, you can improve your profile formatting using these techniques. After you sign in to your … Continue reading
Be somebody (and show your best profile)
Your ArcGIS Online user profile is how the rest of the world learns about you. It’s also a yardstick for measuring the value and veracity of your shared items and groups. So it’s a good idea, and best practice, to show your best profile if you want others to consider your content seriously. Don’t let your profile look like this – be somebody!

Release of the Editing template for ArcGIS 10 – Part 2
Attribute Assistant
The attribute assistant has some significant changes for ArcGIS 10. When you download it, you will not find the installer that you might be used to. You will just see a simple ArcGIS Add-in. This should help you deploy this extension to your organization. We also modified some of the existing functions and added a few new ones. The table below discus’s the different methods for this extension. W – stores full windows login name as domainusername U – stores just the windows usernameD – stores the connected database user for the edit session If you leave VALUE_DATA blank, it will store the database user name if available otherwise store full windows login. A - if you enter an A it will store the rotation using an arithmetic rotation. If you leave VALUE_DATA blank, it will store the rotation using a geographic rotation. <FieldName>| <optionalSequenceWidth>| <optionalFormatString>[seq] Example:WHYDRANT|0|HYD-[seq] GENERATE_ID_BY_INTERSECT <Layer Name> |<Layer Field Name>|<Sequence Field Name from GenerateID Table>| |optionalSequenceWidth|[id]optionalFormatString[seq]<any order of ID and SEQ> Example: Grid|GRID_ID|GRIDIDX|4|GRID[ID]-[SEQ] The result would look look like GRID5-0002, if the grid you intersected ID was 5 and the next number in the table was 2. This tool requires you create fields in the Generate ID table that are a combination of the GRIDIDX(the Sequence Field Name) and the Grid ID. So the tools looks at the interesected grid, gets the ID from it, combines it with the <Sequence Field Name from GenerateID Table> to look for a field in the Generate ID table to get an seq for that grid. Say the grid you created a feature in was 5, you need a field called GRIDIDX5 in the generate ID table. Expression Example:replace(([FROMMH] & “-” & [TOMH]),”MH-”,”") Optionally enter one of the letters below to format the GUID as desired. N – GUID with no special characters – length 32 D – GUID with dashes – length 36 B - GUID with dashes and braces – length 38 P – GUID with dashes and parenthesis - length 38 default – GUID with dashes and braces – length 38 Leave the ValueInfo Field blank to get the default GUID format. Example: {3F2504E0-4F89-11D3-9A0C-0305E82C3301} <Layer Name>,<Layer Name>,..|<Field Name> Example: ssPressurizedMain,ssGravityMain|DIAMETER <Layer Name>,<Layer Name>,..|Label Example: FiveMeterSurface|Elevation: <Layer Name>, <Layer Name>,..|<Field Name> Example: ssPressurizedMain,ssGravityMain|FACILITYID
Value Method
Value Info
Details
Requirements
GET_ADDRESS_USING_ARCGIS_SERVICE
Url to a Geocoding service
This method preforms a reverse geocode. The default service is the ArcGIS.com geocoding service. You can specify your own.
String Field
TIMESTAMP
None
Stores current date and time.
Date or String Field
CURRENT_USER
Stores current user name.
String Field
LAST_VALUE
None
Repeats the last value used for a field.
X_COORDINATE
None
Stores the X coordinate in database units
Y_COORDINATE
None
Stores the Y coordinate in database units
LATITUDE
None
Stores the Y coordinate projected to WGS84 decimal degrees.
LONGITUDE
None
Stores the X coordinate projected to WGS84 decimal degrees.
FIELD
Field Name
Copies one field to another field in the same feature.
JUNCTION_ROTATION
Stores a rotation angle for a junction feature based on connected edge features by storing a rotation angle in the specified field.
Requires geometric network. Target must be a point feature class that participates in the geometric network as a simple junction. Requires ArcEditor or ArcInfo.
LENGTH
None
Stores calculated length of line feature.
SET_MEASURES
If you leave ValueInfo blank, it will calculate the Ms starting with zero and ending with the length of the line. If you enter a P for ValueInfo, it will calculate the Ms starting with zero and ending with 100.
Populates the M coordinates in a line which enables using Add Route Events to point and line events dynamically along line features
Requires a line with M’s turned on
TO_EDGE_FIELD
<Field Name>
Transfers a field value from a connected edge feature to a junction feature.
Must be assigned to a point feature class that participates in a geometric network. Requires ArcEditor or ArcInfo.
FROM_EDGE_FIELD
<Field Name>
Transfers a field value from a connected edge feature to a junction feature.
Must be assigned to a point feature class that participates in a geometric network. Requires ArcEditor or ArcInfo.
FROM_JUNCTION_FIELD
<Field Name>
Stores a value that is obtained from a specified field in the junction feature at the start of the currently edited line.
Must be assigned to a line feature class that participates in a geometric network. Requires ArcEditor or ArcInfo.
TO_JUNCTION_FIELD
<Field Name>
Stores a value that is obtained from a specified field in the junction feature at the end of the currently edited line.
Must be assigned to a line feature class that participates in a geometric network. Requires ArcEditor or ArcInfo.
GENERATE_ID
Increments a column in an unversioned table and stores that newly incremented value. Uses an unversioned table that is typically called GenerateId (change in AttributeAssistant.config) to store and increment unique sequence numbers.
GENERATE_ID_BY_AREA(Removed)
EXPRESSION
Stores the results of an expression.
GUID
Stores a new GUID.
The target field must be a field type string field and must be long enough to store the desired format of GUID.
INTERSECTING_FEATURE
Gets a value from an intersecting feature in the specified layer. You can specify any number of layers to look for by listing them with commas between their names.
INTERSECTING_RASTER
Gets a value from an intersecting raster cell in the specified layer. You can specify any number of layers to look for by listing them with commas between their names.
INTERSECTING_FEATURE_DISTANCE
Gets a value from an intersecting feature in the specified layer and reports the distance along the line. You can specify any number of layers to look for by listing them with commas between their names.
NEAREST_FEATURE
<Layer Name>,<Layer Name>..|<Field Name>|<Search Distance>
Example: wMeter,sLateralPoint|ACCOUNT|100
Gets a value from the nearest feature in the specified layer.
Release of the Editing template for ArcGIS 10
We are happy to announce the release of the Infrastructure Editing Template for ArcGIS 10.This new release takes advantage of some of the great additions to ArcGIS 10. You will find a new datamodel which encompasses many new layers. You will also see an updated symbol set, a symbol set designed to be overlaid on imagery, topographic, and parcel basemaps. The editing map document was updated to show you have to set up feature templates. You will see how we reordered, highlighted and set some fields to read only, as well as hide a few. We think you will like the new data model, symbology and the new mxd. Now on to the tools!
We migrated the Editing and Reporting toolbars and the Attribute Assistant to ArcGIS 10 Add-ins. Not only did we upgrade them to ArcGIS 10, but included a series of bug fixes, config changes and new functions, which all came from your suggestions, so please keep the feedback coming. Lets breakdown the Add-In’s and discuss the changes.
Desktop Editing Toolbar – Changes and New Tools

The first thing you might notice is the Add Laterals icons are missing, but there is a new one that sort of looks like it
. We compressed the Add Lateral tools into one function that looks at the selected features and compares them to the config file and generates laterals from them. This allows you to generate many types of laterals at once. To the right of it, there is a new tool, Connect Closest
. This tool will connect a series of points, say a row of manholes, with a line, such as a sewer main. If we look to the left you will see a a large red button with a ! in it
. This is simple layer inspector. It looks at a feature class and lets you step through each feature one at a time. Real handy for reviewing those redlines or field notes. If we keep moving left, you will see an icon with a line and 123 in it
. This tool allows you to quickly calibrate a line that is M enabled. Should help you plot your CCTV data on your sewer. Next is the Merge Geometric Network Features
, an ArcScript that has been around a while, so we thought we add it to the toolbar. I agree, the icon looks like it is breaking features apart. We will see if we can change this to something more meaningful. On the far right, is a new tool included with the Attribute Assistant
. This tool triggers the change event for all selected features. So you can manually fire out the Attribute Assistant rules. The last new tool on the toolbar is the Incremental Network Loader
. You can find out about the new tool here.
Desktop Reporting Toolbar – Changes and New Tools

We mainly enhanced the existing tools. We had a bunch of request to return the edges of a trace in the selection set, so we added another trace button below each trace that does just this. There is a new way to run the Isolation trace, in batch. The Summary Isolation trace
will loop through all selected water mains and run an isolation trace for each. The results are stored into a feature class which you will find in the Capital Planning dataset. I warn you against running this on all your mains, it takes a while(don’t worry, the tool warns you to if you make the mistake on clicking it without a selection set). A new tool that we are all excited about is the Profile Graph tool
. This tool lets you pick two manholes, runs a find path trace between them, intersects the result with an elevation surface and plots the manholes, mains and elevation onto a graph for you. We think you will really like this tool. There is a known issue right now though. When the chart opens, you have to turn off the manholes in the chart properties, then uncheck automatic from the left axis. You can then turn the manholes back on. The last tool on the toolbar, Attribute Transfer Loader
, was a request from a user who was transferring data using the attribute transfer tools. If you ever used these tools, you know you had to set them up each time you opened ArcMap. You can now set up the mapping in the config and load it to the attribute transfer dialog.
Desktop Tools – Config File Changes
If you changed the config file for 9.3.1, you will need to move these changes into the new config file. You will see in the new config, we reworked a lot of the entries in a nested xml structure. This allowed us to include some new options and load the config file faster. For example, the Add Laterals Tools. This was a long series of entries and you were limited to the 3 types we exposed. Now you will see you can use these tools on any number features. Here is a screen shot.

Also, you will see that there is an xml array that defines the points along. We had a lot of request to allow the option to add more than one point along the line. With this xml array, you can have it add any number of points along the line, I left a sample in the config to show how to do this, notice it is commented out.
Desktop Tools – Construction Tools
You will also find an installer for a set of construction tools. These construction tools call some of the functions on the toolbar and expose some new functions. These new tools should further speed up editing and creating new assets with ArcGIS. Note: at the moment, the construction tools and the toolbar use the same config, but they each have their own copy. We are looking into how to share one config between them.
Let’s take a detailed look at them.
Screen shot of the new construction tools for points and lines.

For lines, there is one new tool, Create a line with end points. This tool will end two points at the end of the line you sketch. The config file controls will points get added to what line. So you need to modify the config to list the line layer and the ending point layer. Using the new xml config file, you can specify any number of layers for this to work on.
For points, there are a number of new tools. Some are samples that come with ArcGIS, some are new tools we added, let’s start at the top. The Points along a line at is a great sample that comes with in the Developer Kit. A great sample for creating a series of points at an interval. Next is a custom tool, Add a connection and the lateral. This tool does the same thing that the Add Lateral tool does on the toolbar, but this one lets you create the point and immediately connect it to the main. The Create a point and line tool does the same thing Connect Closest tool does, but this does it as you click. Imagine you are creating manholes. Each time you drop one, it searches for the closest manhole and adds the main. The last construction tool is the Add a point and split an intersecting line tool. This does exactly what it says, split the line that you click on.
We are very happy and proud with this template for ArcGIS 10. Let us know if you have any issues or any suggestions. In the next blog, we will talk about some changes in the Attribute Assistant.
Coming Soon – a Sewer Profile Tool
We’ve had a lot of requests from the wastewater ArcGIS community for a simple tool to create sewer profiles in ArcMap. So we thought we’d give you a sneak peak of the sewer profile tool we’re working on.
We’re not quite ready to let this out of the lab today, so we are planning to release it with the ArcGIS 10 updates for the Water Utility Editing Toolbar.
Improving your ArcGIS Online profile
06/23/10—When you sign in with your ESRI global account, you can save maps, create groups, and more. One thing that’s often overlooked is completing your profile. Your profile helps others to know who you are, how to contact you, and provides additional context for your shared items and any groups you may create.
After you sign in you will see your user name appear at the top of the ArcGIS.com and your Groups and My Contents pages:
Click your name to view your profile and to make changes. The default is an empty profile (the user name below has been blurred to protect the guilty):
But you can easily create an informative and attractive profile, like this example from ESRI User Community:
The benefit is that when someone finds one of your shared items, or finds one of your groups, they can click your user name to find out more about you.
The profile also includes links to more details, your items, and your groups.

Providing a good profile is a way to let others know who you are, or who your organization is, and also adds confidence that you are an authoritative source.
For more information view the Managing your profile Help topic.
