org.geotoolkit.referencing.factory.epsg
Class EpsgInstaller.Result

Object
  extended by EpsgInstaller.Result
Enclosing class:
EpsgInstaller

public static final class EpsgInstaller.Result
extends Object

A simple data structure holding the result of an EPSG database creation.

Since:
3.00
Version:
3.00
Author:
Martin Desruisseaux (Geomatys)
Module:
referencing/geotk-referencing (download)    View source code for this class

Field Summary
 long elapsedTime
          The elapsed time, in milliseconds.
 int numRows
          The number of row inserted.
 
Method Summary
 String toString()
          Returns a string representation of this result.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numRows

public final int numRows
The number of row inserted.


elapsedTime

public final long elapsedTime
The elapsed time, in milliseconds.

Method Detail

toString

public String toString()
Returns a string representation of this result. This representation may change in any future version.

Overrides:
toString in class Object


Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.