Class

geotrellis.server.ogc

GeoTrellisOgcSource

Related Doc: package ogc

Permalink

case class GeoTrellisOgcSource(name: String, title: String, sourceUri: String, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeMetadataKey: Option[String] = "times".some) 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] = "times".some)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val attributes: Map[String, String]

    Permalink
    Definition Classes
    RasterOgcSourceOgcSource
  6. def bboxIn(crs: CRS): BoundingBox

    Permalink
    Definition Classes
    RasterOgcSourceOgcSource
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val defaultStyle: Option[String]

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def extentIn(crs: CRS): Extent

    Permalink
    Definition Classes
    RasterOgcSourceOgcSource
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isTemporal: Boolean

    Permalink
    Definition Classes
    OgcSource
  15. lazy val metadata: RasterMetadata

    Permalink
    Definition Classes
    RasterOgcSourceOgcSource
  16. val name: String

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  17. lazy val nativeCrs: Set[CRS]

    Permalink
    Definition Classes
    RasterOgcSourceOgcSource
  18. lazy val nativeExtent: Extent

    Permalink
    Definition Classes
    RasterOgcSourceOgcSource
  19. def nativeProjectedExtent: ProjectedExtent

    Permalink
    Definition Classes
    OgcSource
  20. lazy val nativeRE: GridExtent[Long]

    Permalink
    Definition Classes
    RasterOgcSourceOgcSource
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val overviewStrategy: OverviewStrategy

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  25. val resampleMethod: ResampleMethod

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  26. lazy val source: GeoTrellisRasterSource

    Permalink
    Definition Classes
    GeoTrellisOgcSourceRasterOgcSource
  27. def sourceForTime(time: ZonedDateTime): GeoTrellisRasterSource

    Permalink
  28. def sourceForTime(interval: OgcTime): GeoTrellisRasterSource

    Permalink

    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

    Permalink
  30. val styles: List[OgcStyle]

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. lazy val time: OgcTime

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  33. val timeMetadataKey: Option[String]

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  34. val title: String

    Permalink
    Definition Classes
    GeoTrellisOgcSourceOgcSource
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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