Property | Type | Description | |
---|---|---|---|
ammunitionNotes | String | ||
bitmap | |||
caliber | CaliberUnit | ||
caliberValue | double | ||
dateTimeFired | System.DateTime | ||
dateTimeProcessed | System.DateTime | ||
distance | int | ||
distanceUnits | UnitsOfMeasure | ||
lotNumber | String | ||
origFilename | String | ||
points | IList |
||
projectileMassGrains | int | ||
rangeLocation | String | ||
regionOfInterest | ROI | ||
reportFilename | String | ||
scale | Scale | ||
serialNumber | String | ||
shooterFName | String | ||
shooterLName | String | ||
shotsFired | int | ||
targetID | int | ||
tempDetails | String[] | ||
temperature | |||
weaponName | String | ||
weaponNotes | String |
Method | Description | |
---|---|---|
GenerateTestData ( ) : ImageData |
Generates test data for an image.
|
|
ImageData ( ) : System |
Constructs a blank
|
|
ImageData ( String origFilename, String reportFilename, System.DateTime dateTimeFired, String shooterLName, String shooterFName, String rangeLocation, UnitsOfMeasure distanceUnits, int distance, |
Constructs an
|
|
ImageData ( String origFilename, String reportFilename, System.DateTime dateTimeFired, String shooterLName, String shooterFName, String rangeLocation, UnitsOfMeasure distanceUnits, int distance, |
Constructs an
|
public static GenerateTestData ( ) : ImageData | ||
return | ImageData |
public ImageData ( String origFilename, String reportFilename, System.DateTime dateTimeFired, String shooterLName, String shooterFName, String rangeLocation, UnitsOfMeasure distanceUnits, int distance, |
||
origFilename | String | The filename of the image. |
reportFilename | String | The filename where the Excel report is stored. |
dateTimeFired | System.DateTime | The date and time the target was fired upon. |
shooterLName | String | The shooter's last name. |
shooterFName | String | The shooter's first name. |
rangeLocation | String | The location of the range. |
distanceUnits | UnitsOfMeasure | The units that the distance to target is measured in. |
distance | int | The distance to the target. |
temperature | The temperature on the range. | |
weaponName | String | The name of the weapon. |
serialNumber | String | The serial number of the weapon. |
weaponNotes | String | Notes on the weapon. |
caliber | CaliberUnit | The units of caliber of the ammunition used. |
caliberValue | double | The caliber of the ammunition used. |
lotNumber | String | The lot number of the ammunition. |
projectileMassGrains | int | The projectile mass in units of grains. |
ammunitionNotes | String | Notes on the ammunition. |
scale | Scale | The scale information for the target. |
shotsFired | int | The number of shots fired. |
points | IList |
A list of points where bullet holes are located. |
return | System |
public ImageData ( String origFilename, String reportFilename, System.DateTime dateTimeFired, String shooterLName, String shooterFName, String rangeLocation, UnitsOfMeasure distanceUnits, int distance, |
||
origFilename | String | The filename of the image. |
reportFilename | String | The filename where the Excel report is stored. |
dateTimeFired | System.DateTime | The date and time the target was fired upon. |
shooterLName | String | The shooter's last name. |
shooterFName | String | The shooter's first name. |
rangeLocation | String | The location of the range. |
distanceUnits | UnitsOfMeasure | The units that the distance to target is measured in. |
distance | int | The distance to the target. |
temperature | The temperature on the range. | |
weaponName | String | The name of the weapon. |
serialNumber | String | The serial number of the weapon. |
weaponNotes | String | Notes on the weapon. |
caliber | CaliberUnit | The units of caliber of the ammunition used. |
caliberValue | double | The caliber of the ammunition used. |
lotNumber | String | The lot number of the ammunition. |
projectileMassGrains | int | The projectile mass in units of grains. |
ammunitionNotes | String | Notes on the ammunition. |
scale | Scale | The scale information for the target. |
shotsFired | int | The number of shots fired. |
points | IList |
A list of points where bullet holes are located. |
roi | ROI | The region of interest for the target. |
return | System |
public DateTime,System dateTimeProcessed | ||
return | System.DateTime |