Provides access to members that contain information on the projection of a raster.
Members
Name | Description | |
---|---|---|
Datum | Datum parameters. | |
InUnit | Domain units. | |
Invert | Reverses mapping, if possible. | |
IsIdentity | Indicates if XForm does nothing. | |
Map | Transforms input point. | |
Name | Property name. | |
OutUnit | Range units. | |
Parameters | SafeArray of doubles: raw parameter list. | |
Spheroid | Spheroid parameters. |
IGeodeticProjection.Datum Property
Datum parameters.
Public Property Datum As IDatum
public IDatum Datum {get; set;}
IGeodeticProjection.Name Property
Property name.
Public ReadOnly Property Name As String
public string Name {get;}
IGeodeticProjection.Parameters Property
SafeArray of doubles: raw parameter list.
Public Property Parameters As Object
public object Parameters {get; set;}
IGeodeticProjection.Spheroid Property
Spheroid parameters.
Public Property Spheroid As ISpheroid
public ISpheroid Spheroid {get; set;}
Classes that implement IGeodeticProjection
Classes | Description |
---|
Remarks
This interface is not intented for the developers.