Uses of Enum Class
org.geotools.data.shapefile.files.ShpFiles.State
Packages that use ShpFiles.State
-
Uses of ShpFiles.State in org.geotools.data.shapefile.files
Methods in org.geotools.data.shapefile.files that return ShpFiles.StateModifier and TypeMethodDescriptionstatic ShpFiles.State
Returns the enum constant of this class with the specified name.static ShpFiles.State[]
ShpFiles.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.data.shapefile.files that return types with arguments of type ShpFiles.StateModifier and TypeMethodDescriptionShpFiles.tryAcquireRead
(ShpFileType type, FileReader requestor) Tries to acquire a URL for read only purposes.ShpFiles.tryAcquireWrite
(ShpFileType type, FileWriter requestor) Tries to acquire a URL for read/write purposes.