public class ImagePlane extends SARMIEnumeration
SAR images are typically formed either on the slant plane - the plane containing the ground- track vector and the line-of-sight vector to the SRP, or onto the ground plane - the plane tangential to the ellipsoid at the SRP.
The selection of the imaging plane may impact the accuracy of distance measurements. SAR images formed in the slant plane experience a foreshortening in the range dimension, whereby objects projected onto the slant plane will appear shorter than when projected onto the ground plane. As such, the plane in which the SARMI data is formed is defined as 0 for Slant Plane, 1 for Ground Plane, and 2 for Other (self-defined plane).
See ST 1206 6.2.4 for more information.
value
Constructor and Description |
---|
ImagePlane(byte status)
Create from value.
|
ImagePlane(byte[] bytes)
Create from encoded bytes.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Get the human-readable name for the value.
|
byte |
getImagePlane()
Get the image plane.
|
getBytes, getDisplayableValue
public ImagePlane(byte status)
status
- The value of the image plane enumeration.public ImagePlane(byte[] bytes)
bytes
- The byte array of length 1Copyright © 2022 West Ridge Systems. All rights reserved.