Table of Contents

Method CreateSpatialIndex

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

CreateSpatialIndex(string, string, double, double, double, double, double, double, double)

public SpatialIndex CreateSpatialIndex(string name, string column, double xmin, double ymin, double xmax, double ymax, double smallGridSize, double mediumGridSize, double largeGridSize)

Parameters

name string
column string
xmin double
ymin double
xmax double
ymax double
smallGridSize double
mediumGridSize double
largeGridSize double

Returns

SpatialIndex

CreateSpatialIndex(string, string)

public SpatialIndex CreateSpatialIndex(string name, string column)

Parameters

name string
column string

Returns

SpatialIndex