Skip to content
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.
Clone this wiki locally