public interface ILasDataset2 extends ILasDataset, 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 |
IID3af8a856_b6c2_41e4_8b51_8ac0e8777087 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3ac637a3_1671_4dfe_babe_d7947d57f050
Modifier and Type | Method and Description |
---|---|
void |
rearrange(ITrackCancel pTrackCancel,
int fileIndex,
java.lang.String newFileName,
boolean bOverWrite)
Spatially rearrange points.
|
createDynamicSurface, export, getExtent, getFile, getFileCount, getName, getPointCount, getSizeInBytes, getSpatialReference, getStatistics, getSurfaceConstraint, getSurfaceConstraintCount, getSurfaceConstraintID, getSurfaceConstraintIndexFromID, getSurfaceConstraintName, init, isDirty, isHasStatistics, isNeedsUpdateStatistics, isUsesRelativePath, saveAs, setEmpty
static final int IID3af8a856_b6c2_41e4_8b51_8ac0e8777087
static final int xxDummy
static final java.lang.String IID
void rearrange(ITrackCancel pTrackCancel, int fileIndex, java.lang.String newFileName, boolean bOverWrite) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)fileIndex
- The fileIndex (in)newFileName
- The newFileName (in)bOverWrite
- The bOverWrite (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.