public class EarthVectorType extends RealVectorType
Generic2D, Generic3D, LatitudeLongitudeAltitude, LatitudeLongitudeTuple, SpatialCartesian2DTuple, SpatialCartesian3DTuple, SpatialEarth2DTuple, SpatialEarth3DTuple, Time1DTuple
Constructor and Description |
---|
EarthVectorType(RealType a) |
EarthVectorType(RealType[] types) |
EarthVectorType(RealType[] types,
CoordinateSystem coord_sys) |
EarthVectorType(RealType a,
RealType b) |
EarthVectorType(RealType a,
RealType b,
RealType c) |
EarthVectorType(RealType a,
RealType b,
RealType c,
RealType d) |
Modifier and Type | Method and Description |
---|---|
double[][] |
transformVectors(RealTupleType out,
CoordinateSystem coord_out,
Unit[] units_out,
ErrorEstimate[] loc_errors_out,
RealTupleType in,
CoordinateSystem coord_in,
Unit[] units_in,
CoordinateSystem coord_vector,
ErrorEstimate[] errors_in,
ErrorEstimate[] errors_out,
double[][] inloc,
double[][] outloc,
double[][] value)
transform an array of vector values from a field, based on a
coordinate transform of the field domain.
|
float[][] |
transformVectors(RealTupleType out,
CoordinateSystem coord_out,
Unit[] units_out,
ErrorEstimate[] loc_errors_out,
RealTupleType in,
CoordinateSystem coord_in,
Unit[] units_in,
CoordinateSystem coord_vector,
ErrorEstimate[] errors_in,
ErrorEstimate[] errors_out,
float[][] inloc,
float[][] outloc,
float[][] value)
transform an array of vector values from a field, based on a
coordinate transform of the field domain.
|
transformVectors, transformVectors
binary, buildShadowType, equalsExceptName, equalsExceptNameButUnits, getCoordinateSystem, getDefaultSet, getDefaultUnits, makeArray, makeArray, makeArray, makeArray, missingData, prettyString, setDefaultSet, unary
__getitem__, __len__, cloneDerivative, equals, getComponent, getComponents, getDimension, getFlat, getIndex, getIndex, getNumberOfRealComponents, getRealComponents, hashCode
addTimeAlias, findScalarType, guessMaps, main, prettyString, stringToType, toString
public EarthVectorType(RealType[] types) throws VisADException
VisADException
public EarthVectorType(RealType[] types, CoordinateSystem coord_sys) throws VisADException
VisADException
public EarthVectorType(RealType a) throws VisADException
VisADException
public EarthVectorType(RealType a, RealType b) throws VisADException
VisADException
public EarthVectorType(RealType a, RealType b, RealType c) throws VisADException
VisADException
public EarthVectorType(RealType a, RealType b, RealType c, RealType d) throws VisADException
VisADException
public double[][] transformVectors(RealTupleType out, CoordinateSystem coord_out, Unit[] units_out, ErrorEstimate[] loc_errors_out, RealTupleType in, CoordinateSystem coord_in, Unit[] units_in, CoordinateSystem coord_vector, ErrorEstimate[] errors_in, ErrorEstimate[] errors_out, double[][] inloc, double[][] outloc, double[][] value) throws VisADException, RemoteException
transformVectors
in class RealVectorType
VisADException
RemoteException
public float[][] transformVectors(RealTupleType out, CoordinateSystem coord_out, Unit[] units_out, ErrorEstimate[] loc_errors_out, RealTupleType in, CoordinateSystem coord_in, Unit[] units_in, CoordinateSystem coord_vector, ErrorEstimate[] errors_in, ErrorEstimate[] errors_out, float[][] inloc, float[][] outloc, float[][] value) throws VisADException, RemoteException
transformVectors
in class RealVectorType
VisADException
RemoteException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.