-
Notifications
You must be signed in to change notification settings - Fork 9
GPVLayerProximity
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.
- LayerID - The ID of the layer (not null). Links to GPVLayer.
- ProximityID - The ID of the proximity (not null). Links to GPVProximity.