IRasterMapModel Interface

Provides access to member that control RasterMapModel.

Members

Name Description
Read/write property AngularUnit The AngularUnit of the map model.
Method Convert2SR Converts to Esri Spatial Reference.
Read/write property Datum The Datum of the map model.
Read/write property Extent The Extent of the map model.
Read/write property LinearUnit The LinearUnit of the map model.
Read/write property Projection The Projection of the map model.
Method Set2SR Resets to Esri Spatial Reference.
Read/write property Spheroid The Spheroid of the map model.
Method Touch Sets MapModel for updating.
Read/write property 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.

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