|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDELasDataset
COM Interface 'IDELasDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description: 'Provides access to the LAS Dataset Data Element.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID1508d058_f970_487c_afbe_31db1c3ed594
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID1508d058_f970_487c_afbe_31db1c3ed594
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getFileCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFileCount(int pFileCount) throws java.io.IOException, AutomationException
pFileCount
- The pFileCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPointCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPointCount(int pPointCount) throws java.io.IOException, AutomationException
pPointCount
- The pPointCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSurfaceConstraintCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSurfaceConstraintCount(int pSurfaceConstraintCount) throws java.io.IOException, AutomationException
pSurfaceConstraintCount
- The pSurfaceConstraintCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasStatistics(boolean pbHasStatistics) throws java.io.IOException, AutomationException
pbHasStatistics
- The pbHasStatistics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNeedsUpdateStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics) throws java.io.IOException, AutomationException
pbNeedsUpdateStatistics
- The pbNeedsUpdateStatistics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUsesRelativePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUsesRelativePath(boolean pbUsesRelativePath) throws java.io.IOException, AutomationException
pbUsesRelativePath
- The pbUsesRelativePath (in)
java.io.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 |