AreaImperial

ostrat.geom.impunits.AreaImperial

Quantity of area specified in MetricUnits.

Attributes

Graph
Supertypes
trait Area
trait Ordered[Area]
trait Comparable[Area]
class Object
trait Matchable
class Any
Show all
Known subtypes
class Acres
class Mileares
class Yardares

Members list

Value members

Abstract methods

override def *(operand: Double): AreaImperial

Multiply this Area by a scalar.

Multiply this Area by a scalar.

Attributes

Definition Classes
override def +(operand: Area): AreaImperial

Adds an Area returning an Area in the units of this subject.

Adds an Area returning an Area in the units of this subject.

Attributes

Definition Classes
override def -(operand: Area): AreaImperial

Subtracts an Area returning an Area in the units of this subject.

Subtracts an Area returning an Area in the units of this subject.

Attributes

Definition Classes
override def /(operand: Double): AreaImperial

Divide this Area by a scalar.

Divide this Area by a scalar.

Attributes

Definition Classes

Concrete methods

override def hectaresNum: Double

the number of hectares, (100m)² in this area.

the number of hectares, (100m)² in this area.

Attributes

Definition Classes
override def kilaresNum: Double

the number of kilometre² in this area.

the number of kilometre² in this area.

Attributes

Definition Classes
override def metraresNum: Double

the number of metre² in this area.

the number of metre² in this area.

Attributes

Definition Classes
override def millaresNum: Double

the number of millimetre² in this area.

the number of millimetre² in this area.

Attributes

Definition Classes
override def picaresNum: Double

the number of Picares, square picometres in this area.

the number of Picares, square picometres in this area.

Attributes

Definition Classes

Inherited methods

def <(that: Area): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Area): Boolean

Attributes

Inherited from:
Ordered
def >(that: Area): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Area): Boolean

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Inherited and Abstract methods

the number of acres, 1 acre = 10chain² = 66feet by 660feet.

the number of acres, 1 acre = 10chain² = 66feet by 660feet.

Attributes

Inherited from:
Area
def compare(that: Area): Int

Attributes

Inherited from:
Ordered

the number of mile² in this area.

the number of mile² in this area.

Attributes

Inherited from:
Area

the number of yard² in this area.

the number of yard² in this area.

Attributes

Inherited from:
Area