Uses of Class
org.geotools.util.logging.LoggedFormat

Packages that use LoggedFormat
org.geotools.image.io.metadata Geographic informations encoded in images as metadata. 
org.geotools.util.logging Extensions to the Java logging framework. 
 

Uses of LoggedFormat in org.geotools.image.io.metadata
 

Methods in org.geotools.image.io.metadata that return LoggedFormat
protected
<T> LoggedFormat<T>
GeographicMetadata.createLoggedFormat(java.text.Format format, java.lang.Class<T> type)
          Wraps the specified format in order to either parse fully a string, or log a warning.
 

Uses of LoggedFormat in org.geotools.util.logging
 

Methods in org.geotools.util.logging that return LoggedFormat
static
<T> LoggedFormat<T>
LoggedFormat.getInstance(java.text.Format format, java.lang.Class<T> type)
          Creates a new format wrapping the specified one.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.