com.partnersoft.v3x.io.formats.shapefile
Class ShapefileProfiler

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.shapefile.ShapefileProfiler

public class ShapefileProfiler
extends java.lang.Object

Profiles a shapefile or shapefiles.


Constructor Summary
ShapefileProfiler()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Prints the profile for all shapefiles given on the command line.
static ShapefileProfile profileFor(java.lang.String shapefilePath)
          Returns the profile for a given shapefile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapefileProfiler

public ShapefileProfiler()
Method Detail

main

public static void main(java.lang.String[] argv)
Prints the profile for all shapefiles given on the command line.


profileFor

public static ShapefileProfile profileFor(java.lang.String shapefilePath)
Returns the profile for a given shapefile.