Provides access to members that control an RPF or DTED item URI.
Members
Name | Description | |
---|---|---|
CompilationDate | The data compilation date associated with the DTED file. | |
DTEDEdition | The data edition associated with the DTED file. | |
Latitude | The latitude associated with the DTED file. | |
Longitude | The longitude associated with the DTED file. | |
MaintenanceDate | The maintenance date associated with the DTED file. | |
ProductionDate | Production date associated with the RPF file. | |
Version | The data version associated with the RPF/DTED file. |
IRPFItemURI.CompilationDate Property
The data compilation date associated with the DTED file.
Public Property CompilationDate As String
public string CompilationDate {get; set;}
IRPFItemURI.DTEDEdition Property
The data edition associated with the DTED file.
Public Property DTEDEdition As String
public string DTEDEdition {get; set;}
IRPFItemURI.Latitude Property
The latitude associated with the DTED file.
Public Property Latitude As String
public string Latitude {get; set;}
IRPFItemURI.Longitude Property
The longitude associated with the DTED file.
Public Property Longitude As String
public string Longitude {get; set;}
IRPFItemURI.MaintenanceDate Property
The maintenance date associated with the DTED file.
Public Property MaintenanceDate As String
public string MaintenanceDate {get; set;}
IRPFItemURI.ProductionDate Property
Production date associated with the RPF file.
Public Property ProductionDate As String
public string ProductionDate {get; set;}
IRPFItemURI.Version Property
The data version associated with the RPF/DTED file.
Public Property Version As String
public string Version {get; set;}
Classes that implement IRPFItemURI
Classes | Description |
---|---|
RPFItemURI | An item URI that identifes aN RPF file. |