public class LongitudeLatitudeCoordinateSystem extends CoordinateSystem
Modifier and Type | Field and Description |
---|---|
(package private) Linear2DSet |
domainSet |
(package private) Gridded2DSet |
gset |
(package private) boolean |
neg180pos180 |
(package private) Linear2DSet |
subSet |
Constructor and Description |
---|
LongitudeLatitudeCoordinateSystem(Linear2DSet domainSet,
Gridded2DSet gset) |
LongitudeLatitudeCoordinateSystem(Linear2DSet domainSet,
Gridded2DSet gset,
boolean lonFlag) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object cs) |
double[][] |
fromReference(double[][] values) |
float[][] |
fromReference(float[][] values) |
java.awt.geom.Rectangle2D |
getDefaultMapArea() |
double[][] |
toReference(double[][] values) |
float[][] |
toReference(float[][] values) |
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
Linear2DSet domainSet
Linear2DSet subSet
Gridded2DSet gset
boolean neg180pos180
public LongitudeLatitudeCoordinateSystem(Linear2DSet domainSet, Gridded2DSet gset) throws VisADException
VisADException
public LongitudeLatitudeCoordinateSystem(Linear2DSet domainSet, Gridded2DSet gset, boolean lonFlag) throws VisADException
VisADException
public float[][] toReference(float[][] values) throws VisADException
toReference
in class CoordinateSystem
VisADException
public float[][] fromReference(float[][] values) throws VisADException
fromReference
in class CoordinateSystem
VisADException
public double[][] toReference(double[][] values) throws VisADException
toReference
in class CoordinateSystem
VisADException
public double[][] fromReference(double[][] values) throws VisADException
fromReference
in class CoordinateSystem
VisADException
public java.awt.geom.Rectangle2D getDefaultMapArea()
public boolean equals(java.lang.Object cs)
equals
in class CoordinateSystem