case class SimpleSource(name: String, title: String, source: RasterSource, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeMetadataKey: Option[String], timeFormat: OgcTimeFormat) extends RasterOgcSource with Product with Serializable
An imagery source with a RasterSource that defines its capacities
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleSource
- Serializable
- Serializable
- Product
- Equals
- RasterOgcSource
- OgcSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleSource(name: String, title: String, source: RasterSource, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeMetadataKey: Option[String], timeFormat: OgcTimeFormat)
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
- SimpleSource → 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
- SimpleSource → 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
- SimpleSource → OgcSource
-
def
projectedExtent: ProjectedExtent
- Definition Classes
- OgcSource
-
val
resampleMethod: ResampleMethod
- Definition Classes
- SimpleSource → OgcSource
-
val
source: RasterSource
- Definition Classes
- SimpleSource → RasterOgcSource
-
val
styles: List[OgcStyle]
- Definition Classes
- SimpleSource → OgcSource
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
time: OgcTime
- Definition Classes
- SimpleSource → OgcSource
-
val
timeDefault: OgcTimeDefault
- Definition Classes
- SimpleSource → OgcSource
- val timeFormat: OgcTimeFormat
-
val
timeMetadataKey: Option[String]
- Definition Classes
- SimpleSource → OgcSource
-
val
title: String
- Definition Classes
- SimpleSource → OgcSource
-
def
toLayer(crs: CRS, style: Option[OgcStyle], temporalSequence: List[OgcTime]): SimpleOgcLayer
- Definition Classes
- SimpleSource → 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()