Description: 'Provides access to members that control the sequential writing of AMF.' 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 IAMFWriterProxy extends com.esri.arcgis.interop.Dispatch implements IAMFWriter, 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, IID3eb8c519_d125_48d4_aeb6_608074316ad4
Modifier | Constructor and Description |
---|---|
|
IAMFWriterProxy()
Deprecated.
For internal use only
|
|
IAMFWriterProxy(java.lang.Object obj)
Deprecated.
|
protected |
IAMFWriterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IAMFWriterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IAMFWriterProxy(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 |
endAMF3Array()
Deprecated.
Finishes writing an array.
|
void |
endAMF3Object()
Deprecated.
Finishes writing object.
|
void |
endAMF3ObjectTraits()
Deprecated.
Call this method to finish writing object traits and switch to writing members.
|
void |
getCopy(IAMFWriter[] ppOutWriter)
Deprecated.
Clones IAMFWriter.
|
IStream |
getStream()
Deprecated.
Obtains underlying stream.
|
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 |
startAMF3Array(int denseCount,
int[] obj_ref)
Deprecated.
Starts writing of array.
|
void |
startAMF3CustomObject(java.lang.String classname,
int[] obj_ref)
Deprecated.
Starst writing a custom object.
|
void |
startAMF3Object(int traits_ref,
int[] obj_ref)
Deprecated.
Starts writing an object, sends traits by reference.
|
void |
startAMF3ObjectWithTraits(java.lang.String classname,
int memberCount,
boolean dynamic,
int[] traits_ref,
int[] obj_ref)
Deprecated.
Start writing an object with traits.
|
void |
writeAMF3_UTF8(java.lang.String value,
int[] string_ref)
Deprecated.
This method is required if you want to write member names in traits.
|
void |
writeAMF3_UTF8Ref(int string_ref)
Deprecated.
This method is required if you want to write member names in traits by reference.
|
void |
writeAMF3ArrayDenseMarker()
Deprecated.
Switches from writing of associative portion of an array to dense portion.
|
void |
writeAMF3ArrayRef(int obj_ref)
Deprecated.
Writes an array by reference.
|
void |
writeAMF3Bool(boolean value)
Deprecated.
Writes boolean value.
|
void |
writeAMF3ByteArray(byte[] ppArray,
int[] obj_ref)
Deprecated.
Writes byte array.
|
void |
writeAMF3ByteArrayRef(int obj_ref)
Deprecated.
Writes byte array by reference.
|
void |
writeAMF3Date(java.util.Date value,
boolean asJsonNumber,
int[] obj_ref)
Deprecated.
Writes date.
|
void |
writeAMF3DateRef(int obj_ref)
Deprecated.
Writes date by reference.
|
void |
writeAMF3Double(double value)
Deprecated.
Writes double (64-bit) value.
|
void |
writeAMF3Int(int value)
Deprecated.
Writes integer (32-bit) value.
|
void |
writeAMF3Null()
Deprecated.
Writes null value.
|
void |
writeAMF3ObjectRef(int obj_ref)
Deprecated.
Writes object by reference.
|
void |
writeAMF3String(java.lang.String value,
int[] string_ref)
Deprecated.
Writes string value.
|
void |
writeAMF3StringRef(int string_ref)
Deprecated.
Writes string value by reference.
|
void |
writeAMF3Undefined()
Deprecated.
Writes undefined value.
|
void |
writeAMF3Variant(java.lang.Object value,
int[] value_ref)
Deprecated.
Writes value types (excluding array and object), may return string or object reference index.
|
void |
writeAMF3Xml(java.lang.String value,
int[] obj_ref)
Deprecated.
Writes XML.
|
void |
writeAMF3XmlDoc(java.lang.String value,
int[] obj_ref)
Deprecated.
Writes XML document.
|
void |
writeAMF3XmlDocRef(int obj_ref)
Deprecated.
Writes XML document by reference.
|
void |
writeAMF3XmlRef(int obj_ref)
Deprecated.
Writes XML by reference.
|
void |
writeTo(IStream outputStream)
Deprecated.
Specifies output AMF stream.
|
void |
writeU16(short b)
Deprecated.
Writes short integer.
|
void |
writeU32(int b)
Deprecated.
Writes an integer.
|
void |
writeU8(byte b)
Deprecated.
Writes a byte.
|
void |
writeUTF8(java.lang.String value)
Deprecated.
This method is used to write AMF0 strings.
|
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 IAMFWriterProxy(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 IAMFWriterProxy()
public IAMFWriterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAMFWriterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAMFWriterProxy(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 writeTo(IStream outputStream) throws java.io.IOException, AutomationException
writeTo
in interface IAMFWriter
outputStream
- A reference to a com.esri.arcgis.system.IStream (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStream getStream() throws java.io.IOException, AutomationException
getStream
in interface IAMFWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Undefined() throws java.io.IOException, AutomationException
writeAMF3Undefined
in interface IAMFWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Null() throws java.io.IOException, AutomationException
writeAMF3Null
in interface IAMFWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Bool(boolean value) throws java.io.IOException, AutomationException
writeAMF3Bool
in interface IAMFWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Int(int value) throws java.io.IOException, AutomationException
writeAMF3Int
in interface IAMFWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Double(double value) throws java.io.IOException, AutomationException
writeAMF3Double
in interface IAMFWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3String(java.lang.String value, int[] string_ref) throws java.io.IOException, AutomationException
writeAMF3String
in interface IAMFWriter
value
- The value (in)string_ref
- The string_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3StringRef(int string_ref) throws java.io.IOException, AutomationException
writeAMF3StringRef
in interface IAMFWriter
string_ref
- The string_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3XmlDoc(java.lang.String value, int[] obj_ref) throws java.io.IOException, AutomationException
writeAMF3XmlDoc
in interface IAMFWriter
value
- The value (in)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3XmlDocRef(int obj_ref) throws java.io.IOException, AutomationException
writeAMF3XmlDocRef
in interface IAMFWriter
obj_ref
- The obj_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Xml(java.lang.String value, int[] obj_ref) throws java.io.IOException, AutomationException
writeAMF3Xml
in interface IAMFWriter
value
- The value (in)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3XmlRef(int obj_ref) throws java.io.IOException, AutomationException
writeAMF3XmlRef
in interface IAMFWriter
obj_ref
- The obj_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Date(java.util.Date value, boolean asJsonNumber, int[] obj_ref) throws java.io.IOException, AutomationException
writeAMF3Date
in interface IAMFWriter
value
- The value (in)asJsonNumber
- The asJsonNumber (in)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3DateRef(int obj_ref) throws java.io.IOException, AutomationException
writeAMF3DateRef
in interface IAMFWriter
obj_ref
- The obj_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3ByteArray(byte[] ppArray, int[] obj_ref) throws java.io.IOException, AutomationException
writeAMF3ByteArray
in interface IAMFWriter
ppArray
- An unsigned byte (in)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3ByteArrayRef(int obj_ref) throws java.io.IOException, AutomationException
writeAMF3ByteArrayRef
in interface IAMFWriter
obj_ref
- The obj_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3Variant(java.lang.Object value, int[] value_ref) throws java.io.IOException, AutomationException
writeAMF3Variant
in interface IAMFWriter
value
- A Variant (in)value_ref
- The value_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void startAMF3Array(int denseCount, int[] obj_ref) throws java.io.IOException, AutomationException
startAMF3Array
in interface IAMFWriter
denseCount
- The denseCount (in)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3ArrayDenseMarker() throws java.io.IOException, AutomationException
writeAMF3ArrayDenseMarker
in interface IAMFWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void endAMF3Array() throws java.io.IOException, AutomationException
endAMF3Array
in interface IAMFWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3ArrayRef(int obj_ref) throws java.io.IOException, AutomationException
writeAMF3ArrayRef
in interface IAMFWriter
obj_ref
- The obj_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void startAMF3CustomObject(java.lang.String classname, int[] obj_ref) throws java.io.IOException, AutomationException
startAMF3CustomObject
in interface IAMFWriter
classname
- The classname (in)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void startAMF3Object(int traits_ref, int[] obj_ref) throws java.io.IOException, AutomationException
startAMF3Object
in interface IAMFWriter
traits_ref
- The traits_ref (in)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void startAMF3ObjectWithTraits(java.lang.String classname, int memberCount, boolean dynamic, int[] traits_ref, int[] obj_ref) throws java.io.IOException, AutomationException
startAMF3ObjectWithTraits
in interface IAMFWriter
classname
- The classname (in)memberCount
- The memberCount (in)dynamic
- The dynamic (in)traits_ref
- The traits_ref (out: use single element array)obj_ref
- The obj_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void endAMF3ObjectTraits() throws java.io.IOException, AutomationException
endAMF3ObjectTraits
in interface IAMFWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void endAMF3Object() throws java.io.IOException, AutomationException
endAMF3Object
in interface IAMFWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3ObjectRef(int obj_ref) throws java.io.IOException, AutomationException
writeAMF3ObjectRef
in interface IAMFWriter
obj_ref
- The obj_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3_UTF8(java.lang.String value, int[] string_ref) throws java.io.IOException, AutomationException
writeAMF3_UTF8
in interface IAMFWriter
value
- The value (in)string_ref
- The string_ref (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeAMF3_UTF8Ref(int string_ref) throws java.io.IOException, AutomationException
writeAMF3_UTF8Ref
in interface IAMFWriter
string_ref
- The string_ref (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeU8(byte b) throws java.io.IOException, AutomationException
writeU8
in interface IAMFWriter
b
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeU16(short b) throws java.io.IOException, AutomationException
writeU16
in interface IAMFWriter
b
- The b (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeU32(int b) throws java.io.IOException, AutomationException
writeU32
in interface IAMFWriter
b
- The b (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeUTF8(java.lang.String value) throws java.io.IOException, AutomationException
writeUTF8
in interface IAMFWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getCopy(IAMFWriter[] ppOutWriter) throws java.io.IOException, AutomationException
getCopy
in interface IAMFWriter
ppOutWriter
- A reference to a com.esri.arcgis.system.IAMFWriter (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.