public class OrthoProjection
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrthoProjection.Type |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
OrthoProjection() |
OrthoProjection(long cPtr,
boolean cMemoryOwn) |
OrthoProjection(OrthoProjection crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
java.lang.String |
getAuthority() |
CoordinateSystem |
getCoordinateSystem()
Base coordinate system.
|
static long |
getCPtr(OrthoProjection obj) |
java.lang.String |
getProj4() |
double |
getRadius()
Cylindrical projection radius.
|
Matrix4x4d |
getTransform()
Ortho transformation matrix.
|
OrthoProjection.Type |
getType()
Projection type.
|
java.lang.String |
getWkt() |
boolean |
init(java.lang.String wkt) |
Matrix4x4d |
localframe(Vector3d pt) |
Vector3d |
project(Vector3d pt) |
void |
setCoordinateSystem(CoordinateSystem crs)
Base coordinate system.
|
void |
setRadius(double radius)
Cylindrical projection radius.
|
void |
setTransform(Matrix4x4d transform)
Ortho transformation matrix.
|
void |
setType(OrthoProjection.Type type)
Projection type.
|
static Vector3d |
transform(Vector3d point,
OrthoProjection source,
OrthoProjection target)
Transform point coordinates between coordinate systems.
|
Vector3d |
unproject(Vector3d pt) |
public OrthoProjection(long cPtr,
boolean cMemoryOwn)
public OrthoProjection()
public OrthoProjection(OrthoProjection crs)
public static long getCPtr(OrthoProjection obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setCoordinateSystem(CoordinateSystem crs)
public CoordinateSystem getCoordinateSystem()
public void setTransform(Matrix4x4d transform)
public Matrix4x4d getTransform()
public void setType(OrthoProjection.Type type)
public OrthoProjection.Type getType()
public void setRadius(double radius)
public double getRadius()
public java.lang.String getAuthority()
public java.lang.String getWkt()
public java.lang.String getProj4()
public boolean init(java.lang.String wkt)
public Matrix4x4d localframe(Vector3d pt)
public static Vector3d transform(Vector3d point, OrthoProjection source, OrthoProjection target)
point - Point coordinates.source - Source coordinate system.target - Target coordinate system.