public interface ILasDatasetEdit2 extends ILasDatasetEdit, java.io.Serializable
Description: 'Provides access to members of LasDataset.' 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 |
IIDc67da1d6_f1dd_4e58_ae27_4bbff7c4c40f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDca6228e2_eb8f_442f_88cb_5e40233e88e8| Modifier and Type | Method and Description |
|---|---|
void |
addFileExt(java.lang.String fileName,
IGeometry pAOI,
boolean bWithinOnly)
Adds a file to the dataset.
|
void |
addFiles(IStringArray pFiles,
IGeometry pAOI,
boolean bWithinOnly,
IStringArray[] ppBadFiles)
Adds an array of files to the dataset.
|
void |
addFolderExt(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive,
IGeometry pAOI,
boolean bWithinOnly,
IStringArray[] ppBadFiles)
Adds all the files in the specified a folder, and potentially subfolders, to the dataset.
|
addFile, addFolder, addSurfaceConstraint, calculateFileStatistics, calculateStatistics, removeFile, removeFileByName, removeSurfaceConstraint, removeSurfaceConstraintByID, save, setSpatialReference, setUsesRelativePathstatic final int IIDc67da1d6_f1dd_4e58_ae27_4bbff7c4c40f
static final int xxDummy
static final java.lang.String IID
void addFileExt(java.lang.String fileName,
IGeometry pAOI,
boolean bWithinOnly)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (in)bWithinOnly - The bWithinOnly (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addFolderExt(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive,
IGeometry pAOI,
boolean bWithinOnly,
IStringArray[] ppBadFiles)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)fileExtension - The fileExtension (in)bRecursive - The bRecursive (in)pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (in)bWithinOnly - The bWithinOnly (in)ppBadFiles - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addFiles(IStringArray pFiles, IGeometry pAOI, boolean bWithinOnly, IStringArray[] ppBadFiles) throws java.io.IOException, AutomationException
pFiles - A reference to a com.esri.arcgis.system.IStringArray (in)pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (in)bWithinOnly - The bWithinOnly (in)ppBadFiles - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.