Provides access to member that control RasterMapModel.
Members
Name | Description | |
---|---|---|
AngularUnit | The AngularUnit of the map model. | |
Convert2SR | Converts to Esri Spatial Reference. | |
Datum | The Datum of the map model. | |
Extent | The Extent of the map model. | |
LinearUnit | The LinearUnit of the map model. | |
Projection | The Projection of the map model. | |
Set2SR | Resets to Esri Spatial Reference. | |
Spheroid | The Spheroid of the map model. | |
Touch | Sets MapModel for updating. | |
XForm | The Transformation of the map model. |
IRasterMapModel.AngularUnit Property
The AngularUnit of the map model.
Public Property AngularUnit As esriSRUnitType
public esriSRUnitType AngularUnit {get; set;}
IRasterMapModel.Convert2SR Method
Converts to Esri Spatial Reference.
Public Function Convert2SR ( _
ByVal factory As SpatialReferenceEnvironment _
) As ISpatialReference
public ISpatialReference Convert2SR (
SpatialReferenceEnvironment factory
);
IRasterMapModel.Datum Property
The Datum of the map model.
Public Property Datum As IDatum
public IDatum Datum {get; set;}
IRasterMapModel.Extent Property
The Extent of the map model.
Public Property Extent As IRect
public IRect Extent {get; set;}
IRasterMapModel.LinearUnit Property
The LinearUnit of the map model.
Public Property LinearUnit As esriSRUnitType
public esriSRUnitType LinearUnit {get; set;}
IRasterMapModel.Projection Property
The Projection of the map model.
Public Property Projection As IGeodeticProjection
public IGeodeticProjection Projection {get; set;}
IRasterMapModel.Set2SR Method
Resets to Esri Spatial Reference.
Public Sub Set2SR ( _
ByVal pSR As ISpatialReference _
)
public void Set2SR (
ISpatialReference pSR
);
IRasterMapModel.Spheroid Property
The Spheroid of the map model.
Public Property Spheroid As ISpheroid
public ISpheroid Spheroid {get; set;}
IRasterMapModel.Touch Method
Sets MapModel for updating.
Public Sub Touch ( _
ByVal disp_id As Integer _
)
public void Touch (
int disp_id
);
IRasterMapModel.XForm Property
The Transformation of the map model.
Public Property XForm As IXForm
public IXForm XForm {get; set;}
Classes that implement IRasterMapModel
Classes | Description |
---|
Remarks
This interface is not intended to be used by outside developers.