public class SolidAngleUnit extends Unit
Modifier and Type | Field | Description |
---|---|---|
static SolidAngleUnit |
ARCMIN2 |
Square arcminute.
|
static SolidAngleUnit |
ARCSEC2 |
Square arcsecond.
|
static SolidAngleUnit |
DEGREE2 |
Square degree.
|
static SolidAngleUnit |
MAS2 |
Square milliarcsecond.
|
static SolidAngleUnit |
STERADIAN |
Steradian.
|
static SolidAngleUnit |
UAS2 |
Square microarcsecond.
|
Constructor | Description |
---|---|
SolidAngleUnit(java.lang.String label,
java.lang.String textName,
java.lang.String symbol,
AngleUnit linearAngleUnit,
java.lang.String description) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
double |
getExtentInSquareDegrees() |
Returns the extent of this unit in square degrees.
|
static SolidAngleUnit[] |
getKnownUnits() |
Returns an array of the defined solid angle units.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getDescription, getExtent, getLabel, getSymbol, getTextName, hashCode, toString
public static final SolidAngleUnit STERADIAN
public static final SolidAngleUnit DEGREE2
public static final SolidAngleUnit ARCMIN2
public static final SolidAngleUnit ARCSEC2
public static final SolidAngleUnit MAS2
public static final SolidAngleUnit UAS2
public SolidAngleUnit(java.lang.String label, java.lang.String textName, java.lang.String symbol, AngleUnit linearAngleUnit, java.lang.String description)
label
- text to appear in a selection interfacetextName
- text to appear in user-directed descriptive textsymbol
- text to appear as unit metadata,
preferably compatible with the VOUnit standardlinearAngleUnit
- unit corresponding to the square root of thisdescription
- textual descriptionpublic double getExtentInSquareDegrees()
public static SolidAngleUnit[] getKnownUnits()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.