Radar.Radar Constructors
Initializes a new instance of Radar with all properties.
Overload List
Name | Description | |
---|---|---|
Public method | Radar(System.Double maxRange, System.Double minRange, System.Int32 rows, System.Int32 columns, System.Double sweepAngle) | Initializes a new instance of this Radar with required properties. |
Public method | Radar(System.Double maxRange, System.Double minRange, System.Int32 rows, System.Int32 columns, System.Double sweepAngle, Point position, AttributeVariable< System.Drawing.Color > color, System.Double direction, ColorTableLookup colorTableLookup) | Initializes a new instance of Radar. |
Public method | Radar(System.Double maxRange, System.Double minRange, System.Int32 rows, System.Int32 columns, System.Double sweepAngle, Point position, AttributeVariable< System.Drawing.Color > color, System.Double direction, ColorTableLookup colorTableLookup, RasterFilter filter) | Initializes a new instance of Radar with all properties. |
Radar(System.Double maxRange, System.Double minRange, System.Int32 rows, System.Int32 columns, System.Double sweepAngle)
Initializes a new instance of this Radar with required properties.Syntax
public Radar (
System.Double maxRange,
System.Double minRange,
System.Int32 rows,
System.Int32 columns,
System.Double sweepAngle
)
Parameters
maxRange
Type: System.Double
The MinRange of this Radar in meters.
The MinRange of this Radar in meters.
minRange
Type: System.Double
The MaxRange of this Radar in meters.
The MaxRange of this Radar in meters.
rows
Type: System.Int32
The number of Rows used by the Radar.
The number of Rows used by the Radar.
columns
Type: System.Int32
The number of Columns used by each row.
The number of Columns used by each row.
sweepAngle
Type: System.Double
The size of the SweepAngle used by the Radar in degrees.
The size of the SweepAngle used by the Radar in degrees.
Radar(System.Double maxRange, System.Double minRange, System.Int32 rows, System.Int32 columns, System.Double sweepAngle, Point position, AttributeVariable< System.Drawing.Color > color, System.Double direction, ColorTableLookup colorTableLookup)
Initializes a new instance of Radar.Syntax
public Radar (
System.Double maxRange,
System.Double minRange,
System.Int32 rows,
System.Int32 columns,
System.Double sweepAngle,
Point position,
AttributeVariable< System.Drawing.Color > color,
System.Double direction,
ColorTableLookup colorTableLookup
)
Parameters
maxRange
Type: System.Double
The MinRange of the Radar in meters.
The MinRange of the Radar in meters.
minRange
Type: System.Double
The MaxRange of the Radar in meters.
The MaxRange of the Radar in meters.
rows
Type: System.Int32
The number of Rows used by the Radar.
The number of Rows used by the Radar.
columns
Type: System.Int32
The number of Columns in each row.
The number of Columns in each row.
sweepAngle
Type: System.Double
The size of the SweepAngle used by the Radar in degrees.
The size of the SweepAngle used by the Radar in degrees.
color
Type: An attribute variable that returns a value of type System.Drawing.Color.
The Color of the Radar.
The Color of the Radar.
direction
Type: System.Double
the forward Direction of the Radar in degrees.
the forward Direction of the Radar in degrees.
colorTableLookup
Type: ColorTableLookup
the lookup mode used when KeyedAttributeVariable<System.Drawing.Color> is used.
the lookup mode used when KeyedAttributeVariable<System.Drawing.Color> is used.
Remarks
Legacy overload. Prefer Radar.
Radar(System.Double maxRange, System.Double minRange, System.Int32 rows, System.Int32 columns, System.Double sweepAngle, Point position, AttributeVariable< System.Drawing.Color > color, System.Double direction, ColorTableLookup colorTableLookup, RasterFilter filter)
Initializes a new instance of Radar with all properties.Syntax
public Radar (
System.Double maxRange,
System.Double minRange,
System.Int32 rows,
System.Int32 columns,
System.Double sweepAngle,
Point position,
AttributeVariable< System.Drawing.Color > color,
System.Double direction,
ColorTableLookup colorTableLookup,
RasterFilter filter
)
Parameters
maxRange
Type: System.Double
The MinRange of the Radar in meters.
The MinRange of the Radar in meters.
minRange
Type: System.Double
The MaxRange of the Radar in meters.
The MaxRange of the Radar in meters.
rows
Type: System.Int32
The number of Rows used by the Radar.
The number of Rows used by the Radar.
columns
Type: System.Int32
The number of Columns in each row.
The number of Columns in each row.
sweepAngle
Type: System.Double
The size of the SweepAngle used by the Radar in degrees.
The size of the SweepAngle used by the Radar in degrees.
color
Type: An attribute variable that returns a value of type System.Drawing.Color.
The Color of the Radar.
The Color of the Radar.
direction
Type: System.Double
the forward Direction of the Radar in degrees.
the forward Direction of the Radar in degrees.
colorTableLookup
Type: ColorTableLookup
the lookup mode used when KeyedAttributeVariable<System.Drawing.Color> is used.
the lookup mode used when KeyedAttributeVariable<System.Drawing.Color> is used.
filter
Type: RasterFilter
the raster filter used to sample the intensity image.
the raster filter used to sample the intensity image.
Platforms
Windows, Linux, Android