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, transformVectorsbinary, 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, hashCodeaddTimeAlias, findScalarType, guessMaps, main, prettyString, stringToType, toStringpublic EarthVectorType(RealType[] types) throws VisADException
VisADExceptionpublic EarthVectorType(RealType[] types, CoordinateSystem coord_sys) throws VisADException
VisADExceptionpublic EarthVectorType(RealType a) throws VisADException
VisADExceptionpublic EarthVectorType(RealType a, RealType b) throws VisADException
VisADExceptionpublic EarthVectorType(RealType a, RealType b, RealType c) throws VisADException
VisADExceptionpublic EarthVectorType(RealType a, RealType b, RealType c, RealType d) throws VisADException
VisADExceptionpublic 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 RealVectorTypeVisADExceptionRemoteExceptionpublic 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 RealVectorTypeVisADExceptionRemoteExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.