public class Radar3DCoordinateSystem extends NavigatedCoordinateSystem
Modifier and Type | Field and Description |
---|---|
static double |
EARTH_RADIUS |
Constructor and Description |
---|
Radar3DCoordinateSystem(float clat,
float clon,
float calt)
construct a CoordinateSystem for (range, azimuth, elevation_angle)
relative to an Earth (Latitude, Longitude, Altitude) Reference;
this constructor supplies units =
{CommonUnit.meter, CommonUnit.degree, CommonUnit.degree}
to the super constructor, in order to ensure Unit
compatibility with its use of trigonometric functions.
|
Radar3DCoordinateSystem(float clat,
float clon,
float calt,
float radl,
float radr,
float azl,
float azr,
float elevl,
float elevr)
construct a CoordinateSystem for (range, azimuth, elevation_angle)
relative to an Earth (Latitude, Longitude, Altitude) Reference;
this constructor supplies units =
{CommonUnit.meter, CommonUnit.degree, CommonUnit.degree}
to the super constructor, in order to ensure Unit
compatibility with its use of trigonometric functions.
|
Radar3DCoordinateSystem(RealTupleType reference,
float clat,
float clon,
float radl,
float radr,
float azl,
float azr,
float elevl,
float elevr)
Deprecated.
use constructors with station altitude to get a true
altitude above sea level.
|
Radar3DCoordinateSystem(RealTupleType reference,
float clat,
float clon,
float calt,
float radl,
float radr,
float azl,
float azr,
float elevl,
float elevr)
construct a CoordinateSystem for (range, azimuth, elevation_angle)
relative to an Earth (Latitude, Longitude, Altitude) Reference;
this constructor supplies units =
{CommonUnit.meter, CommonUnit.degree, CommonUnit.degree}
to the super constructor, in order to ensure Unit
compatibility with its use of trigonometric functions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object cs)
Check to see if this is a Radar3DCoordinateSystem
|
double[][] |
fromReference(double[][] tuples)
Convert from latitude/longitude/altitude to range/azimuth/elevation.
|
float[][] |
fromReference(float[][] tuples)
Convert from latitude/longitude/altitude to range/azimuth/elevation.
|
float[] |
getAzimuthParameters()
Return the azimuth parameters
|
float[] |
getCenterPoint()
Get center point in lat/lon/alt
|
float[] |
getElevationParameters()
Return the elevation angle parameters
|
float[] |
getRangeParameters()
Return the range parameters
|
double[][] |
toReference(double[][] tuples)
Convert from range/azimuth/elevation to latitude/longitude/altitude.
|
float[][] |
toReference(float[][] tuples)
Convert from range/azimuth/elevation to latitude/longitude/altitude.
|
String |
toString()
Return String representation of this Radar3DCoordinateSystem
|
getLatitudeIndex, getLongitudeIndex
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
public static final double EARTH_RADIUS
public Radar3DCoordinateSystem(float clat, float clon, float calt) throws VisADException
clat
- latitude of center pointclon
- longitude of center pointcalt
- altitude (meters) of center pointVisADException
- necessary VisAD object couldn't be created.public Radar3DCoordinateSystem(float clat, float clon, float calt, float radl, float radr, float azl, float azr, float elevl, float elevr) throws VisADException
clat
- latitude of center pointclon
- longitude of center pointradl
- distance from center point for first possible echo
(meters)radr
- distance between subsequent range increments (meters)azl
- starting azimuth (degrees)azr
- resolution of degrees between azimuths.elevl
- starting elevation angle (tilt) (degrees)elevr
- resolution of degrees between elevation angles.VisADException
- necessary VisAD object couldn't be created.public Radar3DCoordinateSystem(RealTupleType reference, float clat, float clon, float radl, float radr, float azl, float azr, float elevl, float elevr) throws VisADException
reference
- reference RealTupleType
(should be Latitude, Longitude, Altitude)clat
- latitude of center pointclon
- longitude of center pointradl
- distance from center point for first possible echo
(meters)radr
- distance between subsequent range values (meters)azl
- starting azimuth (degrees)azr
- resolution of degrees between azimuths.elevl
- starting elevation angle (tilt) (degrees)elevr
- resolution of degrees between elevation angles.VisADException
- necessary VisAD object couldn't be created.public Radar3DCoordinateSystem(RealTupleType reference, float clat, float clon, float calt, float radl, float radr, float azl, float azr, float elevl, float elevr) throws VisADException
reference
- reference RealTupleType
(should be Latitude, Longitude, Altitude)clat
- latitude of center pointclon
- longitude of center pointcalt
- altitude (meters) of center pointradl
- distance from center point for first possible echo
(meters)radr
- distance between subsequent range values (meters)azl
- starting azimuth (degrees)azr
- resolution of degrees between azimuths.elevl
- starting elevation angle (tilt) (degrees)elevr
- resolution of degrees between elevation angles.VisADException
- necessary VisAD object couldn't be created.public double[][] toReference(double[][] tuples) throws VisADException
toReference
in class CoordinateSystem
tuples
- range/azimuth/elevation valuesVisADException
- tuples is null or wrong dimensionpublic double[][] fromReference(double[][] tuples) throws VisADException
fromReference
in class CoordinateSystem
tuples
- lat/lon/altitude valuesVisADException
- tuples is null or wrong dimensionpublic float[][] toReference(float[][] tuples) throws VisADException
toReference
in class CoordinateSystem
tuples
- range/azimuth/elevation valuesVisADException
- tuples is null or wrong dimensionpublic float[][] fromReference(float[][] tuples) throws VisADException
fromReference
in class CoordinateSystem
tuples
- lat/lon/altitude valuesVisADException
- tuples is null or wrong dimensionpublic boolean equals(Object cs)
equals
in class CoordinateSystem
cs
- object to comparepublic float[] getElevationParameters()
public float[] getAzimuthParameters()
public float[] getRangeParameters()
public float[] getCenterPoint()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.