Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static Units |
Units.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Units[] |
Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Units |
ServiceAreaParameters.getTrimPolygonDistanceUnits()
If polygons are being trimmed, specifies the units of the trimPolygonDistance.
|
Units |
LinearUnit.getUnits()
Specifies the unit type of the linear distance.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceAreaParameters.setTrimPolygonDistanceUnits(Units trimPolygonDistanceUnits)
Set the trimPolygonDistanceUnits parameter.
|
void |
LinearUnit.setUnits(Units units)
Set the units parameter.
|