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, kilometres square in this area.

the number of hectares, kilometres square in this area.

Attributes

Definition Classes
override def kilaresNum: Double

the number of kilometres square in this area. kilares follows the same naming convention as hectares.

the number of kilometres square in this area. kilares follows the same naming convention as hectares.

Attributes

Definition Classes
override def metraresNum: Double

the number of metres square in this area.

the number of metres square 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, kilometres square in this area.

the number of acres, kilometres square in this area.

Attributes

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

Attributes

Inherited from:
Ordered

the number of square miles in this area. This follows the same naming convention as Hectares

the number of square miles in this area. This follows the same naming convention as Hectares

Attributes

Inherited from:
Area

the number of square yards. This follows the same naming convention as Hectares.

the number of square yards. This follows the same naming convention as Hectares.

Attributes

Inherited from:
Area