IWCSCoverageDescription Interface
Provides access to members give access to WCSCoverageDescription information.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
![]() |
Abstract | Abstract of WCS coverage. |
![]() |
CRS | Available CRS at the given index. |
![]() |
CRSCount | Supported CRS count. |
![]() |
DefaultBoundingBox | The default bounding box of this coverage. |
![]() |
DefaultBoundingCRS | CRS name of default bounding box. |
![]() |
DefaultInterpolation | The default interpolation. |
![]() |
Identifier | Identifier of WCS coverage. |
![]() |
ImageFormat | Available format at the given index. |
![]() |
ImageFormatCount | Supported formats count. |
![]() |
Interpolation | Available interpolation at the given index. |
![]() |
InterpolationCount | Supported interpolation count. |
![]() |
IsSelected | Indicates whether this coverage has been selected when it is added to the connection. |
![]() |
LonLatBoundingBox | Minimum bounding extent of the coverage data. |
![]() |
LonLatSRSName | SRS name of longtitude and latitude envelope. |
![]() |
Name | Name of WCS coverage. |
![]() |
NativeCRS | The native CRS or the first CRS if the native CRS is not given. |
![]() |
NativeImageFormat | The native format or the first format if the native format is not given. |
![]() |
Range | Range of the coverage data. |
![]() |
SpatialDomain | Spatial domain of the coverage data. |
![]() |
Title | Title of WCS coverage. |
![]() |
WCSCoverageName | WCS coverage name of this description. |
IWCSCoverageDescription.Abstract Property
Abstract of WCS coverage.
Public ReadOnly Property Abstract As String
public string Abstract {get;}
IWCSCoverageDescription.CRS Property
Available CRS at the given index.
Public Function get_CRS ( _
ByVal index As Integer _
) As String
public string get_CRS (
int index
);
IWCSCoverageDescription.CRSCount Property
Supported CRS count.
Public ReadOnly Property CRSCount As Integer
public int CRSCount {get;}
IWCSCoverageDescription.DefaultBoundingBox Property
The default bounding box of this coverage.
Public Function get_DefaultBoundingBox ( _
ByVal CRS As String _
) As IEnvelope
public IEnvelope get_DefaultBoundingBox (
string CRS
);
IWCSCoverageDescription.DefaultBoundingCRS Property
CRS name of default bounding box.
Public ReadOnly Property DefaultBoundingCRS As String
public string DefaultBoundingCRS {get;}
IWCSCoverageDescription.DefaultInterpolation Property
The default interpolation.
Public ReadOnly Property DefaultInterpolation As String
public string DefaultInterpolation {get;}
IWCSCoverageDescription.Identifier Property
Identifier of WCS coverage.
Public ReadOnly Property Identifier As String
public string Identifier {get;}
IWCSCoverageDescription.ImageFormat Property
Available format at the given index.
Public Function get_ImageFormat ( _
ByVal index As Integer _
) As String
public string get_ImageFormat (
int index
);
IWCSCoverageDescription.ImageFormatCount Property
Supported formats count.
Public ReadOnly Property ImageFormatCount As Integer
public int ImageFormatCount {get;}
IWCSCoverageDescription.Interpolation Property
Available interpolation at the given index.
Public Function get_Interpolation ( _
ByVal index As Integer _
) As String
public string get_Interpolation (
int index
);
IWCSCoverageDescription.InterpolationCount Property
Supported interpolation count.
Public ReadOnly Property InterpolationCount As Integer
public int InterpolationCount {get;}
IWCSCoverageDescription.IsSelected Property
Indicates whether this coverage has been selected when it is added to the connection.
Public ReadOnly Property IsSelected As Boolean
public bool IsSelected {get;}
IWCSCoverageDescription.LonLatBoundingBox Property
Minimum bounding extent of the coverage data.
Public ReadOnly Property LonLatBoundingBox As IEnvelope
public IEnvelope LonLatBoundingBox {get;}
IWCSCoverageDescription.LonLatSRSName Property
SRS name of longtitude and latitude envelope.
Public Property LonLatSRSName As String
public string LonLatSRSName {get; set;}
IWCSCoverageDescription.Name Property
Name of WCS coverage.
Public ReadOnly Property Name As String
public string Name {get;}
IWCSCoverageDescription.NativeCRS Property
The native CRS or the first CRS if the native CRS is not given.
Public ReadOnly Property NativeCRS As String
public string NativeCRS {get;}
IWCSCoverageDescription.NativeImageFormat Property
The native format or the first format if the native format is not given.
Public ReadOnly Property NativeImageFormat As String
public string NativeImageFormat {get;}
IWCSCoverageDescription.Range Property
Range of the coverage data.
Public ReadOnly Property Range As IWCSRange
public IWCSRange Range {get;}
IWCSCoverageDescription.SpatialDomain Property
Spatial domain of the coverage data.
Public ReadOnly Property SpatialDomain As IWCSSpatialDomain
public IWCSSpatialDomain SpatialDomain {get;}
IWCSCoverageDescription.Title Property
Title of WCS coverage.
Public ReadOnly Property Title As String
public string Title {get;}
IWCSCoverageDescription.WCSCoverageName Property
WCS coverage name of this description.
Public ReadOnly Property WCSCoverageName As IWCSCoverageName
public IWCSCoverageName WCSCoverageName {get;}
Classes that implement IWCSCoverageDescription
Classes | Description |
---|