Uses of Class
org.geotools.data.shapefile.files.ShpFiles.State
-
Packages that use ShpFiles.State Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-