Parent

Class Index [+]

Quicksearch

When::EX::Extent

参照系の時間的および空間的な使用範囲を記述する

 本ライブラリでは、時間的使用範囲を記述ためにのみ使用している

see gml schema

Attributes

temporal_extent[R]

time periods

  type : When::TM::Period

  時間的使用範囲の上限と下限を示す

Public Class Methods

new(extent) click to toggle source

オブジェクトの生成

  extent  : When::TM::Period
     # File when/basictypes.rb, line 560
560:       def initialize(extent)
561:         @temporal_extent = extent
562:       end

Public Instance Methods

method_missing(name, *args, &block) click to toggle source

その他のメソッド

  When::EX::Extent で定義されていないメソッドは
  処理を @temporal_extent (type: When::TM::Period) に委譲する
     # File when/basictypes.rb, line 568
568:       def method_missing(name, *args, &block)
569:         @temporal_extent.send(name.to_sym, *args, &block)
570:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.