public class CMYCoordinateSystem extends CoordinateSystem
| Constructor and Description |
|---|
CMYCoordinateSystem(RealTupleType reference)
construct a CMYCoordinateSystem with given reference
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object cs)
Indicates whether or not this instance is equal to an object.
|
double[][] |
fromReference(double[][] tuples)
Convert RealTuple values from Reference coordinates;
for efficiency, input and output values are passed as
double[][] arrays rather than RealTuple[] arrays; the array
organization is double[tuple_dimension][number_of_tuples];
can modify and return argument array.
|
float[][] |
fromReference(float[][] tuples)
Convert RealTuple values from Reference coordinates;
for efficiency, input and output values are passed as
float[][] arrays rather than RealTuple[] arrays; the array
organization is float[tuple_dimension][number_of_tuples];
can modify and return argument array.
|
double[][] |
toReference(double[][] tuples)
Convert RealTuple values to Reference coordinates;
for efficiency, input and output values are passed as
double[][] arrays rather than RealTuple[] arrays; the array
organization is double[tuple_dimension][number_of_tuples];
can modify and return argument array.
|
float[][] |
toReference(float[][] tuples)
Convert RealTuple values to Reference coordinates;
for efficiency, input and output values are passed as
float[][] arrays rather than RealTuple[] arrays; the array
organization is float[tuple_dimension][number_of_tuples];
can modify and return argument array.
|
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnitspublic CMYCoordinateSystem(RealTupleType reference) throws VisADException
reference - - reference RealTupleTypeVisADExceptionpublic double[][] toReference(double[][] tuples)
throws VisADException
toReference in class CoordinateSystemtuples - array of values assumed to be in coordinateSystem
units. Input array is not guaranteed to be immutable
and could be used for return.VisADException - if problem with conversion.public double[][] fromReference(double[][] tuples)
throws VisADException
fromReference in class CoordinateSystemtuples - array of values assumed to be in reference
Unit-s. Input array is not guaranteed to be immutable
and could be used for return.VisADException - if problem with conversion.public float[][] toReference(float[][] tuples)
throws VisADException
toReference in class CoordinateSystemtuples - array of values assumed to be in coordinateSystem
units. Input array is not guaranteed to be immutable
and could be used for return.VisADException - if problem with conversion.public float[][] fromReference(float[][] tuples)
throws VisADException
fromReference in class CoordinateSystemtuples - array of values assumed to be in reference
Unit-s. Input array is not guaranteed to be immutable
and could be used for return.VisADException - if problem with conversion.public boolean equals(Object cs)
equals in class CoordinateSystemcs - - the object in question.true if and only if this instance equals cs.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.