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
class Millares
class Picares
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, 1 acre = 10chain² = 66feet by 660feet.

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

Attributes

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

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

Attributes

the number of kilometre² in this area.

the number of kilometre² in this area.

Attributes

the number of metre² in this area.

the number of metre² in this area.

Attributes

the number of mile² in this area.

the number of mile² in this area.

Attributes

the number of millimetre² in this area.

the number of millimetre² in this area.

Attributes

the number of Picares, square picometres in this area.

the number of Picares, square picometres in this area.

Attributes

the number of yard² in this area.

the number of yard² in this area.

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