Package | Description |
---|---|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Method and Description |
---|---|
EllipsoidSurfaceRegionCurveConnectionType |
SpecifiedNodesEllipsoidSurfaceRegionBuilder.getConnectionType()
Gets the
EllipsoidSurfaceRegionCurveConnectionType for the surface region. |
static EllipsoidSurfaceRegionCurveConnectionType |
EllipsoidSurfaceRegionCurveConnectionType.getDefault()
Get the enum constant that is considered to be the default.
|
static EllipsoidSurfaceRegionCurveConnectionType |
EllipsoidSurfaceRegionCurveConnectionType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static EllipsoidSurfaceRegionCurveConnectionType |
EllipsoidSurfaceRegionCurveConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EllipsoidSurfaceRegionCurveConnectionType[] |
EllipsoidSurfaceRegionCurveConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpecifiedNodesEllipsoidSurfaceRegionBuilder.setConnectionType(EllipsoidSurfaceRegionCurveConnectionType value)
Sets the
EllipsoidSurfaceRegionCurveConnectionType for the surface region. |
Constructor and Description |
---|
SpecifiedNodesEllipsoidSurfaceRegionBuilder(Ellipsoid referenceSurface,
Iterable<Cartographic> nodes,
EllipsoidSurfaceRegionCurveConnectionType connectionType)
|