ostrat.geom.impunits

Members list

Type members

Classlikes

final class Acres(val acresNum: Double) extends AnyVal, AreaImperial

Square yards a measure of Area. Follows the same naming convention as Hectares.

Square yards a measure of Area. Follows the same naming convention as Hectares.

Attributes

Companion
object
Supertypes
trait AreaImperial
trait Area
trait Ordered[Area]
trait Comparable[Area]
class Object
class AnyVal
trait Matchable
class Any
Show all
object Acres

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Acres.type

Quantity of area specified in MetricUnits.

Quantity of area specified in MetricUnits.

Attributes

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

British Imperial system of measurement units.

British Imperial system of measurement units.

Attributes

Supertypes
class Any
Known subtypes
trait AreaImperial
class Acres
class Mileares
class Yardares
class MegaMiles
class Miles
class Yards
Show all

Attributes

Supertypes
trait Length
trait Ordered[Length]
trait Comparable[Length]
class Object
trait Matchable
class Any
Show all
Known subtypes
class MegaMiles
class Miles
class Yards
implicit class LengthImperialImplicit(val thisLength: Length)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class MegaMiles(val megaMilesNum: Double) extends AnyVal, LengthImperial

Length measured in millions of miles. Can be negative.

Length measured in millions of miles. Can be negative.

Attributes

Companion
object
Supertypes
trait Length
trait Ordered[Length]
trait Comparable[Length]
class Object
class AnyVal
trait Matchable
class Any
Show all
object MegaMiles

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
MegaMiles.type
final class Mileares(val milearesNum: Double) extends AnyVal, AreaImperial

Square miles a measure of Area. Follows the same naming convention as Hectares.

Square miles a measure of Area. Follows the same naming convention as Hectares.

Attributes

Companion
object
Supertypes
trait AreaImperial
trait Area
trait Ordered[Area]
trait Comparable[Area]
class Object
class AnyVal
trait Matchable
class Any
Show all
object Mileares

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Mileares.type
final class Miles(val milesNum: Double) extends AnyVal, LengthImperial

Length can be negative. The underlying data is stored in metres.

Length can be negative. The underlying data is stored in metres.

Attributes

Companion
object
Supertypes
trait Length
trait Ordered[Length]
trait Comparable[Length]
class Object
class AnyVal
trait Matchable
class Any
Show all
object Miles

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Miles.type
final class Yardares(val yardaresNum: Double) extends AnyVal, AreaImperial

Square yards a measure of Area. Follows the same naming convention as Hectares.

Square yards a measure of Area. Follows the same naming convention as Hectares.

Attributes

Companion
object
Supertypes
trait AreaImperial
trait Area
trait Ordered[Area]
trait Comparable[Area]
class Object
class AnyVal
trait Matchable
class Any
Show all
object Yardares

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Yardares.type
final class Yards(val yardsNum: Double) extends AnyVal, LengthImperial

Length measured in yards. Can be negative.

Length measured in yards. Can be negative.

Attributes

Companion
object
Supertypes
trait Length
trait Ordered[Length]
trait Comparable[Length]
class Object
class AnyVal
trait Matchable
class Any
Show all
object Yards

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Yards.type

Implicits

Implicits

final implicit def LengthImperialImplicit(thisLength: Length): LengthImperialImplicit