ISpectralLibrary Interface

Provides access to a SpectralLibrary Interface.

Members

Name Description
Read-only property Samples Gets the Spectral Library array of Samples.
Read-only property Sensors Gets the Spectral Library array of Sensors.
Read-only property Source Gets the Spectral Library source path.
Read-only property Type Gets the Spectral Library Type.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.