public class LogCoordinateSystem extends CoordinateSystem
Constructor and Description |
---|
LogCoordinateSystem(RealTupleType reference)
Construct a coordinate system with logarithmical reference
of base 10.
|
LogCoordinateSystem(RealTupleType reference,
double base)
Construct a coordinate system with logarithmical reference specified
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object cs)
See if the Object in question is equal to this LogCoordinateSystem
|
double[][] |
fromReference(double[][] logValues)
Convert logrithmic values to values.
|
double |
getBase()
Get the base used in this LogCoordinateSystem.
|
double[][] |
toReference(double[][] values)
Convert values to logarithmic values.
|
canConvert, fromReference, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
public LogCoordinateSystem(RealTupleType reference) throws VisADException
reference
- MathType of valuesVisADException
- some VisAD errorpublic LogCoordinateSystem(RealTupleType reference, double base) throws VisADException
reference
- MathType of valuesbase
- logrithmic baseVisADException
- negative or zero base specifiedpublic double[][] toReference(double[][] values) throws VisADException
toReference
in class CoordinateSystem
values
- array of valuesVisADException
- values dimension not the same as CS dimensionpublic double[][] fromReference(double[][] logValues) throws VisADException
fromReference
in class CoordinateSystem
logValues
- array of logrithmic valuesVisADException
- logValues dimension not the same as CS dimensionpublic double getBase()
public boolean equals(Object cs)
equals
in class CoordinateSystem
cs
- Object in questionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.