Provides access to members that generate well known string representations for spatial reference objects.
Members
| Name | Description | |
|---|---|---|
![]() |
ESRISpatialReferenceSize | The number of bytes required to hold the persistant representation of this spatial reference component. |
![]() |
ExportToESRISpatialReferenceEx | Exports this spatial reference component to a buffer. |
![]() |
ImportFromESRISpatialReference | Defines this spatial reference component from the specified ESRISpatialReference buffer. |
IESRISpatialReferenceGENEx.ESRISpatialReferenceSize Property
The number of bytes required to hold the persistant representation of this spatial reference component.
Public ReadOnly Property ESRISpatialReferenceSize As Integer
public int ESRISpatialReferenceSize {get;}
IESRISpatialReferenceGENEx.ExportToESRISpatialReferenceEx Method
Exports this spatial reference component to a buffer.
Public Sub ExportToESRISpatialReferenceEx ( _
ByVal authority As Boolean, _
ByVal wkt2 As Boolean, _
ByRef str As String, _
ByRef cBytesWrote As Integer _
)
public void ExportToESRISpatialReferenceEx (
bool authority,
bool wkt2,
ref string str,
ref int cBytesWrote
);
IESRISpatialReferenceGENEx.ImportFromESRISpatialReference Method
Defines this spatial reference component from the specified ESRISpatialReference buffer.
Public Sub ImportFromESRISpatialReference ( _
ByVal str As String, _
ByRef cBytesRead As Integer _
)
public void ImportFromESRISpatialReference (
string str,
ref int cBytesRead
);
Classes that implement IESRISpatialReferenceGENEx
| Classes | Description |
|---|---|
| GeographicCoordinateSystem | Creates a geographic coordinate system. |
| ProjectedCoordinateSystem | Creates a projected coordinate system. |
| VerticalCoordinateSystem | Creates a vertical coordinate system. |

