case class GeoTiffMetadataTree[T](index: Map[String, STRtree], crs: CRS) extends Product with Serializable
- Annotations
- @experimental()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTiffMetadataTree
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val crs: CRS
-
def
deserialize(is: InputStream): STRtree
- Annotations
- @experimental()
- val index: Map[String, STRtree]
-
def
insert(name: String, projectedExtent: ProjectedExtent)(md: T): Unit
- Annotations
- @experimental()
-
def
query: List[T]
- Annotations
- @experimental()
-
def
query(projectedExtent: ProjectedExtent): List[T]
- Annotations
- @experimental()
-
def
query(name: String, projectedExtent: ProjectedExtent): List[T]
- Annotations
- @experimental()
-
def
serialize: OutputStream
- Annotations
- @experimental()