Property | Type | Description | |
---|---|---|---|
ArgumentLine | string | ||
Arguments | Azavea.NijPredictivePolicing.Common.CmdLineArg[] |
Property | Type | Description | |
---|---|---|---|
_cancelled | bool | ||
_manager | |||
_outputFolder | string | ||
_workingFolder | string |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
ExecuteJob ( ) : bool |
Performs our main 'lifecycle'
|
|
FindDelimAfterWhitespace ( string str, int idx ) : int |
Finds the first of any of our delimiters, but makes sure that the space before the delim contains a whitespace char
|
|
ImportJob ( ) : System | ||
IndexOf ( string str, int idx ) : int |
Replaced by 'FindDelimAfterWhitespace'
|
|
IsCancelled ( ) : bool | ||
Load ( string args ) : bool |
Takes a collection of command line arguments, and parses them / loads them onto our properties. Will also accept a single filename, and treat that as if it were provided at the command line
|
|
SaveJobFile ( string filename ) : void |
Saves a nicely commented job file at the location provided
|
|
UpdateProgress ( int value ) : void |
Event added so we can provide some basic feedback while this is running in a background thread
|
public FindDelimAfterWhitespace ( string str, int idx ) : int | ||
str | string | |
idx | int | |
return | int |
public SaveJobFile ( string filename ) : void | ||
filename | string | |
return | void |
public static CmdLineArg[],Azavea.NijPredictivePolicing.Common Arguments | ||
return | Azavea.NijPredictivePolicing.Common.CmdLineArg[] |
protected AcsDataManager,Azavea.NijPredictivePolicing.ACSAlchemistLibrary.Transfer _manager | ||
return |