public interface ILasDatasetEdit
extends 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 |
IIDca6228e2_eb8f_442f_88cb_5e40233e88e8 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(java.lang.String fileName)
Adds a file to the dataset.
|
void |
addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive,
IStringArray[] ppBadFiles)
Adds all the files in the specified a folder, and potentially subfolders, to the dataset.
|
void |
addSurfaceConstraint(IFeatureClass pFeatureClass,
IField pHeightField,
IField pTagField,
int type)
Adds surface constraint (e.g., breaklines) to the dataset.
|
void |
calculateFileStatistics(ITrackCancel pTrackCancel,
int index)
Calculate statistics of the specified file.
|
void |
calculateStatistics(ITrackCancel pTrackCancel,
boolean bForce,
ILongArray[] ppBadFiles)
Calculate statistics of the entire dataset.
|
void |
removeFile(int index)
Removes the specified file from the dataset.
|
void |
removeFileByName(java.lang.String fileName)
Removes the specified file from the dataset.
|
void |
removeSurfaceConstraint(IFeatureClass pFeatureClass)
Removes the specified surface constraint from the dataset.
|
void |
removeSurfaceConstraintByID(IUID pGuid)
Removes the specified surface constraint from the dataset.
|
void |
save()
Saves the changes.
|
void |
setSpatialReference(ISpatialReference pSpatialReference)
Sets spatial reference.
|
void |
setUsesRelativePath(boolean rhs1)
Indicates if the dataset is saved with relative path.
|
static final int IIDca6228e2_eb8f_442f_88cb_5e40233e88e8
static final int xxDummy
static final java.lang.String IID
void save()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUsesRelativePath(boolean rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSpatialReference(ISpatialReference pSpatialReference) throws java.io.IOException, AutomationException
pSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive,
IStringArray[] ppBadFiles)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)fileExtension - The fileExtension (in)bRecursive - The bRecursive (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 removeFile(int index)
throws java.io.IOException,
AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeFileByName(java.lang.String fileName)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addSurfaceConstraint(IFeatureClass pFeatureClass, IField pHeightField, IField pTagField, int type) throws java.io.IOException, AutomationException
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)pHeightField - A reference to a com.esri.arcgis.geodatabase.IField (in)pTagField - A reference to a com.esri.arcgis.geodatabase.IField (in)type - A com.esri.arcgis.geodatabase.esriTinSurfaceType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeSurfaceConstraint(IFeatureClass pFeatureClass) throws java.io.IOException, AutomationException
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeSurfaceConstraintByID(IUID pGuid) throws java.io.IOException, AutomationException
pGuid - A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void calculateStatistics(ITrackCancel pTrackCancel, boolean bForce, ILongArray[] ppBadFiles) throws java.io.IOException, AutomationException
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)bForce - The bForce (in)ppBadFiles - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void calculateFileStatistics(ITrackCancel pTrackCancel, int index) throws java.io.IOException, AutomationException
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.