public class IdentityCoordinateSystem extends CoordinateSystem
toReference() and
fromReference() are called. Useful in constructing
CartesianProductCoordinateSystems.CartesianProductCoordinateSystem,
Serialized Form| Constructor and Description |
|---|
IdentityCoordinateSystem(RealTupleType type)
Construct a new
IdentityCoordinateSystem for
values of the type specified. |
IdentityCoordinateSystem(RealTupleType type,
Unit[] units)
Construct a new
IdentityCoordinateSystem for
values of the type specified. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check to see if the object in question is equal to this.
|
double[][] |
fromReference(double[][] values)
Simple implementation of abstract method.
|
float[][] |
fromReference(float[][] values)
Simple implementation of abstract method.
|
double[][] |
toReference(double[][] values)
Simple implementation of abstract method.
|
float[][] |
toReference(float[][] values)
Simple implementation of abstract method.
|
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnitspublic IdentityCoordinateSystem(RealTupleType type) throws VisADException
IdentityCoordinateSystem for
values of the type specified.type - type of the valuesVisADExceptionpublic IdentityCoordinateSystem(RealTupleType type, Unit[] units) throws VisADException
IdentityCoordinateSystem for
values of the type specified.type - type of the valuesVisADExceptionpublic double[][] fromReference(double[][] values)
throws VisADException
fromReference in class CoordinateSystemvalues - input valuesVisADException - values are null or wrong dimensionpublic double[][] toReference(double[][] values)
throws VisADException
toReference in class CoordinateSystemvalues - input valuesVisADException - values are null or wrong dimensionpublic float[][] fromReference(float[][] values)
throws VisADException
fromReference in class CoordinateSystemvalues - input valuesVisADException - values are null or wrong dimensionpublic float[][] toReference(float[][] values)
throws VisADException
toReference in class CoordinateSystemvalues - input valuesVisADException - values are null or wrong dimensionpublic boolean equals(Object o)
equals in class CoordinateSystemo - object in questionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.