Package | Description |
---|---|
org.geotools.data.shapefile.files |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.