<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parcel fabric to ArcGIS Server Application in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/parcel-fabric-to-arcgis-server-application/m-p/678418#M4403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;We recommend using the Geoprocessing tool known as the topo loader for thedata migration and the following workflow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;Since your data seem to have the correct legal COGO dimensions start byadding the cogo fields to your line feature class (if not already exist) anduse the COGO toolbar (under the editor toolbar) to calculate the COGOdimensions for all lines. I would verify the COGO dimensions are correct whencompared to the geometry (see helpful migration &lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=935DA09A-1422-2418-3408-3A7C0477F541"&gt;tools&lt;/A&gt;) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;The second step will be to fix the topology. This can be done by severalmethods, one of which is to&amp;nbsp; increase the topology's spatial tolerance inorder to get rid of small slivers and gaps. Another approach could be to cleanthe lines geometry and then re-create the polygons (such tool exists in thelink above).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:3;"&gt;&lt;SPAN style="font-family:Times New Roman;"&gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN style="font-size:3;"&gt;&lt;FONT face="Times New Roman"&gt;More information about migrationg to the parcel fabric can be found in this &lt;A href="http://www.esri.com/library/whitepapers/pdfs/loading_data_parcel_fabric.pdf"&gt;white paper&lt;/A&gt; (a new December 2011version will be soon published).&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;Any of the parcel types can be exported to simple feature classes. If thisis something that needs to happen on regular basis automatically (i.e. fromtransactional to publication environment every night), this can be performed byusing windows scheduled task and similar python code: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;# Import arcpy module&lt;BR /&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;# Local variables:&lt;BR /&gt;Tax_Parcels = "Tax Parcels\\Tax Parcels"&lt;BR /&gt;Default_gdb = "C:\\Documents and Settings\\survey1\\MyDocuments\\ArcGIS\\Default.gdb"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;# Process: Feature Class to Feature Class&lt;BR /&gt;arcpy.FeatureClassToFeatureClass_conversion(Tax_Parcels, Default_gdb,"tax", "\"Type\" = 7", "Name\"Name\" true true true 50 Text 0 0,First,#,C:\\Data\\Amir\\DemoData_inProgress\\LandRecordsWithDemo.gdb\\ParcelEditing\\ParcelFabric_Parcels,Name,-1,-1","")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;As for ArcGIS Server, the fabric classes can be published using ArcGISServer though we recommend using simple feature classes as usually only theparcel class (polygon) is needed as well as some level of integration (CAMA)and preparation. It is not possible to edit the fabric using ArcGIS Server incurrent release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;Amir&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2011 18:46:07 GMT</pubDate>
    <dc:creator>AmirBar-Maor</dc:creator>
    <dc:date>2011-12-27T18:46:07Z</dc:date>
    <item>
      <title>Parcel fabric to ArcGIS Server Application</title>
      <link>https://community.esri.com/t5/state-local-government-questions/parcel-fabric-to-arcgis-server-application/m-p/678416#M4401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are in the process of jumping head first into the parcel data model in the parcel fabric, although still have two outstanding questions regarding the process;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. It seems to me that the migration into the parcel fabric can be done either through the; using the Load A Topology To A Parcel Fabric geoprocessing tool or the Import Fabric Data wizard. I have roughly 10,000 parcels into migrate, and 0.01% have accompanying saved cogo. Since overlaps and gaps exist between coincident parcels, it would seem the only real way to import these into the fabric is using the first method, but then I must run topology. The purpose of the current database is maintain the actual legal description. Is there no way to import these historic parcels and maintain information on the survey lines?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The second question is regarding publishing; how are folks integrating the parcel fabric into ArcGIS Server applications?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any assistance would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 13:35:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/parcel-fabric-to-arcgis-server-application/m-p/678416#M4401</guid>
      <dc:creator>RobertMueller</dc:creator>
      <dc:date>2011-12-22T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel fabric to ArcGIS Server Application</title>
      <link>https://community.esri.com/t5/state-local-government-questions/parcel-fabric-to-arcgis-server-application/m-p/678417#M4402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In addition, another question here -&amp;nbsp; what is the current workflow process to "move/copy" information from the parcel fabric (i.e. an encumbrance) to the Encumbrance feature class?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 15:09:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/parcel-fabric-to-arcgis-server-application/m-p/678417#M4402</guid>
      <dc:creator>RobertMueller</dc:creator>
      <dc:date>2011-12-27T15:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel fabric to ArcGIS Server Application</title>
      <link>https://community.esri.com/t5/state-local-government-questions/parcel-fabric-to-arcgis-server-application/m-p/678418#M4403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;We recommend using the Geoprocessing tool known as the topo loader for thedata migration and the following workflow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;Since your data seem to have the correct legal COGO dimensions start byadding the cogo fields to your line feature class (if not already exist) anduse the COGO toolbar (under the editor toolbar) to calculate the COGOdimensions for all lines. I would verify the COGO dimensions are correct whencompared to the geometry (see helpful migration &lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=935DA09A-1422-2418-3408-3A7C0477F541"&gt;tools&lt;/A&gt;) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;The second step will be to fix the topology. This can be done by severalmethods, one of which is to&amp;nbsp; increase the topology's spatial tolerance inorder to get rid of small slivers and gaps. Another approach could be to cleanthe lines geometry and then re-create the polygons (such tool exists in thelink above).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:3;"&gt;&lt;SPAN style="font-family:Times New Roman;"&gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN style="font-size:3;"&gt;&lt;FONT face="Times New Roman"&gt;More information about migrationg to the parcel fabric can be found in this &lt;A href="http://www.esri.com/library/whitepapers/pdfs/loading_data_parcel_fabric.pdf"&gt;white paper&lt;/A&gt; (a new December 2011version will be soon published).&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;Any of the parcel types can be exported to simple feature classes. If thisis something that needs to happen on regular basis automatically (i.e. fromtransactional to publication environment every night), this can be performed byusing windows scheduled task and similar python code: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;# Import arcpy module&lt;BR /&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;# Local variables:&lt;BR /&gt;Tax_Parcels = "Tax Parcels\\Tax Parcels"&lt;BR /&gt;Default_gdb = "C:\\Documents and Settings\\survey1\\MyDocuments\\ArcGIS\\Default.gdb"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;# Process: Feature Class to Feature Class&lt;BR /&gt;arcpy.FeatureClassToFeatureClass_conversion(Tax_Parcels, Default_gdb,"tax", "\"Type\" = 7", "Name\"Name\" true true true 50 Text 0 0,First,#,C:\\Data\\Amir\\DemoData_inProgress\\LandRecordsWithDemo.gdb\\ParcelEditing\\ParcelFabric_Parcels,Name,-1,-1","")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;As for ArcGIS Server, the fabric classes can be published using ArcGISServer though we recommend using simple feature classes as usually only theparcel class (polygon) is needed as well as some level of integration (CAMA)and preparation. It is not possible to edit the fabric using ArcGIS Server incurrent release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt;Amir&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 3; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 18:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/parcel-fabric-to-arcgis-server-application/m-p/678418#M4403</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2011-12-27T18:46:07Z</dc:date>
    </item>
  </channel>
</rss>

