Packages

c

geotrellis.server.ogc

GeoTrellisOgcSource

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
Serializable, Serializable, Product, Equals, RasterOgcSource, OgcSource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTrellisOgcSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RasterOgcSource
  7. OgcSource
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val attributes: Map[String, String]
    Definition Classes
    RasterOgcSourceOgcSource
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val defaultStyle: Option[String]
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def extentIn(crs: CRS): Extent
    Definition Classes
    RasterOgcSourceOgcSource
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isTemporal: Boolean
    Definition Classes
    OgcSource
  14. lazy val metadata: RasterMetadata
    Definition Classes
    RasterOgcSourceOgcSource
  15. val name: String
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  16. lazy val nativeCrs: Set[CRS]
    Definition Classes
    RasterOgcSourceOgcSource
  17. lazy val nativeExtent: Extent
    Definition Classes
    RasterOgcSourceOgcSource
  18. def nativeProjectedExtent: ProjectedExtent
    Definition Classes
    OgcSource
  19. lazy val nativeRE: GridExtent[Long]
    Definition Classes
    RasterOgcSourceOgcSource
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val overviewStrategy: OverviewStrategy
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  24. def projectedExtent: ProjectedExtent
    Definition Classes
    OgcSource
  25. val resampleMethod: ResampleMethod
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  26. lazy val source: GeoTrellisRasterSource
    Definition Classes
    GeoTrellisOgcSourceRasterOgcSource
  27. def sourceForTime(time: ZonedDateTime): GeoTrellisRasterSource
  28. 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

    1. 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.

  29. val sourceUri: String
  30. val styles: List[OgcStyle]
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. lazy val time: OgcTime
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  33. val timeDefault: OgcTimeDefault
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  34. val timeFormat: OgcTimeFormat
  35. val timeMetadataKey: Option[String]
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  36. val title: String
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  37. def toLayer(crs: CRS, style: Option[OgcStyle], temporalSequence: List[OgcTime]): SimpleOgcLayer
    Definition Classes
    GeoTrellisOgcSourceRasterOgcSource
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RasterOgcSource

Inherited from OgcSource

Inherited from AnyRef

Inherited from Any

Ungrouped