Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Envelope(minX: Double, minY: Double, maxX: Double, maxY: Double) extends Product with Serializable
  2. case class GeoPackageField(name: String, dataType: String, isNullable: Boolean) extends Product with Serializable
  3. case class GeoPackageLoadOptions(tableName: String) extends Product with Serializable
  4. case class GeoPackageOptions(tableName: String, showMetadata: Boolean) extends Product with Serializable
  5. case class GeoPackageReadOptions(tableName: String, tempFile: File, partitionOptions: PartitionOptions, partitionedFiles: HashSet[PartitionedFile], currentFile: PartitionedFile) extends Product with Serializable
  6. case class PartitionOptions(columns: Seq[GeoPackageField], tile: Option[TileMetadata], tableType: TableType) extends Product with Serializable
  7. case class TileMatrix(zoomLevel: Int, matrixWidth: Int, matrixHeight: Int, tileWidth: Int, tileHeight: Int, pixelXSize: Double, pixelYSize: Double) extends Product with Serializable
  8. case class TileMetadata(tableName: String, minX: Double, minY: Double, maxX: Double, maxY: Double, srsID: Int, zoomLevelMetadata: HashMap[Int, TileMatrix], tileRowMetadata: Option[TileRowMetadata]) extends Product with Serializable
  9. case class TileRowMetadata(tileColumn: Int, tileRow: Int, zoomLevel: Int) extends Product with Serializable

Value Members

  1. object GeoPackageType
  2. object ImageFileFormat extends Enumeration
  3. object MetadataSchema
  4. object TableType extends Enumeration

Ungrouped