|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISRPersistStream
Provides access to methods for persisting precision information. Extends IPersistStream.
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 |
Method Detail |
---|
void getPrecisionSizeMax(int[] byteCount) throws IOException, AutomationException
byteCount
- The byteCount (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadPrecision(IStream pStream) throws IOException, AutomationException
pStream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void savePrecision(IStream pStream, int fClearDirty) throws IOException, AutomationException
pStream
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
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 |