Property | Type | Description | |
---|---|---|---|
tempTableName | string |
Method | Description | |
---|---|---|
ImportDesiredVariables ( |
|
|
RemoveTemporaryTable ( |
Method | Description | |
---|---|---|
ReadVariablesFile ( string filename, |
||
SaveTable ( |
||
SetupTable ( |
Method | Description | |
---|---|---|
AddIntToDict ( Dictionary |
Helper function for ImportDesiredVariables
|
|
CheckForDuplicates ( |
||
CheckForMOEDuplicates ( |
Generates an error if a generated column conflicts with another generated column, or a real column.
|
|
CheckForMaxColumns ( |
To keep things simple, lets say the max # of columns in a shapefile is 256, so 100 vars * 2 (var + error margin) == 200 columns, we don't need to test for room for the extra "AREA/PERIMETER/CENTROID" mode, unless we change our max from 100 columns. The extra room is to try and avoid running out of memory during an export.
|
|
CheckForMinColumns ( |
||
CheckForReserved ( |
||
IfSetAddIntToDict ( HashSet |
Helper function for ImportDesiredVariables
|
public ImportDesiredVariables ( |
||
conn | ||
client | IDataClient | |
filename | string | |
tablename | string | |
return | bool |
protected ReadVariablesFile ( string filename, |
||
filename | string | |
dt | ||
return |
public RemoveTemporaryTable ( |
||
conn | ||
client | IDataClient | |
return | void |
protected SaveTable ( |
||
conn | ||
client | IDataClient | |
dt | ||
return | bool |
protected SetupTable ( |
||
conn | ||
client | IDataClient | |
tablename | string | |
return |