Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
GeometryService.UnitType |
AreasAndLengthsParameters.getAreaUnit()
The area unit in which areas of polygons will be calculated.
|
GeometryService.UnitType |
GeneralizeParameters.getDeviationUnit()
The maximum deviation unit.
|
GeometryService.UnitType |
DistanceParameters.getDistanceUnit()
Specifies the units for measuring distance between geometry1 and geometry2.
|
GeometryService.UnitType |
LengthsParameters.getLengthUnit()
The length unit in which perimeters of polygons will be calculated.
|
GeometryService.UnitType |
AreasAndLengthsParameters.getLengthUnit()
The length unit in which perimeters of polygons will be calculated.
|
GeometryService.UnitType |
OffsetParameters.getOffsetUnit()
The offset distance unit.
|
GeometryService.UnitType |
BufferParameters.getUnit()
The units for calculating each buffer distance.
|
static GeometryService.UnitType |
GeometryService.UnitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeometryService.UnitType[] |
GeometryService.UnitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AreasAndLengthsParameters.setAreaUnit(GeometryService.UnitType areaUnit)
Set the area unit parameter.
|
void |
GeneralizeParameters.setDeviationUnit(GeometryService.UnitType deviationUnit)
Set the deviation unit parameter.
|
void |
DistanceParameters.setDistanceUnit(GeometryService.UnitType distanceUnit)
Set the disance unit parameter.
|
void |
LengthsParameters.setLengthUnit(GeometryService.UnitType lengthUnit)
Set the length unit parameter.
|
void |
AreasAndLengthsParameters.setLengthUnit(GeometryService.UnitType lengthUnit)
Set the length unit parameter.
|
void |
OffsetParameters.setOffsetUnit(GeometryService.UnitType offsetUnit)
Set the offset unit.
|
void |
BufferParameters.setUnit(GeometryService.UnitType unit)
Set the unit parameter.
|