Area

ostrat.geom.Area
See theArea companion object
trait Area extends Ordered[Area]

Measurement of area.

Attributes

Companion
object
Graph
Supertypes
trait Ordered[Area]
trait Comparable[Area]
class Object
trait Matchable
class Any
Known subtypes
trait AreaImperial
class Acres
class Mileares
class Yardares
trait AreaMetric
class Hectares
class Kilares
class Metrares
Show all

Members list

Value members

Abstract methods

def *(operand: Double): Area

Multiply this Area by a scalar.

Multiply this Area by a scalar.

Attributes

def +(operand: Area): Area

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

def -(operand: Area): Area

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

def /(operand: Double): Area

Divide this Area by a scalar.

Divide this Area by a scalar.

Attributes

the number of acres, kilometres square in this area.

the number of acres, kilometres square in this area.

Attributes

the number of hectares, kilometres square in this area.

the number of hectares, kilometres square in this area.

Attributes

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

the number of metres square in this area.

the number of metres square in this area.

Attributes

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

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 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

def compare(that: Area): Int

Attributes

Inherited from:
Ordered