Package | Description |
---|---|
org.cesiumjs.cs.core.geometry |
Modifier and Type | Method and Description |
---|---|
static PolygonGeometry |
PolygonGeometry.fromPositions(PolygonGeometryOptions options)
A description of a polygon from an array of positions.
|
static PolygonGeometry |
PolygonGeometry.unpack(double[] array)
Retrieves an instance from a packed array.
|
static PolygonGeometry |
GroundPolylineGeometry.unpack(double[] array)
Retrieves an instance from a packed array.
|
static PolygonGeometry |
PolygonGeometry.unpack(double[] array,
int startingIndex)
Retrieves an instance from a packed array.
|
static PolygonGeometry |
GroundPolylineGeometry.unpack(double[] array,
int startingIndex)
Retrieves an instance from a packed array.
|
static PolygonGeometry |
PolygonGeometry.unpack(double[] array,
int startingIndex,
PolygonGeometry result)
Retrieves an instance from a packed array.
|
static PolygonGeometry |
GroundPolylineGeometry.unpack(double[] array,
int startingIndex,
PolygonGeometry result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
PolygonGeometry.createGeometry(PolygonGeometry polygonGeometry)
Computes the geometric representation of a polygon, including its vertices, indices, and a bounding sphere.
|
static double[] |
PolygonGeometry.pack(PolygonGeometry value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
GroundPolylineGeometry.pack(PolygonGeometry value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
PolygonGeometry.pack(PolygonGeometry value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
static double[] |
GroundPolylineGeometry.pack(PolygonGeometry value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
static PolygonGeometry |
PolygonGeometry.unpack(double[] array,
int startingIndex,
PolygonGeometry result)
Retrieves an instance from a packed array.
|
static PolygonGeometry |
GroundPolylineGeometry.unpack(double[] array,
int startingIndex,
PolygonGeometry result)
Retrieves an instance from a packed array.
|
Copyright © 2019. All rights reserved.