You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Girard edited this page Apr 29, 2017
·
2 revisions
The GPVLayerProximity table links proximities (named search distances) to layers. A layer can have multiple proximities, and a promimity can be associated with multiple layers, so this table manages the many-to-many relationship.
Columns
LayerID - The ID of the layer (not null). Links to GPVLayer.
ProximityID - The ID of the proximity (not null). Links to GPVProximity.