프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ArgumentLine | string | ||
Arguments | Azavea.NijPredictivePolicing.Common.CmdLineArg[] |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_cancelled | bool | ||
_manager | |||
_outputFolder | string | ||
_workingFolder | string |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | int |
public static CmdLineArg[],Azavea.NijPredictivePolicing.Common Arguments | ||
리턴 | Azavea.NijPredictivePolicing.Common.CmdLineArg[] |
protected AcsDataManager,Azavea.NijPredictivePolicing.ACSAlchemistLibrary.Transfer _manager | ||
리턴 |