Uses of Package
org.n52.math

Packages that use org.n52.math
org.n52.math Provides for the generic mathematical functionality. 
org.n52.operation Provides for geospatial operations. 
org.n52.operation.cropmodeling   
org.n52.operation.fluxnet   
org.n52.operation.smac Provides for the SMAC (A Simplified Method for the Atmospheric Correction) algorithm and all secondary related classes. 
 

Classes in org.n52.math used by org.n52.math
Algorithm
          Interface intended to describe and structure algorithms to be used for one pixel at a time.
AlgorithmN
           Describe a list of algorithms using the params as inputs and returning a list of doubles
ColumnVector
           
TerrainTriangulation
           
Vector3D
           
 

Classes in org.n52.math used by org.n52.operation
AbstractAlgorithm
          Convenience class to implement Algorithm.
Algorithm
          Interface intended to describe and structure algorithms to be used for one pixel at a time.
 

Classes in org.n52.math used by org.n52.operation.cropmodeling
AlgorithmN
           Describe a list of algorithms using the params as inputs and returning a list of doubles
AlgorithmOnValues
           Algorithm that works on a dataset where all input values have the same meaning and all output values have the same meaning (which may be different from the input).
 

Classes in org.n52.math used by org.n52.operation.fluxnet
Algorithm
          Interface intended to describe and structure algorithms to be used for one pixel at a time.
AlgorithmN
           Describe a list of algorithms using the params as inputs and returning a list of doubles
AlgorithmOnList
           List of algorithms with the same signature
 

Classes in org.n52.math used by org.n52.operation.smac
AbstractAlgorithm
          Convenience class to implement Algorithm.
Algorithm
          Interface intended to describe and structure algorithms to be used for one pixel at a time.