|
POST
|
Due to reorganization of ArcMap Parcel Fabric add-in content, moving videos to GeoNet.
... View more
09-10-2019
10:35 PM
|
0
|
0
|
920
|
|
POST
|
Hello Darius, There is no public .Net api for parcel fabrics at 2.4. We are working on releasing some parcel fabric specific SDK functionality in 2.5. However, with 2.4 you can already automate many things such as creating a fabric, adding fields, etcetera, by using the geoprocessing API. For a good sample, and to get some ideas, you can see the python script code that ships with the product, under Parcel Tools -> Administration -> Upgrade ArcMap Parcel Fabric: (You are probably already familiar with it, but for others reading this, please see an overview and background on the Pro parcel fabric from the Q and A here: https://bit.ly/2NpwEx2 ) You mentioned the business requirement to make customized reporting tools to present information on parcels. For this you may find that you are already able to achieve many of these goals with 2.4 .Net SDK. This is because the parcel fabric in Pro is a controller dataset for standard feature classes and so this, in turn, means that you can access the feature objects of the fabric as-if they are standard features. However, as you explore the 2.4 SDK, please post additional questions / queries if you find that there are things missing that you require for a specific workflow. Please also note the SDK for Utiilty Networks, here: https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Utility-Network I draw your attention to utility network sdk, because parcel fabric sdk will follow the same general pattern because the implementation of the parcel fabric in Pro is similar to utility network datasets. The parcel fabric sdk in 2.5 will include snippets and samples to illustrate these similar concepts. The additions to the parcel fabric sdk that are coming in 2.5 will be targeted to support customized parcel-based edit tools. -Tim
... View more
09-06-2019
07:34 PM
|
3
|
1
|
2255
|
|
POST
|
Hi Bryan, In case it's useful to you there is also a geoprocessing script that will transfer ArcMap COGO line feature classes into the ArcGIS Pro COGO form, found here: https://bit.ly/2GFEiNl Here's the description: Migrate COGO to ArcGIS Pro - This tool will take in a line feature class. It will convert the Text values of the ArcGIS Desktop COGO fields in a line feature class to the new numerical standard for ArcGIS Pro. A new line feature class will be created as the output. An optional Error Feature class can be created detailing any anomalies that might have occurred during the migration. All the fields can be mapped if in the source feature class the field names are different than the COGO enabled defaults. -Tim
... View more
08-06-2019
02:21 PM
|
1
|
3
|
7913
|
|
POST
|
Here's link that'll take you to the full list of all the latest Pro Fabric videos, including the ones that Jason Camerano recently posted and mentioned in yesterday's meetup: Land Records Group Videos
... View more
07-26-2019
04:49 PM
|
0
|
0
|
944
|
|
POST
|
In the soon-to-be-released ArcGIS Pro 2.4, a new Update COGO tool will be available for you to update the COGO attributes of selected COGO enabled lines.
... View more
06-11-2019
08:47 AM
|
1
|
0
|
5892
|
|
POST
|
Hi Anne, You should be able to use the Delete Fabric Records Add-in to do that: http://arcg.is/2a3SWON -Tim
... View more
05-17-2019
09:05 AM
|
0
|
0
|
1020
|
|
POST
|
Hi Anna, the spiral is typically used to transition from one circular arc to another, or else to transition from a straight line into a circular arc, or from circular arc into a straight line. So the snippet of the legal description you have above is, on its own, not enough information. To use the spiral tool you'd need to use the information from the prior and subsequent calls, and get the radii from each of those. If one of the prior or subsequent calls is a straight line, then you'd use the "INFINITY" string for that particular side. -Tim
... View more
05-16-2019
05:43 PM
|
1
|
1
|
1745
|
|
POST
|
Hi Mike, thank you for reporting this, and for including the screen-shots. Using the information that you've provided I was able to replicate the error message. A work-around is to set your map properties to a projection. I did a quick test and confirmed that once the map is projecting on the fly from the geographic coordinate system of the stored data into a projection, then the Divide works as expected: -Tim
... View more
05-10-2019
03:07 PM
|
1
|
0
|
1686
|
|
BLOG
|
With the release of ArcGIS Pro 2.3 you now have the ability to apply ground to grid corrections. Many of you are familiar with ArcMap's COGO toolbar ground to grid corrections, and will discover a few improvements in this functionality with ArcGIS Pro. Here are a few examples: A heads-up display on the active map to show the correction values currently being applied, without needing to open a properties dialog. The Corrections button in the Edit ribbon, gives a quick and easy way to turn ground to grid on and off and, when the Edit ribbon is not active, the corrections are still accessible using the tray button at the bottom of the map. Each map in the project stores its own ground to grid corrections, so multiple maps with different corrections can all be stored within a single project. A ground to grid icon is displayed next to the values that will have the corrections applied to provide a further visual cue that the corrections are in effect.for the numbers you see. Also new with ArcGIS Pro, and something not available in ArcMap, is the ability to leverage Elevation surfaces to compute the combined scale factor from the active map's projection information, the location of the data edited, and the elevation at that location. For more documentation see Introduction to ground to grid correction. The video attached below demonstrates how to set and use the corrections, and shows how preexisting traverse lines can be scaled and rotated after using an interactive tool to calculate the corrections from given data. For more information on the shortcuts for the traverse tool, see Data entry shortcuts. The data for this demonstration is also available for you to download and to try these same steps yourself. Download the project package from here.
... View more
04-10-2019
11:46 AM
|
1
|
0
|
2278
|
|
POST
|
Hi Tyler, you'd see this behavior if you are using the Line tool on the feature template instead of using the Two-Point line tool. When using the Two-point line, then a single line feature is created each time, and then if the target is a COGO-Enabled feature class, the Direction and Distance values will be added as COGO attributes. For the next Pro release an enhancement will be available on the two-point line tool that, when activated, will automatically continue the two-point line so that you would have the behavior you are looking for. With Pro 2.3 you currently need to click the start point of the sketch each time before you use Direction/Distance. -Tim
... View more
04-08-2019
09:36 AM
|
3
|
1
|
2169
|
|
POST
|
Hi Jeremy, after running the Simplify By Straight Lines and Circular Arcs, you should be able to check to see if the geometry was actually converted to circular arcs by bringing it into an edit sketch. If the resulting geometry has more than one connected circular arc and/or straight line per single feature, then that would be one explanation for the message that you see in ArcMap 10.6.1 Update COGO Attributes tool. If this is the case, then you would need to run the Split Line at Vertices GP tool after running the Simplify By ...Circular Arcs tool, to get individual features for the circular arc segments. -Tim
... View more
03-04-2019
12:58 PM
|
0
|
2
|
3763
|
|
POST
|
Hi Ben, The Ground to Grid correction functionality is new and was released with ArcGIS Pro 2.3. To learn about the other new editing functionality see the What's New in ArcGIS Pro 2.3 document in the Data Management section under the sub-heading Edit Data. -Tim
... View more
02-04-2019
09:30 AM
|
1
|
1
|
2632
|
|
POST
|
Great! Thank you Margaret for the feedback. I'm glad to hear that it's all now working as you're expecting it to.
... View more
01-31-2019
09:59 AM
|
0
|
0
|
1710
|
|
POST
|
Hi Margaret, I'm glad that this worked for you. Note, however, that the default pixel-based snapping should also work for this. If you switch back to pixel based snapping does the problem you reported come back? When you encountered the problem previously, was the point-snapping button, highlighted in yellow in the image above, turned on? If pixel-based snapping does not work for you then please let me know, as I'd like to do some follow up. As an aside: the downside of using map units for tool snapping is that it becomes hard to use when working at different map scales; you zoom out and the snap tolerance does not seem enough, and when you zoom in the snap tolerance is too much. I personally always use pixel-based snapping. -Tim
... View more
01-31-2019
09:08 AM
|
0
|
2
|
1710
|
|
POST
|
Hi Margaret, snapping should definitely work; the Interactive Correction tools are designed to be able to snap to your control points. One possible reason that you are not seeing snapping to points is that even though you have snapping turned on, you may not have configured the snapping environment to snap to point features? Please let me know if this does not resolve the problem for you.
... View more
01-30-2019
05:26 PM
|
0
|
0
|
1710
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 2 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 2 | 05-06-2026 06:04 PM | |
| 1 | 09-18-2024 12:38 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|