org.geotoolkit.referencing.factory.epsg
Class EpsgInstaller.Result
Object
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:
|
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. |
numRows
public final int numRows
- The number of row inserted.
elapsedTime
public final long elapsedTime
- The elapsed time, in milliseconds.
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.