Provides access to the Swath
properties.
AddTimeInterval | Adds an interval to the list of valid swath intervals. Start/Stop Times use DateFormat Dimension. |
GetTimeIntervalIndex | Retrieves an index given a start and stop time. Start/Stop Times use DateFormat Dimension. |
ModifyTimeInterval | Modifies an interval given an index. Start/Stop Times use DateFormat Dimension. |
RemoveAllIntervals | Removes all intervals. |
RemoveTimeInterval | Removes the interval given the start and stop times. Start/Stop Times use DateFormat Dimension. |
RemoveTimeIntervalIndex | Removes an interval given an index. |
ToArray | Returns an array of all time intervals. |
Color | The color in which swath graphics are displayed in the 2D Graphics window. |
ComputationalMethod | Select the Analytical or Numerical Computaional Method for generating swaths. |
CurvatureTolerance | Controls the adaptive step size of swath computation and ensures that neighboring samples adequately capture the curvature of the swath line. |
Enable | Enables swath. |
LineStyle | The style of the line defining the boundaries of the swath display in the 2D Graphics window. A member of the AgELineStyle enumeration. |
LineWidth | The width of the line defining the boundaries of the swath display in the 2D Graphics window. A member of the AgELineWidth enumeration. |
MaximumStep | The maximum step size for the adaptive step size of swath computation. |
MinimumStep | The minimum step size for the adaptive step size of swath computation. |
ScatteringTolerance | Determines the angle with respect to the swath line within which candidate points are considered for possible connection to it. |
TimeIntervalCount | Number of Time Intervals. |
UseMaximumCone | Whether to perform swath computations based on the maximum cone that encompasses the sensor pattern instead of actual pattern. Setting this option may result in a more informative swath with a superior appearance. |
Define and compute
sensor swath
[C#] | Copy Code | |
---|---|---|
|
Define and compute
sensor swath
[Visual Basic .NET] | Copy Code | |
---|---|---|
|