Class TableSpec.DBaseSpec

java.lang.Object
ca.spatial.table.TableSpec
ca.spatial.table.TableSpec.DBaseSpec
Enclosing class:
TableSpec

public static class TableSpec.DBaseSpec extends TableSpec
This specification will describe a DBaseAttributeStore table.

The syntax for this specification is


 DBase {filename} {encoding}?
 
If the filename ends with dbf and the default encoding is being use then the specification returned is simply the filename.
  • Constructor Details

    • DBaseSpec

      public DBaseSpec(String filename)
      Create a DBaseSpec with default encoding
      Parameters:
      filename - the filename
    • DBaseSpec

      public DBaseSpec(String filename, String encoding)
      Create a DBaseSpec with explicit encoding
      Parameters:
      filename - the filename
      encoding - the required encoding, may be null for default encoding
  • Method Details