case class GeoTrellisOgcSource(name: String, title: String, sourceUri: String, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeMetadataKey: Option[String], timeFormat: OgcTimeFormat, timeDefault: OgcTimeDefault) extends RasterOgcSource with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTrellisOgcSource
- Serializable
- Serializable
- Product
- Equals
- RasterOgcSource
- OgcSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeoTrellisOgcSource(name: String, title: String, sourceUri: String, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeMetadataKey: Option[String], timeFormat: OgcTimeFormat, timeDefault: OgcTimeDefault)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
attributes: Map[String, String]
- Definition Classes
- RasterOgcSource → OgcSource
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
defaultStyle: Option[String]
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extentIn(crs: CRS): Extent
- Definition Classes
- RasterOgcSource → OgcSource
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTemporal: Boolean
- Definition Classes
- OgcSource
-
lazy val
metadata: RasterMetadata
- Definition Classes
- RasterOgcSource → OgcSource
-
val
name: String
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
lazy val
nativeCrs: Set[CRS]
- Definition Classes
- RasterOgcSource → OgcSource
-
lazy val
nativeExtent: Extent
- Definition Classes
- RasterOgcSource → OgcSource
-
def
nativeProjectedExtent: ProjectedExtent
- Definition Classes
- OgcSource
-
lazy val
nativeRE: GridExtent[Long]
- Definition Classes
- RasterOgcSource → OgcSource
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
overviewStrategy: OverviewStrategy
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
def
projectedExtent: ProjectedExtent
- Definition Classes
- OgcSource
-
val
resampleMethod: ResampleMethod
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
lazy val
source: GeoTrellisRasterSource
- Definition Classes
- GeoTrellisOgcSource → RasterOgcSource
- def sourceForTime(time: ZonedDateTime): GeoTrellisRasterSource
-
def
sourceForTime(interval: OgcTime): GeoTrellisRasterSource
If temporal, try to match in the following order:
If temporal, try to match in the following order:
OgcTimeInterval behavior
- To the closest time in known valid source times 2. To time.start 3. To the passed interval.start
OgcTimePosition: 1. finds the exact match
- Note
If case 3 is matched, read queries to the returned RasterSource may return zero results.
- val sourceUri: String
-
val
styles: List[OgcStyle]
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
time: OgcTime
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
val
timeDefault: OgcTimeDefault
- Definition Classes
- GeoTrellisOgcSource → OgcSource
- val timeFormat: OgcTimeFormat
-
val
timeMetadataKey: Option[String]
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
val
title: String
- Definition Classes
- GeoTrellisOgcSource → OgcSource
-
def
toLayer(crs: CRS, style: Option[OgcStyle], temporalSequence: List[OgcTime]): SimpleOgcLayer
- Definition Classes
- GeoTrellisOgcSource → RasterOgcSource
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()