public interface ILasWriter
extends java.io.Serializable
Description: 'Provides access to members of LasWriter.' 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 |
IID3ab70c14_75fc_4f66_b511_06192aef160d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addPoints(IXyzArray pPoints,
ILongArray pIntensities,
ILongArray pCodes,
ILongArray pFlags,
IDoubleArray pGPS,
IRgbArray pRGBs,
ILongArray pNIRs,
byte[] extraBytes)
Add point records.
|
void |
addPointsCStyle(int count,
_WKSPointZ pPoints,
int[] pIntensities,
int[] pCodes,
int[] pFlags,
double[] pGPS,
_RGB32 pRGBs,
int[] pNIRs,
int extraByteCount,
byte[] extraBytes)
Add point records using C-Style array.
|
void |
addVlr(boolean bIsEVLR,
byte[] vlr)
Add a variable length record or extended variable length record.
|
void |
addVlrCStyle(boolean bIsEVLR,
int length,
byte[] pVLR)
Add a variable length record or extended variable length record using C-Style array.
|
void |
esri_finalize(boolean bSaveResult,
boolean bComputeStats)
Finish adding data to the LAS file and save the result.
|
void |
init(ITrackCancel pTrackCancel,
ISpatialReference pSpatialRef,
java.lang.String fileName,
boolean bOverWrite,
boolean bAsZlas,
boolean bRearrange,
boolean bStandardGpsTime,
int verMajor,
int verMinor,
int pointFormat,
int extraBytes,
double xOffset,
double yOffset,
double zOffset,
double xScaleFactor,
double yScaleFactor,
double zScaleFactor)
Initialize the writer object.
|
void |
setEmpty()
Empty the object.
|
void |
setFileSourceID(int iD)
The file source ID of the LAS file.
|
void |
setGeneratingSoftware(java.lang.String software)
The generating software of the LAS file.
|
void |
setGUID(IUID pGuid)
The GUID of the LAS file.
|
void |
setSystemID(java.lang.String iD)
The system ID of the LAS file.
|
void |
setTempFilePath(java.lang.String path)
The path for temp files.
|
static final int IID3ab70c14_75fc_4f66_b511_06192aef160d
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 init(ITrackCancel pTrackCancel, ISpatialReference pSpatialRef, java.lang.String fileName, boolean bOverWrite, boolean bAsZlas, boolean bRearrange, boolean bStandardGpsTime, int verMajor, int verMinor, int pointFormat, int extraBytes, double xOffset, double yOffset, double zOffset, double xScaleFactor, double yScaleFactor, double zScaleFactor) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pSpatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)fileName
- The fileName (in)bOverWrite
- The bOverWrite (in)bAsZlas
- The bAsZlas (in)bRearrange
- The bRearrange (in)bStandardGpsTime
- The bStandardGpsTime (in)verMajor
- The verMajor (in)verMinor
- The verMinor (in)pointFormat
- The pointFormat (in)extraBytes
- The extraBytes (in)xOffset
- The xOffset (in)yOffset
- The yOffset (in)zOffset
- The zOffset (in)xScaleFactor
- The xScaleFactor (in)yScaleFactor
- The yScaleFactor (in)zScaleFactor
- The zScaleFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void esri_finalize(boolean bSaveResult, boolean bComputeStats) throws java.io.IOException, AutomationException
bSaveResult
- The bSaveResult (in)bComputeStats
- The bComputeStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGUID(IUID pGuid) throws java.io.IOException, AutomationException
pGuid
- A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSystemID(java.lang.String iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFileSourceID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeneratingSoftware(java.lang.String software) throws java.io.IOException, AutomationException
software
- The software (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addVlrCStyle(boolean bIsEVLR, int length, byte[] pVLR) throws java.io.IOException, AutomationException
bIsEVLR
- The bIsEVLR (in)length
- The length (in)pVLR
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addVlr(boolean bIsEVLR, byte[] vlr) throws java.io.IOException, AutomationException
bIsEVLR
- The bIsEVLR (in)vlr
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addPointsCStyle(int count, _WKSPointZ pPoints, int[] pIntensities, int[] pCodes, int[] pFlags, double[] pGPS, _RGB32 pRGBs, int[] pNIRs, int extraByteCount, byte[] extraBytes) throws java.io.IOException, AutomationException
count
- The count (in)pPoints
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)pIntensities
- The pIntensities (in)pCodes
- The pCodes (in)pFlags
- The pFlags (in)pGPS
- The pGPS (in)pRGBs
- A Structure: com.esri.arcgis.geodatabaseextensions._RGB32 (A com.esri.arcgis.geodatabaseextensions._RGB32 COM typedef) (in)pNIRs
- The pNIRs (in)extraByteCount
- The extraByteCount (in)extraBytes
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addPoints(IXyzArray pPoints, ILongArray pIntensities, ILongArray pCodes, ILongArray pFlags, IDoubleArray pGPS, IRgbArray pRGBs, ILongArray pNIRs, byte[] extraBytes) throws java.io.IOException, AutomationException
pPoints
- A reference to a com.esri.arcgis.geodatabaseextensions.IXyzArray (in)pIntensities
- A reference to a com.esri.arcgis.system.ILongArray (in)pCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)pFlags
- A reference to a com.esri.arcgis.system.ILongArray (in)pGPS
- A reference to a com.esri.arcgis.system.IDoubleArray (in)pRGBs
- A reference to a com.esri.arcgis.geodatabaseextensions.IRgbArray (in)pNIRs
- A reference to a com.esri.arcgis.system.ILongArray (in)extraBytes
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.