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

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

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

Methods in org.geotools.data.shapefile.files 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 are declared.
 

Methods in org.geotools.data.shapefile.files 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-2014 Geotools. All Rights Reserved.