Uses of Class
org.geotools.image.io.text.TextMetadataParser

Packages that use TextMetadataParser
org.geotools.coverage.io Helper classes for coverage reader implementations. 
org.geotools.image.io.text Extensions to ImageReader for ASCII files. 
 

Uses of TextMetadataParser in org.geotools.coverage.io
 

Fields in org.geotools.coverage.io declared as TextMetadataParser
protected  TextMetadataParser ExoreferencedGridCoverageReader.metadata
          Deprecated. The object to use for parsing the meta-data.
 

Constructors in org.geotools.coverage.io with parameters of type TextMetadataParser
ExoreferencedGridCoverageReader(Hints hints, java.lang.String formatName, java.lang.String extension, TextMetadataParser parser)
          Deprecated. Constructs a new ExoreferencedGridCoverageReader using the specified MetadataBuilder.
ExoreferencedGridCoverageReader(Hints hints, java.lang.String formatName, TextMetadataParser parser)
          Deprecated. Constructs a new ExoreferencedGridCoverageReader using the specified TextMetadataParser.
 

Uses of TextMetadataParser in org.geotools.image.io.text
 

Subclasses of TextMetadataParser in org.geotools.image.io.text
 class DefaultTextMetadataParser
          Default implementation of the TextMetadataParser class, providing a method to put all metadata read from a text into the tree model.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.