Class: Tiletanic::CoordsBBox

Inherits:
Struct
  • Object
show all
Defined in:
lib/tiletanic/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCoordsBBox

Returns a new instance of CoordsBBox.



19
20
21
22
# File 'lib/tiletanic/base.rb', line 19

def initialize(...)
  super
  freeze
end

Instance Attribute Details

#xmaxObject

Returns the value of attribute xmax

Returns:

  • (Object)

    the current value of xmax



18
19
20
# File 'lib/tiletanic/base.rb', line 18

def xmax
  @xmax
end

#xminObject

Returns the value of attribute xmin

Returns:

  • (Object)

    the current value of xmin



18
19
20
# File 'lib/tiletanic/base.rb', line 18

def xmin
  @xmin
end

#ymaxObject

Returns the value of attribute ymax

Returns:

  • (Object)

    the current value of ymax



18
19
20
# File 'lib/tiletanic/base.rb', line 18

def ymax
  @ymax
end

#yminObject

Returns the value of attribute ymin

Returns:

  • (Object)

    the current value of ymin



18
19
20
# File 'lib/tiletanic/base.rb', line 18

def ymin
  @ymin
end