Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class > ReadGeoKeys Method : ReadGeoKeys(String,Int32) Method |
public RasterCollection<RasterTagMetadata> ReadGeoKeys( string fileName, int pageNumber )
'Declaration
Public Overloads Function ReadGeoKeys( _ ByVal fileName As String, _ ByVal pageNumber As Integer _ ) As RasterCollection(Of RasterTagMetadata)
'Usage
Dim instance As RasterCodecs Dim fileName As String Dim pageNumber As Integer Dim value As RasterCollection(Of RasterTagMetadata) value = instance.ReadGeoKeys(fileName, pageNumber)
public RasterCollection<RasterTagMetadata> ReadGeoKeys( string fileName, int pageNumber )
- (nullable NSArray<LTRasterTagMetadata *> *)readGeoKeysFromFile:(NSString *)file pageNumber:(NSInteger)pageNumber error:(NSError **)error
function Leadtools.Codecs.RasterCodecs.ReadGeoKeys(String,Int32)( fileName , pageNumber )
public: RasterCollection<RasterTagMetadata^>^ ReadGeoKeys( String^ fileName, int pageNumber )
To read a specific GeoKey stored in a file, use ReadGeoKey and to enumerate all the GeoKeys stored in a file use EnumGeoKeys.
This method will throw an exception if the file format does not support GeoKeys. To determine whether a file format supports GeoKeys, use GeoKeysSupported. You can also automatically load all the GeoKeys stored in a file during a load operation by setting the CodecsLoadOptions.GeoKeys property to true. The GeoKeys data will be stored in the resulting image RasterImage.GeoKeys collection.
To load all the GeoKeys stored in a stream containing the image data, use ReadGeoKeys.
RasterCodecs Class
RasterCodecs Members
Overload List
GeoKeysSupported Method
ReadGeoKeys(String,Int32) Method
EnumGeoKeys(String,Int32) Method
CommentsSupported Method
GeoKeysSupported Method
GeoKeys Property
RasterImage.GeoKeys
Working with Markers
Implementing TIFF Comments and Tags
TIFF File Comments
Implementing GeoKeys (GeoTIFF tags)
Leadtools.RasterCommentMetadataType