com.esri.arcgis.datasourcesfile
Interface IDELasDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DELasDataset, IDELasDatasetProxy

public interface IDELasDataset
extends java.io.Serializable

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

IID1508d058_f970_487c_afbe_31db1c3ed594

static final int IID1508d058_f970_487c_afbe_31db1c3ed594
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFileCount

int getFileCount()
                 throws java.io.IOException,
                        AutomationException
The number of files in the LAS dataset.

Returns:
The pFileCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFileCount

void setFileCount(int pFileCount)
                  throws java.io.IOException,
                         AutomationException
The number of files in the LAS dataset.

Parameters:
pFileCount - The pFileCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPointCount

int getPointCount()
                  throws java.io.IOException,
                         AutomationException
The number of points in the LAS dataset.

Returns:
The pPointCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointCount

void setPointCount(int pPointCount)
                   throws java.io.IOException,
                          AutomationException
The number of points in the LAS dataset.

Parameters:
pPointCount - The pPointCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSurfaceConstraintCount

int getSurfaceConstraintCount()
                              throws java.io.IOException,
                                     AutomationException
The number of surface constraint feature classes in the LAS dataset.

Returns:
The pSurfaceConstraintCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSurfaceConstraintCount

void setSurfaceConstraintCount(int pSurfaceConstraintCount)
                               throws java.io.IOException,
                                      AutomationException
The number of surface constraint feature classes in the LAS dataset.

Parameters:
pSurfaceConstraintCount - The pSurfaceConstraintCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasStatistics

boolean isHasStatistics()
                        throws java.io.IOException,
                               AutomationException
Indicates whether there are statistics.

Returns:
The pbHasStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasStatistics

void setHasStatistics(boolean pbHasStatistics)
                      throws java.io.IOException,
                             AutomationException
Indicates whether there are statistics.

Parameters:
pbHasStatistics - The pbHasStatistics (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNeedsUpdateStatistics

boolean isNeedsUpdateStatistics()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the statistics are up to date.

Returns:
The pbNeedsUpdateStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNeedsUpdateStatistics

void setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics)
                              throws java.io.IOException,
                                     AutomationException
Indicates whether the statistics are up to date.

Parameters:
pbNeedsUpdateStatistics - The pbNeedsUpdateStatistics (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUsesRelativePath

boolean isUsesRelativePath()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the LAS dataset uses a relative path to its files.

Returns:
The pbUsesRelativePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUsesRelativePath

void setUsesRelativePath(boolean pbUsesRelativePath)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the LAS dataset uses a relative path to its files.

Parameters:
pbUsesRelativePath - The pbUsesRelativePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.