Bounds |
Bounds.addHorizontalPlane(PlanetModel planetModel,
double latitude,
Plane horizontalPlane,
Membership... bounds) |
Add a horizontal plane to the bounds description.
|
Bounds |
LatLonBounds.addHorizontalPlane(PlanetModel planetModel,
double latitude,
Plane horizontalPlane,
Membership... bounds) |
|
Bounds |
XYZBounds.addHorizontalPlane(PlanetModel planetModel,
double latitude,
Plane horizontalPlane,
Membership... bounds) |
Add a horizontal plane to the bounds description.
|
Bounds |
Bounds.addIntersection(PlanetModel planetModel,
Plane plane1,
Plane plane2,
Membership... bounds) |
Add the intersection between two planes to the bounds description.
|
Bounds |
LatLonBounds.addIntersection(PlanetModel planetModel,
Plane plane1,
Plane plane2,
Membership... bounds) |
|
Bounds |
XYZBounds.addIntersection(PlanetModel planetModel,
Plane plane1,
Plane plane2,
Membership... bounds) |
|
Bounds |
Bounds.addPlane(PlanetModel planetModel,
Plane plane,
Membership... bounds) |
Add a general plane to the bounds description.
|
Bounds |
LatLonBounds.addPlane(PlanetModel planetModel,
Plane plane,
Membership... bounds) |
|
Bounds |
XYZBounds.addPlane(PlanetModel planetModel,
Plane plane,
Membership... bounds) |
|
Bounds |
Bounds.addVerticalPlane(PlanetModel planetModel,
double longitude,
Plane verticalPlane,
Membership... bounds) |
Add a vertical plane to the bounds description.
|
Bounds |
LatLonBounds.addVerticalPlane(PlanetModel planetModel,
double longitude,
Plane verticalPlane,
Membership... bounds) |
|
Bounds |
XYZBounds.addVerticalPlane(PlanetModel planetModel,
double longitude,
Plane verticalPlane,
Membership... bounds) |
Add a vertical plane to the bounds description.
|
double |
Plane.arcDistance(PlanetModel planetModel,
double x,
double y,
double z,
Membership... bounds) |
Compute arc distance from plane to a vector.
|
double |
Plane.arcDistance(PlanetModel planetModel,
GeoPoint v,
Membership... bounds) |
Compute arc distance from plane to a vector expressed with a GeoPoint .
|
(package private) static boolean |
GeoPolygonFactory.buildPolygonShape(GeoCompositePolygon rval,
GeoPolygonFactory.MutableBoolean seenConcave,
PlanetModel planetModel,
java.util.List<GeoPoint> pointsList,
java.util.BitSet internalEdges,
int startPointIndex,
int endPointIndex,
SidedPlane startingEdge,
java.util.List<GeoPolygon> holes,
GeoPoint testPoint) |
Build a GeoPolygon out of one concave part and multiple convex parts given points, starting
edge, and whether starting edge is internal or not.
|
(package private) static double |
Vector.computeDesiredEllipsoidMagnitude(PlanetModel planetModel,
double z) |
Compute the desired magnitude of a unit vector projected to a given planet model.
|
(package private) static double |
Vector.computeDesiredEllipsoidMagnitude(PlanetModel planetModel,
double x,
double y,
double z) |
Compute the desired magnitude of a unit vector projected to a given planet model.
|
double |
ArcDistance.computeDistance(PlanetModel planetModel,
Plane plane,
double x,
double y,
double z,
Membership... bounds) |
|
double |
ArcDistance.computeDistance(PlanetModel planetModel,
Plane plane,
GeoPoint point,
Membership... bounds) |
|
double |
DistanceStyle.computeDistance(PlanetModel planetModel,
Plane plane,
double x,
double y,
double z,
Membership... bounds) |
Compute the distance from a plane to a point.
|
default double |
DistanceStyle.computeDistance(PlanetModel planetModel,
Plane plane,
GeoPoint point,
Membership... bounds) |
Compute the distance from a plane to a point.
|
double |
LinearDistance.computeDistance(PlanetModel planetModel,
Plane plane,
double x,
double y,
double z,
Membership... bounds) |
|
double |
LinearDistance.computeDistance(PlanetModel planetModel,
Plane plane,
GeoPoint point,
Membership... bounds) |
|
double |
LinearSquaredDistance.computeDistance(PlanetModel planetModel,
Plane plane,
double x,
double y,
double z,
Membership... bounds) |
|
double |
LinearSquaredDistance.computeDistance(PlanetModel planetModel,
Plane plane,
GeoPoint point,
Membership... bounds) |
|
double |
NormalDistance.computeDistance(PlanetModel planetModel,
Plane plane,
double x,
double y,
double z,
Membership... bounds) |
|
double |
NormalDistance.computeDistance(PlanetModel planetModel,
Plane plane,
GeoPoint point,
Membership... bounds) |
|
double |
NormalSquaredDistance.computeDistance(PlanetModel planetModel,
Plane plane,
double x,
double y,
double z,
Membership... bounds) |
|
double |
NormalSquaredDistance.computeDistance(PlanetModel planetModel,
Plane plane,
GeoPoint point,
Membership... bounds) |
|
GeoComplexPolygon |
GeoPolygonFactory.BestShape.createGeoComplexPolygon(PlanetModel planetModel,
java.util.List<java.util.List<GeoPoint>> pointsList,
GeoPoint testPoint) |
|
boolean |
Plane.crosses(PlanetModel planetModel,
Plane q,
GeoPoint[] notablePoints,
GeoPoint[] moreNotablePoints,
Membership[] bounds,
Membership... moreBounds) |
Determine whether the plane crosses another plane within the bounds provided.
|
GeoPoint[] |
Plane.findArcDistancePoints(PlanetModel planetModel,
double arcDistanceValue,
GeoPoint startPoint,
Membership... bounds) |
Locate a point that is within the specified bounds and on the specified plane, that has an
arcDistance as specified from the startPoint.
|
private static java.lang.Boolean |
GeoPolygonFactory.findConvexPolygon(PlanetModel planetModel,
GeoPolygonFactory.Edge currentEdge,
GeoCompositePolygon rval,
GeoPolygonFactory.EdgeBuffer edgeBuffer,
java.util.List<GeoPolygon> holes,
GeoPoint testPoint) |
Look for a convex polygon at the specified edge.
|
GeoPoint[] |
Plane.findCrossings(PlanetModel planetModel,
Plane q,
Membership... bounds) |
Find the points between two planes, where one plane crosses the other, given a set of bounds.
|
protected GeoPoint[] |
Plane.findCrossings(PlanetModel planetModel,
Plane q,
Membership[] bounds,
Membership[] moreBounds) |
Find the points between two planes, where one plane crosses the other, given a set of bounds.
|
GeoPoint[] |
ArcDistance.findDistancePoints(PlanetModel planetModel,
double distanceValue,
GeoPoint startPoint,
Plane plane,
Membership... bounds) |
|
GeoPoint[] |
DistanceStyle.findDistancePoints(PlanetModel planetModel,
double distanceValue,
GeoPoint startPoint,
Plane plane,
Membership... bounds) |
Find a GeoPoint, at a specified distance from a starting point, within the specified bounds.
|
GeoPoint[] |
LinearDistance.findDistancePoints(PlanetModel planetModel,
double distanceValue,
GeoPoint startPoint,
Plane plane,
Membership... bounds) |
|
GeoPoint[] |
LinearSquaredDistance.findDistancePoints(PlanetModel planetModel,
double distanceValue,
GeoPoint startPoint,
Plane plane,
Membership... bounds) |
|
GeoPoint[] |
NormalDistance.findDistancePoints(PlanetModel planetModel,
double distanceValue,
GeoPoint startPoint,
Plane plane,
Membership... bounds) |
|
GeoPoint[] |
NormalSquaredDistance.findDistancePoints(PlanetModel planetModel,
double distanceValue,
GeoPoint startPoint,
Plane plane,
Membership... bounds) |
|
protected void |
Plane.findIntersectionBounds(PlanetModel planetModel,
Bounds boundsInfo,
Plane q,
Membership... bounds) |
Record intersection points for planes with error bounds.
|
GeoPoint[] |
Plane.findIntersections(PlanetModel planetModel,
Plane q,
Membership... bounds) |
Find the intersection points between two planes, given a set of bounds.
|
protected GeoPoint[] |
Plane.findIntersections(PlanetModel planetModel,
Plane q,
Membership[] bounds,
Membership[] moreBounds) |
Find the intersection points between two planes, given a set of bounds.
|
double |
ArcDistance.findMaximumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
DistanceStyle.findMaximumArcDistance(PlanetModel planetModel,
double distanceValue) |
Given a distance metric, find the maximum arc distance represented by the distance metric.
|
double |
LinearDistance.findMaximumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
LinearSquaredDistance.findMaximumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
NormalDistance.findMaximumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
NormalSquaredDistance.findMaximumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
ArcDistance.findMinimumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
DistanceStyle.findMinimumArcDistance(PlanetModel planetModel,
double distanceValue) |
Given a distance metric, find the minimum arc distance represented by that distance metric.
|
double |
LinearDistance.findMinimumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
LinearSquaredDistance.findMinimumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
NormalDistance.findMinimumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
double |
NormalSquaredDistance.findMinimumArcDistance(PlanetModel planetModel,
double distanceValue) |
|
(package private) static GeoPolygon |
GeoPolygonFactory.generateGeoPolygon(PlanetModel planetModel,
java.util.List<GeoPoint> filteredPointList,
java.util.List<GeoPolygon> holes,
GeoPoint testPoint,
boolean testPointInside) |
Create a GeoPolygon using the specified points and holes and a test point.
|
void |
GeoDegeneratePath.PathSegment.getBounds(PlanetModel planetModel,
Bounds bounds) |
Get the bounds for a segment endpoint.
|
void |
GeoDegeneratePath.SegmentEndpoint.getBounds(PlanetModel planetModel,
Bounds bounds) |
Get the bounds for a segment endpoint.
|
void |
GeoStandardPath.BaseSegmentEndpoint.getBounds(PlanetModel planetModel,
Bounds bounds) |
|
void |
GeoStandardPath.CircleSegmentEndpoint.getBounds(PlanetModel planetModel,
Bounds bounds) |
|
void |
GeoStandardPath.CutoffDualCircleSegmentEndpoint.getBounds(PlanetModel planetModel,
Bounds bounds) |
|
void |
GeoStandardPath.PathSegment.getBounds(PlanetModel planetModel,
Bounds bounds) |
Get the bounds for a segment endpoint.
|
void |
GeoStandardPath.SegmentEndpoint.getBounds(PlanetModel planetModel,
Bounds bounds) |
Get the bounds for a segment endpoint.
|
private static GeoPoint |
GeoPolygonFactory.getCenterOfMass(PlanetModel planetModel,
java.util.List<GeoPoint> points) |
Generate a point at the center of mass of a list of points.
|
GeoPoint |
Plane.getSampleIntersectionPoint(PlanetModel planetModel,
Plane q) |
Find a sample point on the intersection between two planes and the world.
|
GeoPoint[] |
Plane.interpolate(PlanetModel planetModel,
GeoPoint start,
GeoPoint end,
double[] proportions) |
Find points on the boundary of the intersection of a plane and the unit sphere, given a
starting point, and ending point, and a list of proportions of the arc (e.g.
|
boolean |
GeoDegeneratePath.PathSegment.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
Determine if this endpoint intersects a specified plane.
|
boolean |
GeoDegeneratePath.SegmentEndpoint.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
Determine if this endpoint intersects a specified plane.
|
boolean |
GeoStandardPath.BaseSegmentEndpoint.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
|
boolean |
GeoStandardPath.CircleSegmentEndpoint.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
|
boolean |
GeoStandardPath.CutoffDualCircleSegmentEndpoint.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
|
boolean |
GeoStandardPath.CutoffSingleCircleSegmentEndpoint.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
|
boolean |
GeoStandardPath.PathSegment.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
Determine if this endpoint intersects a specified plane.
|
boolean |
GeoStandardPath.SegmentEndpoint.intersects(PlanetModel planetModel,
Plane p,
GeoPoint[] notablePoints,
Membership[] bounds) |
Determine if this endpoint intersects a specified plane.
|
boolean |
Plane.intersects(PlanetModel planetModel,
Plane q,
GeoPoint[] notablePoints,
GeoPoint[] moreNotablePoints,
Membership[] bounds,
Membership... moreBounds) |
Determine whether the plane intersects another plane within the bounds provided.
|
boolean |
XYZBounds.isLargestMaxX(PlanetModel planetModel) |
Return true if maxX is as large as the planet model allows.
|
boolean |
XYZBounds.isLargestMaxY(PlanetModel planetModel) |
Return true if maxY is as large as the planet model allows.
|
boolean |
XYZBounds.isLargestMaxZ(PlanetModel planetModel) |
Return true if maxZ is as large as the planet model allows.
|
boolean |
XYZBounds.isSmallestMinX(PlanetModel planetModel) |
Return true if minX is as small as the planet model allows.
|
boolean |
XYZBounds.isSmallestMinY(PlanetModel planetModel) |
Return true if minY is as small as the planet model allows.
|
boolean |
XYZBounds.isSmallestMinZ(PlanetModel planetModel) |
Return true if minZ is as small as the planet model allows.
|
double |
Plane.linearDistance(PlanetModel planetModel,
double x,
double y,
double z,
Membership... bounds) |
Compute linear distance from plane to a vector.
|
double |
Plane.linearDistance(PlanetModel planetModel,
GeoPoint v,
Membership... bounds) |
Compute linear distance from plane to a vector.
|
double |
Plane.linearDistanceSquared(PlanetModel planetModel,
double x,
double y,
double z,
Membership... bounds) |
Compute linear distance squared from plane to a vector.
|
double |
Plane.linearDistanceSquared(PlanetModel planetModel,
GeoPoint v,
Membership... bounds) |
Compute linear distance squared from plane to a vector.
|
private static boolean |
GeoPolygonFactory.makeConcavePolygon(PlanetModel planetModel,
GeoCompositePolygon rval,
GeoPolygonFactory.MutableBoolean seenConcave,
GeoPolygonFactory.EdgeBuffer edgeBuffer,
java.util.List<GeoPolygon> holes,
GeoPoint testPoint) |
Look for a concave polygon in the remainder of the edgebuffer.
|
static GeoCircle |
GeoCircleFactory.makeExactGeoCircle(PlanetModel planetModel,
double latitude,
double longitude,
double radius,
double accuracy) |
Create an GeoCircle from a center, a radius and a desired accuracy.
|
static GeoArea |
GeoAreaFactory.makeGeoArea(PlanetModel planetModel,
double topLat,
double bottomLat,
double leftLon,
double rightLon) |
Create a GeoArea of the right kind given the specified bounds.
|
static GeoArea |
GeoAreaFactory.makeGeoArea(PlanetModel planetModel,
double minX,
double maxX,
double minY,
double maxY,
double minZ,
double maxZ) |
Create a GeoArea of the right kind given (x,y,z) bounds.
|
static GeoBBox |
GeoBBoxFactory.makeGeoBBox(PlanetModel planetModel,
double topLat,
double bottomLat,
double leftLon,
double rightLon) |
Create a geobbox of the right kind given the specified bounds.
|
static GeoBBox |
GeoBBoxFactory.makeGeoBBox(PlanetModel planetModel,
LatLonBounds bounds) |
Create a geobbox of the right kind given the specified LatLonBounds .
|
static GeoCircle |
GeoCircleFactory.makeGeoCircle(PlanetModel planetModel,
double latitude,
double longitude,
double cutoffAngle) |
Create a GeoCircle from a center and a cutoff angle.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoConcavePolygon(PlanetModel planetModel,
java.util.List<GeoPoint> pointList) |
Create a GeoConcavePolygon using the specified points.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoConcavePolygon(PlanetModel planetModel,
java.util.List<GeoPoint> pointList,
java.util.List<GeoPolygon> holes) |
Create a GeoConcavePolygon using the specified points and holes.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoConvexPolygon(PlanetModel planetModel,
java.util.List<GeoPoint> pointList) |
Create a GeoConvexPolygon using the specified points.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoConvexPolygon(PlanetModel planetModel,
java.util.List<GeoPoint> pointList,
java.util.List<GeoPolygon> holes) |
Create a GeoConvexPolygon using the specified points and holes.
|
static GeoPath |
GeoPathFactory.makeGeoPath(PlanetModel planetModel,
double maxCutoffAngle,
GeoPoint[] pathPoints) |
Create a GeoPath of the right kind given the specified information.
|
static GeoPointShape |
GeoPointShapeFactory.makeGeoPointShape(PlanetModel planetModel,
double lat,
double lon) |
Create a GeoPointShape with the provided information.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoPolygon(PlanetModel planetModel,
java.util.List<GeoPoint> pointList) |
Create a GeoPolygon using the specified points and holes, using order to determine siding of
the polygon.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoPolygon(PlanetModel planetModel,
java.util.List<GeoPoint> pointList,
java.util.List<GeoPolygon> holes) |
Create a GeoPolygon using the specified points and holes, using order to determine siding of
the polygon.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoPolygon(PlanetModel planetModel,
java.util.List<GeoPoint> pointList,
java.util.List<GeoPolygon> holes,
double leniencyValue) |
Create a GeoPolygon using the specified points and holes, using order to determine siding of
the polygon.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoPolygon(PlanetModel planetModel,
GeoPolygonFactory.PolygonDescription description) |
Create a GeoPolygon using the specified points and holes, using order to determine siding of
the polygon.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoPolygon(PlanetModel planetModel,
GeoPolygonFactory.PolygonDescription description,
double leniencyValue) |
Create a GeoPolygon using the specified points and holes, using order to determine siding of
the polygon.
|
static GeoPolygon |
GeoS2ShapeFactory.makeGeoS2Shape(PlanetModel planetModel,
GeoPoint point1,
GeoPoint point2,
GeoPoint point3,
GeoPoint point4) |
Creates a convex polygon with 4 planes by providing 4 points in CCW.
|
static GeoPolygon |
GeoPolygonFactory.makeLargeGeoPolygon(PlanetModel planetModel,
java.util.List<GeoPolygonFactory.PolygonDescription> shapesList) |
Create a large GeoPolygon.
|
static XYZSolid |
XYZSolidFactory.makeXYZSolid(PlanetModel planetModel,
double minX,
double maxX,
double minY,
double maxY,
double minZ,
double maxZ) |
Create a XYZSolid of the right kind given (x,y,z) bounds.
|
static XYZSolid |
XYZSolidFactory.makeXYZSolid(PlanetModel planetModel,
XYZBounds bounds) |
Create a XYZSolid of the right kind given (x,y,z) bounds.
|
double |
GeoDegeneratePath.PathSegment.nearestPathDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute nearest path distance.
|
double |
GeoStandardPath.PathSegment.nearestPathDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute nearest path distance.
|
Bounds |
Bounds.noBound(PlanetModel planetModel) |
Signal that there is no bound whatsoever.
|
Bounds |
LatLonBounds.noBound(PlanetModel planetModel) |
|
Bounds |
XYZBounds.noBound(PlanetModel planetModel) |
|
double |
GeoDegeneratePath.PathSegment.outsideDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute external distance.
|
double |
GeoStandardPath.PathSegment.outsideDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute external distance.
|
double |
GeoDegeneratePath.PathSegment.pathCenterDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute path center distance.
|
double |
GeoStandardPath.PathSegment.pathCenterDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute path center distance.
|
double |
GeoStandardPath.PathSegment.pathDeltaDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute delta path distance.
|
double |
GeoDegeneratePath.PathSegment.pathDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute interior path distance.
|
double |
GeoStandardPath.PathSegment.pathDistance(PlanetModel planetModel,
DistanceStyle distanceStyle,
double x,
double y,
double z) |
Compute interior path distance.
|
private static GeoPoint |
GeoPolygonFactory.pickPole(java.util.Random generator,
PlanetModel planetModel,
java.util.List<GeoPoint> points) |
Pick a random pole that has a good chance of being inside the polygon described by the points.
|
static <T extends SerializableObject> T[] |
SerializableObject.readHeterogeneousArray(PlanetModel planetModel,
java.io.InputStream inputStream,
java.lang.Class<T> clazz) |
Read an array.
|
static <T extends SerializableObject> T[] |
SerializableObject.readHomogeneousArray(PlanetModel planetModel,
java.io.InputStream inputStream,
java.lang.Class<T> clazz) |
Read an array.
|
static SerializableObject |
SerializableObject.readObject(PlanetModel planetModel,
java.io.InputStream inputStream) |
Read an object from a stream (for objects that need a PlanetModel).
|
static SerializableObject |
SerializableObject.readObject(PlanetModel planetModel,
java.io.InputStream inputStream,
java.lang.Class<?> clazz) |
Instantiate a serializable object from a stream.
|
static GeoPoint[] |
SerializableObject.readPointArray(PlanetModel planetModel,
java.io.InputStream inputStream) |
Read a point array.
|
private static java.util.List<java.util.List<GeoPoint>> |
GeoComplexPolygon.readPointsList(PlanetModel planetModel,
java.io.InputStream inputStream) |
|
static GeoPolygon[] |
SerializableObject.readPolygonArray(PlanetModel planetModel,
java.io.InputStream inputStream) |
Read a polygon array.
|
void |
Plane.recordBounds(PlanetModel planetModel,
LatLonBounds boundsInfo,
Membership... bounds) |
Accumulate bounds information for this plane, intersected with the unit sphere.
|
void |
Plane.recordBounds(PlanetModel planetModel,
LatLonBounds boundsInfo,
Plane p,
Membership... bounds) |
Accumulate bounds information for this plane, intersected with another plane and the world.
|
void |
Plane.recordBounds(PlanetModel planetModel,
XYZBounds boundsInfo,
Membership... bounds) |
Accumulate (x,y,z) bounds information for this plane, intersected with the unit sphere.
|
void |
Plane.recordBounds(PlanetModel planetModel,
XYZBounds boundsInfo,
Plane p,
Membership... bounds) |
Accumulate (x,y,z) bounds information for this plane, intersected with another and the world.
|
private static void |
Plane.recordLineBounds(PlanetModel planetModel,
Bounds boundsInfo,
double lineVectorX,
double lineVectorY,
double lineVectorZ,
double x0,
double y0,
double z0,
Membership... bounds) |
|
protected static GeoPoint |
Plane.reverseModify(PlanetModel planetModel,
Vector point,
double transX,
double transY,
double transZ,
double sinRA,
double cosRA,
double sinHA,
double cosHA) |
Reverse modify a point to produce a GeoPoint in normal space.
|