Package com.agisoft.metashape
Class OrthoProjection
java.lang.Object
com.agisoft.metashape.OrthoProjection
public class OrthoProjection extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description OrthoProjection()OrthoProjection(long cPtr, boolean cMemoryOwn)OrthoProjection(OrthoProjection crs) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()StringgetAuthority()static longgetCPtr(OrthoProjection obj)StringgetProj4()StringgetWkt()booleaninit(String wkt)Matrix4x4dlocalframe(Vector3d pt)Vector3dproject(Vector3d pt)static Vector3dtransform(Vector3d point, OrthoProjection source, OrthoProjection target)Transform point coordinates between coordinate systems.Vector3dunproject(Vector3d pt)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
OrthoProjection
public OrthoProjection(long cPtr, boolean cMemoryOwn) -
OrthoProjection
public OrthoProjection() -
OrthoProjection
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
getAuthority
-
getWkt
-
getProj4
-
init
-
project
-
unproject
-
localframe
-
transform
Transform point coordinates between coordinate systems.- Parameters:
point- Point coordinates.source- Source coordinate system.target- Target coordinate system.- Returns:
- Transformed point coordinates.
-