public interface ISpectralLibrary
extends java.io.Serializable
Description: 'Provides access to a SpectralLibrary Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID024048ca_eb92_4334_be34_a4f2bf607f05 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
esri_getSource()
Gets the Spectral Library source path.
|
IArray |
getSamples()
Gets the Spectral Library array of Samples.
|
IArray |
getSensors()
Gets the Spectral Library array of Sensors.
|
int |
getType()
Gets the Spectral Library Type.
|
void |
uSGSBasicLoad(java.lang.String path)
Loads just the structure of a Spectral Libary located in the specified path.
|
static final int IID024048ca_eb92_4334_be34_a4f2bf607f05
static final int xxDummy
static final java.lang.String IID
java.lang.String esri_getSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getSensors() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getSamples() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void uSGSBasicLoad(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.