The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
29 views

Where are the Block and Lot fields in the ESRI Local Government Information Model Geodatabase Schema?

I am looking at the ESRI Local Government Information Model (LGIM) geodatabase schema and I cannot find the Feature Class that holds the parcels' Block and Lot information. Do you know which Feature ...
0
votes
2answers
29 views

Field within a Field - Donut Parcel?

Firstly, apologies as I'm a newbie and have only been studying GIS for a few months. I am digitising field boundaries and have a field within a field, and am wondering what the best way of ...
2
votes
0answers
36 views

Creating curves using the Parcel Editor tool in ArcGIS 10.1

We are migrating parcel editing environments from AutoCAD to ArcGIS and I'm having trouble creating curves within a Parcel Fabric that are not tangent to lines. For example, what would be some ...
5
votes
3answers
260 views

Source for US parcel boundary data?

Where can I find shapefile (or other vector) data for US private parcel boundaries (such as for a plat map)?
0
votes
0answers
26 views

How to capture the “OnFeatureChange” or “OnFeatureChange” for a parcel in a cadastral fabric?

The normal "OnChangeFeature" and " OnCreateFeature" don't fire when editing in a cadastral fabric and I'm looking for similar events where I can hook into editing events that are occuring for ...
16
votes
0answers
366 views

Space filling between random 2D lines

Consider a region (2D) filled with lines randomly (following Figure). We are interested in filling the empty spaces between lines including four boundary edges in a way: 0- maximizing the size of ...
1
vote
0answers
48 views

Parcel Editor 10.0 Selection

I am trying out the ArcEditor 10.0 trial version and am having problems with the Parcel Editor. I am attempting to "select" using SELECT PARCEL FEATURE tab, nothing gets selected. I did the START ...
4
votes
1answer
93 views

Join a table to a parcel layer and get duplicate parcels, reflecting individual leases

I have a table of 3,000+ lease files that I'm trying to join to our parcel layer. Each parcel has 4+ leases associated with it, and I need each to be represented by an actual polygon. When I do a ...
7
votes
1answer
399 views

Advanced Polygon and Parcel Splitting

While I am still struggling to divide polygons into same sizes in ArcGIS (we are using ArcView 3.0 scripts now which work fine), I now have an even much more complicated problem: I would like to ...
3
votes
3answers
164 views

Can ArcMap display the individual dimensions of a polygon?

I'm working with parcel data to get the dimensions of each lot to correspond with known dimensions. Is there a way to display the individual lengths of each line comprising the perimeter of a ...
11
votes
2answers
778 views

Correcting gaps and overlapping polygon (parcels) geometry

I have come across a resource that we rely upon almost daily that is in terrible need of repair. It is not our own product and the supplier is generally not interested in fixing the problem. We are ...
2
votes
0answers
200 views

Parcel ID Mapping (brainstorming)

In my project I have a table full of residential properties by Parcel_ID. Table 2 is a TIGER streets shapefile. I would like to build a query in MS Access displaying all properties within a mile ...
3
votes
2answers
282 views

How to determine Parcel Neighbors?

i like to get the neighbors of the Parcels "P1" like following : From B1 to B2 => P5 B2 => P4 From B2 to B3 => P3 From B3 to B4 => P2 From B4 to B1 => P6 i like to make this process automatic ...
2
votes
2answers
126 views

displaying combined data values in ArcMap

I got some data in an attributes table and I would like to know how I can combine them in order to get an unique value in the map. For instance, Attribute: Type Value: Street Those values I ...
3
votes
1answer
294 views

Parcel Fabric vs. Polygon feature class (for land parcel management)

I'm wondering if I should migrate my existing parcel polygons (stored as a feature class in a geodatabase) to a parcel fabric in ArcMap. What are the advantages of doing this? I work for a county so ...