Package | Description |
---|---|
agi.foundation.geometry.shapes |
Contains types for representing geometric shapes such as curves, surfaces, and solids.
|
Modifier and Type | Method and Description |
---|---|
static EllipsoidType |
EllipsoidType.getDefault()
Get the enum constant that is considered to be the default.
|
EllipsoidType |
Ellipsoid.getEllipsoidType()
Gets the type of the ellipsoid based on the semiaxis lengths.
|
static EllipsoidType |
EllipsoidType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static EllipsoidType |
EllipsoidType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EllipsoidType[] |
EllipsoidType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|