case class GeoTiffMetadataTree[T](index: Map[String, STRtree], crs: CRS) extends Product with Serializable

Annotations
@experimental()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffMetadataTree
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTiffMetadataTree(index: Map[String, STRtree], crs: CRS)

Value Members

  1. val crs: CRS
  2. def deserialize(is: InputStream): STRtree
    Annotations
    @experimental()
  3. val index: Map[String, STRtree]
  4. def insert(name: String, projectedExtent: ProjectedExtent)(md: T): Unit
    Annotations
    @experimental()
  5. def query: List[T]
    Annotations
    @experimental()
  6. def query(projectedExtent: ProjectedExtent): List[T]
    Annotations
    @experimental()
  7. def query(name: String, projectedExtent: ProjectedExtent): List[T]
    Annotations
    @experimental()
  8. def serialize: OutputStream
    Annotations
    @experimental()