public class TerrainLasDataImporter extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ITerrainDataImporter, ITerrainLasDataImporter, ITerrainLasDataInfo, ITerrainLasDataInfo2
Description 'Esri Terrain LAS Data Importer object.' 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 =
IID, IID80e83e8c_2ec1_4090_b399_411fa593b25b, xxDummyIID36b3f42a_abe0_440e_a266_8b8592c74c82IID, IID08ac58e1_f142_45db_9847_0d28f6d7d241, xxDummyIIDc1b7f6d6_4f81_4f5b_9922_5f74d3eb1e94| Constructor and Description |
|---|
TerrainLasDataImporter()
Constructs a TerrainLasDataImporter using ArcGIS Engine.
|
TerrainLasDataImporter(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
TerrainLasDataImporter theTerrainLasDataImporter = (TerrainLasDataImporter) obj; |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(java.lang.String fileName)
Include a specific file to be loaded upon Import.
|
void |
addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive)
Include a folder, and potentially subfolders, to be loaded upon import.
|
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.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
esri_import(IFeatureClass pOutputFeatureClass,
double tileSize,
double zFactor,
IEnvelope pAOI,
ITrackCancel pTrackCancel,
int[] pcOutsidePoints)
Loads the specified data, based on the current properties, into the target feature class.
|
static java.lang.String |
getClsid()
getClsid.
|
IEnvelope |
getDataExtent()
The XYZ extent of points in the LAS file.
|
IEnvelope |
getDataExtent(ISpatialReference pTargetSpatialReference)
The XYZ extent of data contained in files/folders to be added.
|
int |
getFileSourceID()
The LAS file's source ID.
|
int |
getFlightDateJulian()
The flight date based on the Julian calendar.
|
java.lang.String |
getGeneratingSoftware()
The software used to create the LAS file.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
getMaxShapePointCount()
The maximum number of points loaded into individual multipoint shapes.
|
int |
getNumberOfPointRecords()
The number of points in the LAS file.
|
int |
getNumberOfPointsByReturn(int returnNumber)
The number of points in the LAS file based on the specified LiDAR return number.
|
double |
getPointCount()
The number of points in the files/folders to be added.
|
int |
getPointDataFormat()
The record format for points in the LAS file
|
void |
getPointInfoByClassCode(ITrackCancel pTrackCancel,
ILongArray pCodes,
IDoubleArray[] ppCounts,
IArray[] ppExtents)
Get the number of points corresponding to the specified class codes.
|
ISpatialReference |
getSpatialReference()
The spatial reference of the LAS file.
|
java.lang.String |
getSystemID()
The hardware system used to collect the LiDAR data in the LAS file.
|
void |
getVersion(int[] pMajor,
int[] pMinor)
The version of the LAS file.
|
int |
getYear()
The year the data in the LAS file was collected.
|
int |
hashCode()
the hashcode for this object
|
void |
init(java.lang.String lasFileName)
Used to set the name of the LAS file for which information is to be retrieved.
|
boolean |
isStandardGpsTime()
Indicates if the GPS time is standard GPS Time.
|
void |
overwriteMaxShapePointCount(int newCount)
Changes the default maximum number of points loaded into individual multipoint shapes.
|
void |
release()
Release this COM object reference
|
void |
setClassCodes(ILongArray pCodes)
Used to indicate which points to load based on one or more LAS classification codes.
|
void |
setEmpty()
Clears all properties.
|
void |
setSourceDataSpatialReference(ISpatialReference pSpatialRef)
Set source data's spatial reference.
|
public TerrainLasDataImporter()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic TerrainLasDataImporter(java.lang.Object obj)
throws java.io.IOException
TerrainLasDataImporter theTerrainLasDataImporter = (TerrainLasDataImporter) obj;obj to TerrainLasDataImporter.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void setSourceDataSpatialReference(ISpatialReference pSpatialRef) throws java.io.IOException, AutomationException
setSourceDataSpatialReference in interface ITerrainDataImporterpSpatialRef - 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.public void setEmpty()
throws java.io.IOException,
AutomationException
setEmpty in interface ITerrainDataImporterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxShapePointCount()
throws java.io.IOException,
AutomationException
getMaxShapePointCount in interface ITerrainDataImporterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void overwriteMaxShapePointCount(int newCount)
throws java.io.IOException,
AutomationException
overwriteMaxShapePointCount in interface ITerrainDataImporternewCount - The newCount (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
addFile in interface ITerrainDataImporterfileName - The fileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive)
throws java.io.IOException,
AutomationException
addFolder in interface ITerrainDataImporterfolderName - The folderName (in)fileExtension - The fileExtension (in)bRecursive - The bRecursive (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getDataExtent(ISpatialReference pTargetSpatialReference) throws java.io.IOException, AutomationException
getDataExtent in interface ITerrainDataImporterpTargetSpatialReference - 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.public double getPointCount()
throws java.io.IOException,
AutomationException
getPointCount in interface ITerrainDataImporterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void esri_import(IFeatureClass pOutputFeatureClass, double tileSize, double zFactor, IEnvelope pAOI, ITrackCancel pTrackCancel, int[] pcOutsidePoints) throws java.io.IOException, AutomationException
esri_import in interface ITerrainDataImporterpOutputFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)tileSize - The tileSize (in)zFactor - The zFactor (in)pAOI - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)pcOutsidePoints - The pcOutsidePoints (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addProperty(int property,
java.lang.String fieldName)
throws java.io.IOException,
AutomationException
addProperty in interface ITerrainLasDataImporterproperty - 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.public void addReturnNumber(int returnNumber)
throws java.io.IOException,
AutomationException
addReturnNumber in interface ITerrainLasDataImporterreturnNumber - A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClassCodes(ILongArray pCodes) throws java.io.IOException, AutomationException
setClassCodes in interface ITerrainLasDataImporterpCodes - 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.public void init(java.lang.String lasFileName)
throws java.io.IOException,
AutomationException
init in interface ITerrainLasDataInfolasFileName - The lasFileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getVersion(int[] pMajor,
int[] pMinor)
throws java.io.IOException,
AutomationException
getVersion in interface ITerrainLasDataInfopMajor - The pMajor (out: use single element array)pMinor - The pMinor (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSystemID()
throws java.io.IOException,
AutomationException
getSystemID in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGeneratingSoftware()
throws java.io.IOException,
AutomationException
getGeneratingSoftware in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFlightDateJulian()
throws java.io.IOException,
AutomationException
getFlightDateJulian in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getYear()
throws java.io.IOException,
AutomationException
getYear in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPointDataFormat()
throws java.io.IOException,
AutomationException
getPointDataFormat in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getNumberOfPointRecords()
throws java.io.IOException,
AutomationException
getNumberOfPointRecords in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getNumberOfPointsByReturn(int returnNumber)
throws java.io.IOException,
AutomationException
getNumberOfPointsByReturn in interface ITerrainLasDataInforeturnNumber - The returnNumber (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getDataExtent() throws java.io.IOException, AutomationException
getDataExtent in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference in interface ITerrainLasDataInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFileSourceID()
throws java.io.IOException,
AutomationException
getFileSourceID in interface ITerrainLasDataInfo2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isStandardGpsTime()
throws java.io.IOException,
AutomationException
isStandardGpsTime in interface ITerrainLasDataInfo2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getPointInfoByClassCode(ITrackCancel pTrackCancel, ILongArray pCodes, IDoubleArray[] ppCounts, IArray[] ppExtents) throws java.io.IOException, AutomationException
getPointInfoByClassCode in interface ITerrainLasDataInfo2pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)pCodes - A reference to a com.esri.arcgis.system.ILongArray (in)ppCounts - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)ppExtents - A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.