trait VariableLike extends HasDimensions
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- VariableLike
- HasDimensions
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def applyScale(scale: Scale): VariableSection
- abstract def dataType: DataType
-
abstract
def
dimensions: Vec[Dimension]
- Definition Classes
- HasDimensions
- abstract def file: NetcdfFile
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
- abstract def in(dim: String): In
- abstract def name: String
- abstract def ranges: Vec[Range]
- abstract def rank: Int
- abstract def readSafe(): Array
-
abstract
def
scale: Scale
- Attributes
- protected
- abstract def selectAll: VariableSection
- abstract def shape: Vec[Int]
- abstract def size: Long
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
dimensionMap: Map[String, Dimension]
- Definition Classes
- HasDimensions
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linexp(srcLo: Double, srcHi: Double, dstLo: Double, dstHi: Double, clip: Boolean = false): VariableSection
- def linlin(srcLo: Double, srcHi: Double, dstLo: Double, dstHi: Double, clip: Boolean = false): VariableSection
- def max: Double
- def min: Double
- def minmax: (Double, Double)
- def normalized: VariableSection
- def read(): Array
- def reducedDimensions: Vec[Dimension]
- def reducedRanges: Vec[Range]
- def reducedRank: Int
- def reducedShape: Vec[Int]
- def resetScale: VariableSection
-
def
toString(): String
- Definition Classes
- Any