Space projection, the length of the sensor's projection when it is not intersecting the Earth. In this case, the distance is computed so that the projection of the outermost point on the contour along the boresight is equal to the specified distance. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property SpaceProjection() As Double |
[C#] |
---|
public double SpaceProjection {get; set;} |
[Managed C++] |
---|
public: __property double get_SpaceProjection(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpaceProjection( double * pVal ); public: HRESULT put_SpaceProjection( double pVal ); |
[Java] |
---|
public double getSpaceProjection(); public void setSpaceProjection( double ); |