public interface ILasPointSelection
extends java.io.Serializable
Description: 'Provides access to members of LasPointSelector.' 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 |
IID0c957d12_dcc6_4aa6_bb74_177a6ad7d85d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addClassCodeAndWeight(int classCode,
int weight)
Add the class code and its associated wight.
|
void |
addPreservedClassCode(int classCode)
Add the class code to be excluded from thinning - points with this code will always be selected.
|
void |
addPreservedClassFlag(int flag)
Add the class flag to be excluded from thinning - points with this flag will always be selected.
|
void |
addPreservedReturn(int ret)
Add the return number to be excluded from thinning - points with this return number will always be selected.
|
void |
addRemovedClassCode(int classCode)
Add the class code to be excluded from the output.
|
void |
addRemovedClassFlag(int flag)
Add the class flag to be excluded from the output.
|
void |
addRemovedReturn(int ret)
Add the return number to be excluded from the output.
|
void |
addReturnAndWeight(int ret,
int weight)
Add the return number and its associated wight.
|
void |
select(ITrackCancel pTrackCancel,
ILasDataset pDataset,
ILongArray pFiles,
IGeometry pAOI,
IEnvelope pSelectionResolution,
java.lang.String outputFolderName,
java.lang.String fileNameSuffix,
ILasDataset pNewDataset)
Select and output a subset of points.
|
void |
setAsZlas(boolean rhs1)
Indicates if output file(s) should be the Esri's zLas format.
|
void |
setComputeStatistics(boolean rhs1)
Indicates whether or not to compute statistics for the output file(s).
|
void |
setDropVLRs(boolean rhs1)
Indicates if Variable Length Records should be dropped.
|
void |
setEmpty()
Empty the object.
|
void |
setOverwriteOutput(boolean rhs1)
Indicates whether or not to overwrite existing output file(s).
|
void |
setRearrange(boolean rhs1)
Indicates if output point records should be spatially rearranged.
|
void |
setSelectionType(int type)
Set selection type.
|
void |
setTempFilePath(java.lang.String path)
The path for temp files.
|
static final int IID0c957d12_dcc6_4aa6_bb74_177a6ad7d85d
static final int xxDummy
static final java.lang.String IID
void setEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTempFilePath(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSelectionType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabaseextensions.esriLasPointSelectionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addPreservedReturn(int ret) throws java.io.IOException, AutomationException
ret
- A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addRemovedReturn(int ret) throws java.io.IOException, AutomationException
ret
- A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addPreservedClassCode(int classCode) throws java.io.IOException, AutomationException
classCode
- The classCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addRemovedClassCode(int classCode) throws java.io.IOException, AutomationException
classCode
- The classCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addPreservedClassFlag(int flag) throws java.io.IOException, AutomationException
flag
- A com.esri.arcgis.geodatabaseextensions.esriLasClassFlag constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addRemovedClassFlag(int flag) throws java.io.IOException, AutomationException
flag
- A com.esri.arcgis.geodatabaseextensions.esriLasClassFlag constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addReturnAndWeight(int ret, int weight) throws java.io.IOException, AutomationException
ret
- A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant (in)weight
- The weight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addClassCodeAndWeight(int classCode, int weight) throws java.io.IOException, AutomationException
classCode
- The classCode (in)weight
- The weight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOverwriteOutput(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 setDropVLRs(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 setRearrange(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 setAsZlas(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 setComputeStatistics(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 select(ITrackCancel pTrackCancel, ILasDataset pDataset, ILongArray pFiles, IGeometry pAOI, IEnvelope pSelectionResolution, java.lang.String outputFolderName, java.lang.String fileNameSuffix, ILasDataset pNewDataset) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pDataset
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset (in)pFiles
- A reference to a com.esri.arcgis.system.ILongArray (in)pAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pSelectionResolution
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)outputFolderName
- The outputFolderName (in)fileNameSuffix
- The fileNameSuffix (in)pNewDataset
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.