Provides access to methods for persisting precision information. Extends IPersistStream.
Members
| Name | Description | |
|---|---|---|
![]() |
GetClassID | |
![]() |
GetPrecisionSizeMax | Returns the number of bytes needed to store the false x, false y and xy units of this spatial reference. |
![]() |
GetSizeMax | |
![]() |
IsDirty | |
![]() |
Load | |
![]() |
LoadPrecision | Initializes this spatial reference's false x, false y and xy units from information in the specified stream. |
![]() |
Save | |
![]() |
SavePrecision | Saves this spatial reference's false x, false y and xy units to the specified stream. |
ISRPersistStream.GetPrecisionSizeMax Method
Returns the number of bytes needed to store the false x, false y and xy units of this spatial reference.
Public Sub GetPrecisionSizeMax ( _
ByRef byteCount As Integer _
)
public void GetPrecisionSizeMax (
ref int byteCount
);
ISRPersistStream.LoadPrecision Method
Initializes this spatial reference's false x, false y and xy units from information in the specified stream.
Public Sub LoadPrecision ( _
ByVal pStream As IStream _
)
public void LoadPrecision (
IStream pStream
);
ISRPersistStream.SavePrecision Method
Saves this spatial reference's false x, false y and xy units to the specified stream.
Public Sub SavePrecision ( _
ByVal pStream As IStream, _
ByVal fClearDirty As Integer _
)
public void SavePrecision (
IStream pStream,
int fClearDirty
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IPersistStream | |
| IPersist |
Classes that implement ISRPersistStream
| Classes | Description |
|---|---|
| GeographicCoordinateSystem | Creates a geographic coordinate system. |
| ProjectedCoordinateSystem | Creates a projected coordinate system. |
