Uses of Enum Class
org.geotools.data.shapefile.files.ShpFileType
Packages that use ShpFileType
-
Uses of ShpFileType in org.geotools.data.shapefile.files
Methods in org.geotools.data.shapefile.files that return ShpFileTypeModifier and TypeMethodDescriptionstatic ShpFileType
Returns the enum constant of this class with the specified name.static ShpFileType[]
ShpFileType.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 ShpFileTypeModifier and TypeMethodDescriptionShpFiles.getFileNames()
Returns the URLs (in string form) of all the files for the shapefile datastore.Methods in org.geotools.data.shapefile.files with parameters of type ShpFileTypeModifier and TypeMethodDescriptionShpFiles.acquireRead
(ShpFileType type, FileReader requestor) Acquire a URL for read only purposes.ShpFiles.acquireReadFile
(ShpFileType type, FileReader requestor) Acquire a File for read only purposes.ShpFiles.acquireWrite
(ShpFileType type, FileWriter requestor) Acquire a URL for read and write purposes.ShpFiles.acquireWriteFile
(ShpFileType type, FileWriter requestor) Acquire a File for read and write purposes.boolean
ShpFiles.exists
(ShpFileType fileType) Returns true if the file exists.ShpFiles.get
(ShpFileType type) Returns the string form of the url that identifies the file indicated by the type parameter or null if it is known that the file does not exist.ShpFiles.getInputStream
(ShpFileType type, FileReader requestor) Opens a input stream for the indicated file.ShpFiles.getOutputStream
(ShpFileType type, FileWriter requestor) Opens a output stream for the indicated file.ShpFiles.getReadChannel
(ShpFileType type, FileReader requestor) Obtain a ReadableByteChannel from the given URL.ShpFiles.getStorageFile
(ShpFileType type) Obtains a Storage file for the type indicated.ShpFiles.getWriteChannel
(ShpFileType type, FileWriter requestor) Obtain a WritableByteChannel from the given URL.ShpFiles.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.Constructors in org.geotools.data.shapefile.files with parameters of type ShpFileType