public interface ISRPersistStream extends IPersistStream, java.io.Serializable
Description: 'Provides access to methods for persisting precision information. Extends IPersistStream.' 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 |
IIDe88c7db0_9e84_11d2_bd00_0000f875bcce |
static int |
xxDummy
Deprecated.
Internal use only
|
IID00000109_0000_0000_c000_000000000046
IID0000010c_0000_0000_c000_000000000046
Modifier and Type | Method and Description |
---|---|
void |
getPrecisionSizeMax(int[] byteCount)
Returns the number of bytes needed to store the false x, false y and xy units of this spatial reference.
|
void |
loadPrecision(IStream pStream)
Initializes this spatial reference's false x, false y and xy units from information in the specified stream.
|
void |
savePrecision(IStream pStream,
int fClearDirty)
Saves this spatial reference's false x, false y and xy units to the specified stream.
|
getSizeMax, isDirty, load, save
getClassID
static final int IIDe88c7db0_9e84_11d2_bd00_0000f875bcce
static final int xxDummy
static final java.lang.String IID
void getPrecisionSizeMax(int[] byteCount) throws java.io.IOException, AutomationException
byteCount
- The byteCount (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadPrecision(IStream pStream) throws java.io.IOException, AutomationException
pStream
- 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.void savePrecision(IStream pStream, int fClearDirty) throws java.io.IOException, AutomationException
pStream
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.