|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDELasDataset
Provides access to the LAS Dataset Data Element.
| Method Summary | |
|---|---|
int |
getFileCount()
The number of files in the LAS dataset. |
int |
getPointCount()
The number of points in the LAS dataset. |
int |
getSurfaceConstraintCount()
The number of surface constraint feature classes in the LAS dataset. |
boolean |
isHasStatistics()
Indicates whether there are statistics. |
boolean |
isNeedsUpdateStatistics()
Indicates whether the statistics are up to date. |
boolean |
isUsesRelativePath()
Indicates whether the LAS dataset uses a relative path to its files. |
void |
setFileCount(int pFileCount)
The number of files in the LAS dataset. |
void |
setHasStatistics(boolean pbHasStatistics)
Indicates whether there are statistics. |
void |
setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics)
Indicates whether the statistics are up to date. |
void |
setPointCount(int pPointCount)
The number of points in the LAS dataset. |
void |
setSurfaceConstraintCount(int pSurfaceConstraintCount)
The number of surface constraint feature classes in the LAS dataset. |
void |
setUsesRelativePath(boolean pbUsesRelativePath)
Indicates whether the LAS dataset uses a relative path to its files. |
| Method Detail |
|---|
int getFileCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFileCount(int pFileCount)
throws IOException,
AutomationException
pFileCount - The pFileCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPointCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPointCount(int pPointCount)
throws IOException,
AutomationException
pPointCount - The pPointCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSurfaceConstraintCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSurfaceConstraintCount(int pSurfaceConstraintCount)
throws IOException,
AutomationException
pSurfaceConstraintCount - The pSurfaceConstraintCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasStatistics()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasStatistics(boolean pbHasStatistics)
throws IOException,
AutomationException
pbHasStatistics - The pbHasStatistics (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isNeedsUpdateStatistics()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics)
throws IOException,
AutomationException
pbNeedsUpdateStatistics - The pbNeedsUpdateStatistics (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUsesRelativePath()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUsesRelativePath(boolean pbUsesRelativePath)
throws IOException,
AutomationException
pbUsesRelativePath - The pbUsesRelativePath (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 | ||||||||