Provides access to methods for persisting precision information. Extends IPersistStream.

Members

Name Description
Method GetClassID
Method GetPrecisionSizeMax Returns the number of bytes needed to store the false x, false y and xy units of this spatial reference.
Method GetSizeMax
Method IsDirty
Method Load
Method LoadPrecision Initializes this spatial reference's false x, false y and xy units from information in the specified stream.
Method Save
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.