public interface ITerrainLasDataImporter extends ITerrainDataImporter, java.io.Serializable
Description: 'Provides access to members that handle importing terrain source data in LAS format.' 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 |
IID80e83e8c_2ec1_4090_b399_411fa593b25b |
static int |
xxDummy
Deprecated.
Internal use only
|
IID36b3f42a_abe0_440e_a266_8b8592c74c82
Modifier and Type | Method and Description |
---|---|
void |
addProperty(int property,
java.lang.String fieldName)
Used to indicate which, if any, LiDAR properties to retain and load into the target feature class in a BLOB field.
|
void |
addReturnNumber(int returnNumber)
Used to indicate which points to extract from the LAS files based on their LiDAR return number.
|
void |
setClassCodes(ILongArray pCodes)
Used to indicate which points to load based on one or more LAS classification codes.
|
addFile, addFolder, esri_import, getDataExtent, getMaxShapePointCount, getPointCount, overwriteMaxShapePointCount, setEmpty, setSourceDataSpatialReference
static final int IID80e83e8c_2ec1_4090_b399_411fa593b25b
static final int xxDummy
static final java.lang.String IID
void addProperty(int property, java.lang.String fieldName) throws java.io.IOException, AutomationException
property
- A com.esri.arcgis.geodatabaseextensions.esriTerrainLasDataPropertyType constant (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addReturnNumber(int returnNumber) throws java.io.IOException, AutomationException
returnNumber
- 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 setClassCodes(ILongArray pCodes) throws java.io.IOException, AutomationException
pCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.