|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.TerrainLasDataImporter
public class TerrainLasDataImporter
COM Class 'TerrainLasDataImporter'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainLasDataImporter |
---|
IID, IID80e83e8c_2ec1_4090_b399_411fa593b25b, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainDataImporter |
---|
IID36b3f42a_abe0_440e_a266_8b8592c74c82 |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainLasDataInfo2 |
---|
IID, IID08ac58e1_f142_45db_9847_0d28f6d7d241, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainLasDataInfo |
---|
IIDc1b7f6d6_4f81_4f5b_9922_5f74d3eb1e94 |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
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()
Deprecated. Internal use only. |
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 a TerrainLasDataImporter. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerrainLasDataImporter() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setSourceDataSpatialReference(ISpatialReference pSpatialRef) throws java.io.IOException, AutomationException
setSourceDataSpatialReference
in interface ITerrainDataImporter
pSpatialRef
- 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 ITerrainDataImporter
java.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 ITerrainDataImporter
java.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 ITerrainDataImporter
newCount
- 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 ITerrainDataImporter
fileName
- 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 ITerrainDataImporter
folderName
- 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 ITerrainDataImporter
pTargetSpatialReference
- 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 ITerrainDataImporter
java.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 ITerrainDataImporter
pOutputFeatureClass
- 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 ITerrainLasDataImporter
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.public void addReturnNumber(int returnNumber) throws java.io.IOException, AutomationException
addReturnNumber
in interface ITerrainLasDataImporter
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.public void setClassCodes(ILongArray pCodes) throws java.io.IOException, AutomationException
setClassCodes
in interface ITerrainLasDataImporter
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.public void init(java.lang.String lasFileName) throws java.io.IOException, AutomationException
init
in interface ITerrainLasDataInfo
lasFileName
- 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 ITerrainLasDataInfo
pMajor
- 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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo
returnNumber
- 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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo
java.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 ITerrainLasDataInfo2
java.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 ITerrainLasDataInfo2
java.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 ITerrainLasDataInfo2
pTrackCancel
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |