public class IdentityCoordinateSystem extends CoordinateSystem
toReference()
and
fromReference()
are called. Useful in constructing
CartesianProductCoordinateSystem
s.CartesianProductCoordinateSystem
,
Serialized FormConstructor 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, transformCoordinatesFreeUnits
public IdentityCoordinateSystem(RealTupleType type) throws VisADException
IdentityCoordinateSystem
for
values of the type specified.type
- type of the valuesVisADException
public IdentityCoordinateSystem(RealTupleType type, Unit[] units) throws VisADException
IdentityCoordinateSystem
for
values of the type specified.type
- type of the valuesVisADException
public double[][] fromReference(double[][] values) throws VisADException
fromReference
in class CoordinateSystem
values
- input valuesVisADException
- values are null or wrong dimensionpublic double[][] toReference(double[][] values) throws VisADException
toReference
in class CoordinateSystem
values
- input valuesVisADException
- values are null or wrong dimensionpublic float[][] fromReference(float[][] values) throws VisADException
fromReference
in class CoordinateSystem
values
- input valuesVisADException
- values are null or wrong dimensionpublic float[][] toReference(float[][] values) throws VisADException
toReference
in class CoordinateSystem
values
- input valuesVisADException
- values are null or wrong dimensionpublic boolean equals(Object o)
equals
in class CoordinateSystem
o
- object in questionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.