public static enum BodyShapeFitter.EllipsoidType extends Enum<BodyShapeFitter.EllipsoidType>
| Enum Constant and Description |
|---|
ONE_AXIS_ELLIPSOID_FITTED
Fitted one-axis ellipsoid.
|
ONE_AXIS_ELLIPSOID_INNER
Inner one-axis ellipsoid.
|
ONE_AXIS_ELLIPSOID_OUTER
Outer one-axis ellipsoid.
|
SPHERE_FITTED
Fitted sphere.
|
SPHERE_INNER
Inner sphere.
|
SPHERE_OUTER
Outer sphere.
|
THREE_AXIS_ELLIPSOID_FITTED
Fitted three-axis ellipsoid.
|
THREE_AXIS_ELLIPSOID_INNER
Inner three-axis ellipsoid.
|
THREE_AXIS_ELLIPSOID_OUTER
Outer three-axis ellipsoid.
|
| Modifier and Type | Method and Description |
|---|---|
static BodyShapeFitter.EllipsoidType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodyShapeFitter.EllipsoidType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodyShapeFitter.EllipsoidType SPHERE_FITTED
public static final BodyShapeFitter.EllipsoidType SPHERE_INNER
public static final BodyShapeFitter.EllipsoidType SPHERE_OUTER
public static final BodyShapeFitter.EllipsoidType ONE_AXIS_ELLIPSOID_FITTED
public static final BodyShapeFitter.EllipsoidType ONE_AXIS_ELLIPSOID_INNER
public static final BodyShapeFitter.EllipsoidType ONE_AXIS_ELLIPSOID_OUTER
public static final BodyShapeFitter.EllipsoidType THREE_AXIS_ELLIPSOID_FITTED
public static final BodyShapeFitter.EllipsoidType THREE_AXIS_ELLIPSOID_INNER
public static final BodyShapeFitter.EllipsoidType THREE_AXIS_ELLIPSOID_OUTER
public static BodyShapeFitter.EllipsoidType[] values()
for (BodyShapeFitter.EllipsoidType c : BodyShapeFitter.EllipsoidType.values()) System.out.println(c);
public static BodyShapeFitter.EllipsoidType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 CNES. All rights reserved.