Provides access to a SpectralLibrary Interface.
Members
Name | Description | |
---|---|---|
![]() |
Samples | Gets the Spectral Library array of Samples. |
![]() |
Sensors | Gets the Spectral Library array of Sensors. |
![]() |
Source | Gets the Spectral Library source path. |
![]() |
Type | Gets the Spectral Library Type. |
![]() |
USGSBasicLoad | Loads just the structure of a Spectral Libary located in the specified path. |
ISpectralLibrary.Samples Property
Gets the Spectral Library array of Samples.
Public ReadOnly Property Samples As IArray
public IArray Samples {get;}
ISpectralLibrary.Sensors Property
Gets the Spectral Library array of Sensors.
Public ReadOnly Property Sensors As IArray
public IArray Sensors {get;}
ISpectralLibrary.Source Property
Gets the Spectral Library source path.
Public ReadOnly Property Source As String
public string Source {get;}
ISpectralLibrary.Type Property
Gets the Spectral Library Type.
Public ReadOnly Property Type As SpectralLibraryType
public SpectralLibraryType Type {get;}
ISpectralLibrary.USGSBasicLoad Method
Loads just the structure of a Spectral Libary located in the specified path.
Public Sub USGSBasicLoad ( _
ByVal Path As String _
)
public void USGSBasicLoad (
string Path
);
Classes that implement ISpectralLibrary
Classes | Description |
---|---|
SpectralLibrary | The spectral library class. |