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 =
public class ILasWriterProxy extends com.esri.arcgis.interop.Dispatch implements ILasWriter, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID3ab70c14_75fc_4f66_b511_06192aef160d
Modifier | Constructor and Description |
---|---|
|
ILasWriterProxy()
Deprecated.
For internal use only
|
|
ILasWriterProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasWriterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasWriterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasWriterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addPoints(IXyzArray pPoints,
ILongArray pIntensities,
ILongArray pCodes,
ILongArray pFlags,
IDoubleArray pGPS,
IRgbArray pRGBs,
ILongArray pNIRs,
byte[] extraBytes)
Deprecated.
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)
Deprecated.
Add point records using C-Style array.
|
void |
addVlr(boolean bIsEVLR,
byte[] vlr)
Deprecated.
Add a variable length record or extended variable length record.
|
void |
addVlrCStyle(boolean bIsEVLR,
int length,
byte[] pVLR)
Deprecated.
Add a variable length record or extended variable length record using C-Style array.
|
void |
esri_finalize(boolean bSaveResult,
boolean bComputeStats)
Deprecated.
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)
Deprecated.
Initialize the writer object.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setEmpty()
Deprecated.
Empty the object.
|
void |
setFileSourceID(int iD)
Deprecated.
The file source ID of the LAS file.
|
void |
setGeneratingSoftware(java.lang.String software)
Deprecated.
The generating software of the LAS file.
|
void |
setGUID(IUID pGuid)
Deprecated.
The GUID of the LAS file.
|
void |
setSystemID(java.lang.String iD)
Deprecated.
The system ID of the LAS file.
|
void |
setTempFilePath(java.lang.String path)
Deprecated.
The path for temp files.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public ILasWriterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ILasWriterProxy()
public ILasWriterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILasWriterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILasWriterProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setEmpty() throws java.io.IOException, AutomationException
setEmpty
in interface ILasWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTempFilePath(java.lang.String path) throws java.io.IOException, AutomationException
setTempFilePath
in interface ILasWriter
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public 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
init
in interface ILasWriter
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.public void esri_finalize(boolean bSaveResult, boolean bComputeStats) throws java.io.IOException, AutomationException
esri_finalize
in interface ILasWriter
bSaveResult
- The bSaveResult (in)bComputeStats
- The bComputeStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGUID(IUID pGuid) throws java.io.IOException, AutomationException
setGUID
in interface ILasWriter
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.public void setSystemID(java.lang.String iD) throws java.io.IOException, AutomationException
setSystemID
in interface ILasWriter
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFileSourceID(int iD) throws java.io.IOException, AutomationException
setFileSourceID
in interface ILasWriter
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeneratingSoftware(java.lang.String software) throws java.io.IOException, AutomationException
setGeneratingSoftware
in interface ILasWriter
software
- The software (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addVlrCStyle(boolean bIsEVLR, int length, byte[] pVLR) throws java.io.IOException, AutomationException
addVlrCStyle
in interface ILasWriter
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.public void addVlr(boolean bIsEVLR, byte[] vlr) throws java.io.IOException, AutomationException
addVlr
in interface ILasWriter
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.public 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
addPointsCStyle
in interface ILasWriter
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.public void addPoints(IXyzArray pPoints, ILongArray pIntensities, ILongArray pCodes, ILongArray pFlags, IDoubleArray pGPS, IRgbArray pRGBs, ILongArray pNIRs, byte[] extraBytes) throws java.io.IOException, AutomationException
addPoints
in interface ILasWriter
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.