Table of Contents

Method CreateSpatialIndexLatLong

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

CreateSpatialIndexLatLong(string, string, double, double, double, double, double, double, double)

public SpatialIndex CreateSpatialIndexLatLong(string name, string column, double xmin = -180, double ymin = -90, double xmax = 90, double ymax = 180, double smallGridSize = 0.01, double mediumGridSize = 0.1, double largeGridSize = 1)

Parameters

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

Returns

SpatialIndex