| Package | Description | 
|---|---|
| agi.foundation.geometry.discrete | 
 Contains types which define discretization algorithms and metadata for analysis of spatial geometry. 
 | 
| agi.foundation.graphics | 
 Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PolylineType | 
SurfaceTriangulatorResult.getBoundaryPolylineType()
Gets the  
PolylineType of BoundaryPositions. | 
PolylineType | 
SolidTriangulatorResult.getOutlinePolylineType()
 | 
PolylineType | 
SurfaceShapesResult.getPolylineType()
Gets the  
PolylineType of Positions. | 
| Modifier and Type | Method and Description | 
|---|---|
static PolylineType | 
PolylineType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static PolylineType | 
PolylineType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
PolylineType | 
RhumbLineInterpolator.getPolylineType()  | 
PolylineType | 
PositionInterpolator.getPolylineType()
Gets the  
PolylineType of positions
returned from Interpolate | 
PolylineType | 
PolylinePrimitive.getPolylineType()
Gets how the polyline interprets the positions passed to  
Set methods. | 
PolylineType | 
PathPrimitive.getPolylineType()
Gets how the primitive interprets the positions. 
 | 
PolylineType | 
GreatArcInterpolator.getPolylineType()  | 
static PolylineType | 
PolylineType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PolylineType[] | 
PolylineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PathPrimitive.setPolylineType(PolylineType value)
Sets how the primitive interprets the positions. 
 | 
| Constructor and Description | 
|---|
PolylinePrimitive(PolylineType polylineType)
Initializes a polyline primitive with the specified
 
polylineType. | 
PolylinePrimitive(PolylineType polylineType,
                 SetHint setHint)
Initializes a new instance of a polyline primitive with the specified
 
polylineType and setHint. |