Package edu.wisc.ssec.mcidasv.data.hydra
Class LongitudeLatitudeCoordinateSystem
java.lang.Object
visad.CoordinateSystem
edu.wisc.ssec.mcidasv.data.hydra.LongitudeLatitudeCoordinateSystem
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Linear2DSet
(package private) Gridded1DSet
(package private) Gridded2DSet
(package private) float[][]
(package private) boolean
(package private) CoordinateSystem
(package private) Gridded2DSet
private static final long
(package private) Linear2DSet
-
Constructor Summary
ConstructorsConstructorDescriptionLongitudeLatitudeCoordinateSystem
(Linear2DSet domainSet, Gridded2DSet gset) LongitudeLatitudeCoordinateSystem
(Linear2DSet domainSet, Gridded2DSet gset, boolean lonFlag) -
Method Summary
Modifier and TypeMethodDescriptionint[]
checkForMissingLines
(float[][] lonlat, int lenX, int lenY) boolean
double[][]
fromReference
(double[][] values) float[][]
fromReference
(float[][] values) float[][]
removeMissingLines
(float[][] lonlat, int lenX, int lenY, int[] good_lines) double[][]
toReference
(double[][] values) float[][]
toReference
(float[][] values) Methods inherited from class visad.CoordinateSystem
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
-
Field Details
-
serialVersionUID
- See Also:
-
domainSet
-
subSet
-
gset
-
projSet
-
projCS
-
lonlat
float[][] lonlat -
goodLinesSet
-
neg180pos180
boolean neg180pos180
-
-
Constructor Details
-
LongitudeLatitudeCoordinateSystem
public LongitudeLatitudeCoordinateSystem(Linear2DSet domainSet, Gridded2DSet gset) throws VisADException - Throws:
VisADException
-
LongitudeLatitudeCoordinateSystem
public LongitudeLatitudeCoordinateSystem(Linear2DSet domainSet, Gridded2DSet gset, boolean lonFlag) throws VisADException - Throws:
VisADException
-
-
Method Details
-
toReference
- Overrides:
toReference
in classCoordinateSystem
- Throws:
VisADException
-
fromReference
- Overrides:
fromReference
in classCoordinateSystem
- Throws:
VisADException
-
toReference
- Specified by:
toReference
in classCoordinateSystem
- Throws:
VisADException
-
fromReference
- Specified by:
fromReference
in classCoordinateSystem
- Throws:
VisADException
-
getDefaultMapArea
-
equals
- Specified by:
equals
in classCoordinateSystem
-
checkForMissingLines
-
removeMissingLines
-
getTheGridded2DSet
-