package model
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
 
              Visibility
              
        - Public
 - All
 
Type Members
-  case class Envelope(minX: Double, minY: Double, maxX: Double, maxY: Double) extends Product with Serializable
 -  case class GeoPackageField(name: String, dataType: String, isNullable: Boolean) extends Product with Serializable
 -  case class GeoPackageLoadOptions(tableName: String) extends Product with Serializable
 -  case class GeoPackageOptions(tableName: String, showMetadata: Boolean) extends Product with Serializable
 -  case class GeoPackageReadOptions(tableName: String, tempFile: File, partitionOptions: PartitionOptions, partitionedFiles: HashSet[PartitionedFile], currentFile: PartitionedFile) extends Product with Serializable
 -  case class PartitionOptions(columns: Seq[GeoPackageField], tile: Option[TileMetadata], tableType: TableType) extends Product with Serializable
 -  case class TileMatrix(zoomLevel: Int, matrixWidth: Int, matrixHeight: Int, tileWidth: Int, tileHeight: Int, pixelXSize: Double, pixelYSize: Double) extends Product with Serializable
 -  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
 -  case class TileRowMetadata(tileColumn: Int, tileRow: Int, zoomLevel: Int) extends Product with Serializable
 
Value Members
-  object GeoPackageType
 -  object ImageFileFormat extends Enumeration
 -  object MetadataSchema
 -  object TableType extends Enumeration