|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILasDatasetWorkspace
Provides access to members of LasDataset workspace.
| Method Summary | |
|---|---|
boolean |
isLasDataset(String name)
Indicates if the given BSTR name is a LasDataset. |
ILasDataset |
openLasDataset(String name)
Opens an existing LasDataset. |
| Method Detail |
|---|
boolean isLasDataset(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILasDataset openLasDataset(String name)
throws IOException,
AutomationException
Opens an existing las dataset
Returns a reference to the specified Las Dataset. If the same Las Dataset on disk that is being requested already referenced by a Las Dataset object , a reference to that object is returned. If you need to ensure you get a new, independent Las Dataset object, not a reference to an existing object, instantiate a new Las Dataset and call ILasDataset.Init
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||