|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISRPersistStream
COM Interface 'ISRPersistStream'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe88c7db0_9e84_11d2_bd00_0000f875bcce
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID00000109_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.system.IPersistStream |
---|
getSizeMax, isDirty, load, save |
Methods inherited from interface com.esri.arcgis.system.IPersist |
---|
getClassID |
Field Detail |
---|
static final int IIDe88c7db0_9e84_11d2_bd00_0000f875bcce
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |