package table
- Alphabetic
- Public
- Protected
Type Members
- abstract class FileTableBuilder[A <: FileTableBuilder[A]] extends Serializable
- Attributes
- protected
- class GeodatabaseTableBuilder extends FileTableBuilder[GeodatabaseTableBuilder]
Builder for Geodatabase tables.
Builder for Geodatabase tables. Use TableBuilder to get this builder.
- returns
A builder with a reference to the location of the geodatabase and table name.
- Attributes
- protected
- class NativeTableBuilder extends FileTableBuilder[NativeTableBuilder]
Builder for Native TAB tables.
Builder for Native TAB tables. Use TableBuilder to get this builder.
- returns
A builder with a reference to the location of the tab files.
- Attributes
- protected
- class ShapeTableBuilder extends FileTableBuilder[ShapeTableBuilder]
Builder for Shapefile tables.
Builder for Shapefile tables. Use TableBuilder to get this builder.
- returns
A builder with a reference to the location of the table files.
- Attributes
- protected
Value Members
- object TableBuilder
Contains Builders for all supported table types to be used directly for Spatial operations.