Provides access to members that control an image (service) view.
Members
Name | Description | |
---|---|---|
Adaptive | Indicates if view properties are adaptive to view content. | |
BandCount | The number of bands. | |
Description | The image view description. | |
Extent | The image view extent. | |
GetPixelSize | The pxiel size in its native units. | |
MosaicRule | The image view mosaic rule. | |
Name | The image view name. | |
PixelType | The pixel type. | |
PutPixelSize | The pxiel size in its native units. | |
RenderingRule | The image view rendering rule. | |
VID | The image view ID. |
IImageView.Adaptive Property
Indicates if view properties are adaptive to view content.
Public Property Adaptive As Boolean
public bool Adaptive {get; set;}
IImageView.BandCount Property
The number of bands.
Public Property BandCount As Integer
public int BandCount {get; set;}
IImageView.Description Property
The image view description.
Public Property Description As String
public string Description {get; set;}
IImageView.Extent Property
The image view extent.
Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}
IImageView.GetPixelSize Method
The pxiel size in its native units.
Public Sub GetPixelSize ( _
ByRef pDx As Double, _
ByRef pDy As Double _
)
public void GetPixelSize (
ref double pDx,
ref double pDy
);
IImageView.MosaicRule Property
The image view mosaic rule.
Public Property MosaicRule As IMosaicRule
public IMosaicRule MosaicRule {get; set;}
IImageView.Name Property
The image view name.
Public Property Name As String
public string Name {get; set;}
IImageView.PixelType Property
The pixel type.
Public Property PixelType As rstPixelType
public rstPixelType PixelType {get; set;}
IImageView.PutPixelSize Method
The pxiel size in its native units.
Public Sub PutPixelSize ( _
ByVal dx As Double, _
ByVal dy As Double _
)
public void PutPixelSize (
double dx,
double dy
);
IImageView.RenderingRule Property
The image view rendering rule.
Public Property RenderingRule As IRenderingRule
public IRenderingRule RenderingRule {get; set;}
IImageView.VID Property
The image view ID.
Public Property VID As String
public string VID {get; set;}
Classes that implement IImageView
Classes | Description |
---|