Package | Description |
---|---|
com.ctreber.acearth.projection | |
com.ctreber.acearth.scanbit | |
com.ctreber.acearth.util |
Modifier and Type | Method and Description |
---|---|
Point3D |
Projection.rotate(Point3D pPoint)
Rotate the point according to the current rotation of Earth.
|
Point3D |
Projection.rotateReverse(Point3D pPoint) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectionOrtho.isVisible(Point3D pPoint)
All of Earth is visible.
|
boolean |
ProjectionMerc.isVisible(Point3D pPoint)
All of Earth is visible.
|
boolean |
ProjectionCyl.isVisible(Point3D pPoint)
All of Earth is visible.
|
abstract boolean |
Projection.isVisible(Point3D pPoint) |
Point2D |
Projection.project2D(Point3D pPoint)
Imagine view the globe, N is up, S is down, and N0E0 is in the center.
|
Point3D |
Projection.rotate(Point3D pPoint)
Rotate the point according to the current rotation of Earth.
|
Point3D |
Projection.rotateReverse(Point3D pPoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
BitGeneratorMapOrtho.scanPolygon(com.ctreber.acearth.scanbit.ScanBuf pScanBuf,
Point3D[] pPoints3D,
Point2D[] pPoints2D,
int pIndex) |
protected void |
BitGeneratorMapDefault.scanPolygon(com.ctreber.acearth.scanbit.ScanBuf pScanBuf,
Point3D[] pPoints3D,
Point2D[] pPoints2D,
int pIndex)
Look at 2 neighboring points in polygon and find edge crossings -
edge of the globe?!
|
protected abstract void |
BitGeneratorMap.scanPolygon(com.ctreber.acearth.scanbit.ScanBuf pScanBuf,
Point3D[] pPoints3D,
Point2D[] pPoints2D,
int pIndex) |
Modifier and Type | Method and Description |
---|---|
Point3D |
Polygon.getPoint(int pIndex) |
Point3D |
Coordinate.getPoint3D() |
Point3D |
Coordinate.getPoint3DRads()
Assumes coordinate is not in degrees but rads.
|
Point3D[] |
Polygon.getPoints() |
Constructor and Description |
---|
Polygon(int pType,
Point3D[] pPoints) |
Copyright © 2016. All Rights Reserved.