Uses of Class
org.geotools.data.shapefile.ShpFiles.State

Packages that use ShpFiles.State
org.geotools.data.shapefile   
 

Uses of ShpFiles.State in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile that return ShpFiles.State
static ShpFiles.State ShpFiles.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShpFiles.State[] ShpFiles.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.geotools.data.shapefile that return types with arguments of type ShpFiles.State
 Result<URL,ShpFiles.State> ShpFiles.tryAcquireRead(ShpFileType type, FileReader requestor)
          Tries to acquire a URL for read only purposes.
 Result<URL,ShpFiles.State> ShpFiles.tryAcquireWrite(ShpFileType type, FileWriter requestor)
          Tries to acquire a URL for read/write purposes.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.