Modifier and Type | Field and Description |
---|---|
Ellipsoid |
Cesium.ExportKmlOptions.ellipsoid
The ellipsoid for the output file.
|
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
TilingScheme.ellipsoid
Gets the ellipsoid that is tiled by the tiling scheme.
|
Modifier and Type | Method and Description |
---|---|
static Ellipsoid |
Ellipsoid.clone(Ellipsoid ellipsoid)
Duplicates an Ellipsoid instance.
|
static Ellipsoid |
Ellipsoid.clone(Ellipsoid ellipsoid,
Ellipsoid result)
Duplicates an Ellipsoid instance.
|
Ellipsoid |
EllipsoidRhumbLine.ellipsoid()
Gets the ellipsoid.
|
Ellipsoid |
SkyAtmosphere.ellipsoid()
Gets the ellipsoid the atmosphere is drawn around.
|
Ellipsoid |
EllipsoidGeodesic.ellipsoid()
Gets the ellipsoid.
|
static Ellipsoid |
Ellipsoid.fromCartesian3(Cartesian3 radii)
Computes an Ellipsoid from a Cartesian specifying the radii in x, y, and z directions.
|
static Ellipsoid |
Ellipsoid.MOON()
An Ellipsoid instance initialized to a sphere with the lunar radius.
|
static Ellipsoid |
Ellipsoid.UNIT_SPHERE()
An Ellipsoid instance initialized to radii of (1.0, 1.0, 1.0).
|
static Ellipsoid |
Ellipsoid.unpack(double[] array)
Retrieves an instance from a packed array.
|
static Ellipsoid |
Ellipsoid.unpack(double[] array,
int startingIndex,
Ellipsoid result)
Retrieves an instance from a packed array.
|
static Ellipsoid |
Ellipsoid.WGS84()
An Ellipsoid instance initialized to the WGS84 standard.
|
Modifier and Type | Method and Description |
---|---|
static Ellipsoid |
Ellipsoid.clone(Ellipsoid ellipsoid)
Duplicates an Ellipsoid instance.
|
static Ellipsoid |
Ellipsoid.clone(Ellipsoid ellipsoid,
Ellipsoid result)
Duplicates an Ellipsoid instance.
|
static Object |
Occluder.computeOccludeePointFromRectangle(Rectangle rectangle,
Ellipsoid ellipsoid)
Computes a point that can be used as the occludee position to the visibility functions from an rectangle.
|
static Matrix4 |
Transforms.eastNorthUpToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid)
Computes a 4x4 transformation matrix from a reference frame with an east-north-up axes centered at the provided
origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.eastNorthUpToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid,
Matrix4 result)
Computes a 4x4 transformation matrix from a reference frame with an east-north-up axes centered at the provided
origin to the provided ellipsoid's fixed reference frame.
|
boolean |
Ellipsoid.equals(Ellipsoid right)
Compares this Ellipsoid against the provided Ellipsoid componentwise and returns true if they are equal, false otherwise.
|
static HeadingPitchRoll |
Transforms.fixedFrameToHeadingPitchRoll(Matrix4 transform,
Ellipsoid ellipsoid)
Computes heading-pitch-roll angles from a transform in a particular reference frame.
|
static HeadingPitchRoll |
Transforms.fixedFrameToHeadingPitchRoll(Matrix4 transform,
Ellipsoid ellipsoid,
Transforms.LocalFrameToFixedFrame fixedFrameTransform)
Computes heading-pitch-roll angles from a transform in a particular reference frame.
|
static HeadingPitchRoll |
Transforms.fixedFrameToHeadingPitchRoll(Matrix4 transform,
Ellipsoid ellipsoid,
Transforms.LocalFrameToFixedFrame fixedFrameTransform,
HeadingPitchRoll result)
Computes heading-pitch-roll angles from a transform in a particular reference frame.
|
static Cartographic |
Cartographic.fromCartesian(Cartesian3 cartesian,
Ellipsoid ellipsoid)
Creates a new Cartographic instance from a Cartesian position.
|
static Cartographic |
Cartographic.fromCartesian(Cartesian3 cartesian,
Ellipsoid ellipsoid,
Cartographic result)
Creates a new Cartographic instance from a Cartesian position.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian2[] cartesians,
Ellipsoid ellipsoid)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian2[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian3[] cartesians,
Ellipsoid ellipsoid)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian3[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian4[] cartesians,
Ellipsoid ellipsoid)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian4[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Cartesian3 |
Cartesian3.fromDegrees(double longitude,
double latitude,
double height,
Ellipsoid ellipsoid,
Cartesian3 result)
Returns a Cartesian3 position from longitude and latitude values given in degrees.
|
static Cartesian3[] |
Cartesian3.fromDegreesArray(double[] coordinates,
Ellipsoid ellipsoid,
Cartesian3[] result)
Returns an array of Cartesian3 positions given an array of longitude and latitude values given in degrees.
|
static Cartesian3[] |
Cartesian3.fromDegreesArrayHeights(double[] coordinates,
Ellipsoid ellipsoid,
Cartesian3[] result)
Returns an array of Cartesian3 positions given an array of longitude, latitude and height values where longitude and latitude are given in degrees.
|
static BoundingSphere |
BoundingSphere.fromEllipsoid(Ellipsoid ellipsoid)
Creates a bounding sphere encompassing an ellipsoid.
|
static BoundingSphere |
BoundingSphere.fromEllipsoid(Ellipsoid ellipsoid,
BoundingSphere result)
Creates a bounding sphere encompassing an ellipsoid.
|
static Cartesian3 |
Cartesian3.fromRadians(double longitude,
double latitude,
double height,
Ellipsoid ellipsoid,
Cartesian3 result)
Returns a Cartesian3 position from longitude and latitude values given in radians.
|
static Cartesian3[] |
Cartesian3.fromRadiansArray(double[] coordinates,
Ellipsoid ellipsoid,
Cartesian3[] result)
Returns an array of Cartesian3 positions given an array of longitude and latitude values given in radians.
|
static Cartesian3[] |
Cartesian3.fromRadiansArrayHeights(double[] coordinates,
Ellipsoid ellipsoid,
Cartesian3[] result)
Returns an array of Cartesian3 positions given an array of longitude, latitude and height values where longitude and latitude are given in radians.
|
static OrientedBoundingBox |
OrientedBoundingBox.fromRectangle(Rectangle rectangle,
double minimumHeight,
double maximumHeight,
Ellipsoid ellipsoid)
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
|
static OrientedBoundingBox |
OrientedBoundingBox.fromRectangle(Rectangle rectangle,
double minimumHeight,
double maximumHeight,
Ellipsoid ellipsoid,
OrientedBoundingBox result)
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
|
static BoundingSphere |
BoundingSphere.fromRectangle3D(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight)
Computes a bounding sphere from an rectangle in 3D.
|
static BoundingSphere |
BoundingSphere.fromRectangle3D(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight,
BoundingSphere result)
Computes a bounding sphere from an rectangle in 3D.
|
static EllipsoidRhumbLine |
EllipsoidRhumbLine.fromStartHeadingDistance(Cartographic start,
double heading,
double distance,
Ellipsoid ellipsoid)
Create a rhumb line using an initial position with a heading and distance.
|
static EllipsoidRhumbLine |
EllipsoidRhumbLine.fromStartHeadingDistance(Cartographic start,
double heading,
double distance,
Ellipsoid ellipsoid,
EllipsoidRhumbLine result)
Create a rhumb line using an initial position with a heading and distance.
|
Matrix4 |
Transforms.LocalFrameToFixedFrame.function(Cartesian3 origin,
Ellipsoid ellipsoid,
Matrix4 result)
Computes a 4x4 transformation matrix from a reference frame centered at the provided origin to the provided ellipsoid's fixed reference frame.
|
static Cartesian3 |
IntersectionTests.grazingAltitudeLocation(Ray ray,
Ellipsoid ellipsoid)
Provides the point along the ray which is nearest to the ellipsoid.
|
static Quaternion |
Transforms.headingPitchRollQuaternion(Cartesian3 origin,
HeadingPitchRoll headingPitchRoll,
Ellipsoid ellipsoid)
Computes a quaternion from a reference frame with axes computed from the heading-pitch-roll angles centered at the
provided origin.
|
static Quaternion |
Transforms.headingPitchRollQuaternion(Cartesian3 origin,
HeadingPitchRoll headingPitchRoll,
Ellipsoid ellipsoid,
Quaternion result)
Computes a quaternion from a reference frame with axes computed from the heading-pitch-roll angles centered at the
provided origin.
|
static Quaternion |
Transforms.headingPitchRollQuaternion(Cartesian3 origin,
HeadingPitchRoll headingPitchRoll,
Ellipsoid ellipsoid,
Transforms.LocalFrameToFixedFrame transform,
Quaternion result)
Computes a quaternion from a reference frame with axes computed from the heading-pitch-roll angles centered at the
provided origin.
|
static Matrix4 |
Transforms.headingPitchRollToFixedFrame(Cartesian3 origin,
HeadingPitchRoll headingPitchRoll,
Ellipsoid ellipsoid)
Computes a 4x4 transformation matrix from a reference frame with axes computed from the heading-pitch-roll angles
centered at the provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.headingPitchRollToFixedFrame(Cartesian3 origin,
HeadingPitchRoll headingPitchRoll,
Ellipsoid ellipsoid,
Transforms.LocalFrameToFixedFrame fixedFrameTransform)
Computes a 4x4 transformation matrix from a reference frame with axes computed from the heading-pitch-roll angles
centered at the provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.headingPitchRollToFixedFrame(Cartesian3 origin,
HeadingPitchRoll headingPitchRoll,
Ellipsoid ellipsoid,
Transforms.LocalFrameToFixedFrame fixedFrameTransform,
Matrix4 result)
Computes a 4x4 transformation matrix from a reference frame with axes computed from the heading-pitch-roll angles
centered at the provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.northEastDownToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid)
Computes a 4x4 transformation matrix from a reference frame with an north-east-down axes centered at the
provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.northEastDownToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid,
Matrix4 result)
Computes a 4x4 transformation matrix from a reference frame with an north-east-down axes centered at the
provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.northUpEastToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid)
Computes a 4x4 transformation matrix from a reference frame with an north-up-east axes centered at the
provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.northUpEastToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid,
Matrix4 result)
Computes a 4x4 transformation matrix from a reference frame with an north-up-east axes centered at the
provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.northWestUpToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid)
Computes a 4x4 transformation matrix from a reference frame with an north-west-up axes centered at the
provided origin to the provided ellipsoid's fixed reference frame.
|
static Matrix4 |
Transforms.northWestUpToFixedFrame(Cartesian3 origin,
Ellipsoid ellipsoid,
Matrix4 result)
Computes a 4x4 transformation matrix from a reference frame with an north-west-up axes centered at the
provided origin to the provided ellipsoid's fixed reference frame.
|
static double[] |
Ellipsoid.pack(Ellipsoid value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
Ellipsoid.pack(Ellipsoid value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
static Interval |
IntersectionTests.rayEllipsoid(Ray ray,
Ellipsoid ellipsoid)
Computes the intersection points of a ray with an ellipsoid.
|
static Cartesian3[] |
Rectangle.subsample(Rectangle rectangle,
Ellipsoid ellipsoid)
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
|
static Cartesian3[] |
Rectangle.subsample(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight)
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
|
static Cartesian3[] |
Rectangle.subsample(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight,
Cartesian3[] result)
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
|
static Cartesian3 |
Cartographic.toCartesian(Cartographic cartographic,
Ellipsoid ellipsoid,
Cartesian3 result)
Creates a new Cartesian3 instance from a Cartographic input.
|
static Ellipsoid |
Ellipsoid.unpack(double[] array,
int startingIndex,
Ellipsoid result)
Retrieves an instance from a packed array.
|
Constructor and Description |
---|
EllipsoidGeodesic(Cartographic start,
Cartographic end,
Ellipsoid ellipsoid)
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
|
EllipsoidRhumbLine(Cartographic start,
Cartographic end,
Ellipsoid ellipsoid)
Initializes a rhumb line on the ellipsoid connecting the two provided planetodetic points.
|
SkyAtmosphere(Ellipsoid ellipsoid)
An atmosphere drawn around the limb of the provided ellipsoid.
|
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
CircleOutlineGeometryOptions.ellipsoid
The ellipsoid the circle will be on.
|
Ellipsoid |
WallOutlineGeometryOptions.ellipsoid
The ellipsoid for coordinate manipulation
Default:
WGS84() |
Ellipsoid |
EllipseOutlineGeometryOptions.ellipsoid
The ellipsoid the ellipse will be on.
|
Ellipsoid |
SimplePolylineGeometryOptions.ellipsoid
The ellipsoid to be used as a reference.
|
Ellipsoid |
CorridorOutlineGeometryOptions.ellipsoid
The ellipsoid to be used as a reference.
|
Ellipsoid |
PolylineGeometryOptions.ellipsoid
The ellipsoid to be used as a reference.
|
Ellipsoid |
RectangleOutlineGeometryOptions.ellipsoid
The ellipsoid on which the rectangle lies.
|
Ellipsoid |
PolygonOutlineGeometryOptions.ellipsoid
The ellipsoid to be used as a reference.
|
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
TilingSchemeOptions.ellipsoid
The ellipsoid whose surface is being tiled.
|
Ellipsoid |
PolylinePipelineOptions.ellipsoid
The ellipsoid on which the positions lie.
|
Modifier and Type | Method and Description |
---|---|
Ellipsoid |
MapProjection.ellipsoid()
Gets the Ellipsoid.
|
Ellipsoid |
WebMercatorProjection.ellipsoid()
Gets the Ellipsoid.
|
Constructor and Description |
---|
GeographicProjection(Ellipsoid ellipsoid)
A simple map projection where longitude and latitude are linearly mapped to X and Y by multiplying them by the
maximumRadius() . |
WebMercatorProjection(Ellipsoid ellipsoid)
The map projection used by Google Maps, Bing Maps, and most of ArcGIS Online, EPSG:3857.
|
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
ArcGISTiledElevationTerrainProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
EllipsoidTerrainProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
VRTheWorldTerrainProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
CesiumTerrainProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
GoogleEarthEnterpriseTerrainProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
ArcGisImageServerTerrainProviderOptions.ellipsoid
The ellipsoid.
|
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
KmlDataSourceLoadOptions.ellipsoid
The global ellipsoid used for geographical calculations.
|
Ellipsoid |
KmlDataSourceOptions.ellipsoid
The global ellipsoid used for geographical calculations.
|
Modifier and Type | Method and Description |
---|---|
static KmlDataSourceLoadStaticOptions |
KmlDataSourceLoadStaticOptions.create(Camera camera,
com.google.gwt.dom.client.CanvasElement canvas,
Ellipsoid ellipsoid)
Create instance options for
KmlDataSource |
static KmlDataSourceOptions |
KmlDataSourceOptions.create(Camera camera,
com.google.gwt.dom.client.CanvasElement canvas,
Ellipsoid ellipsoid)
Create instance options for
KmlDataSource |
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
VelocityOrientationProperty.ellipsoid
Gets or sets the ellipsoid used to determine which way is up.
|
Constructor and Description |
---|
VelocityOrientationProperty(Property position,
Ellipsoid ellipsoid)
A
Property which evaluates to a Quaternion rotation based on the velocity of the provided PositionProperty . |
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
Globe.ellipsoid
Gets an ellipsoid describing the shape of this globe.
|
Ellipsoid |
Cesium3DTileset.ellipsoid
The ellipsoid determining the size and shape of the globe.
|
Modifier and Type | Method and Description |
---|---|
Ellipsoid |
Moon.ellipsoid()
The moon ellipsoid.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Camera.computeViewRectangle(Ellipsoid ellipsoid)
Computes the approximate visible rectangle on the ellipsoid.
|
Rectangle |
Camera.computeViewRectangle(Ellipsoid ellipsoid,
Rectangle result)
Computes the approximate visible rectangle on the ellipsoid.
|
Cartesian3 |
Camera.pickEllipsoid(Cartesian2 windowPosition,
Ellipsoid ellipsoid)
Pick an ellipsoid or map.
|
Cartesian3 |
Camera.pickEllipsoid(Cartesian2 windowPosition,
Ellipsoid ellipsoid,
Cartesian3 result)
Pick an ellipsoid or map.
|
Constructor and Description |
---|
Globe(Ellipsoid ellipsoid) |
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
AbstractPrimitive.ellipsoid |
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
MoonOptions.ellipsoid
The moon ellipsoid.
|
Ellipsoid |
Cesium3DTilesetOptions.ellipsoid
The ellipsoid determining the size and shape of the globe.
|
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
ArcGisMapServerImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
OpenStreetMapImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
GridImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
TileMapServiceImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
SingleTileImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
TileCoordinatesImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
MapboxImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
UrlTemplateImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
WebMapTileServiceImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
BingMapsImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
GoogleEarthEnterpriseImageryProviderOptions.ellipsoid
The ellipsoid.
|
Ellipsoid |
WebMapServiceImageryProviderOptions.ellipsoid
The ellipsoid.
|
Copyright © 2019. All rights reserved.