Package com.agisoft.metashape
Class OrthoProjection
java.lang.Object
com.agisoft.metashape.OrthoProjection
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()Base coordinate system.static longgetCPtr(OrthoProjection obj) getProj4()doubleCylindrical projection radius.Ortho transformation matrix.getType()Projection type.getWkt()booleanlocalframe(Vector3d pt) voidBase coordinate system.voidsetRadius(double radius) Cylindrical projection radius.voidsetTransform(Matrix4x4d transform) Ortho transformation matrix.voidsetType(OrthoProjection.Type type) Projection type.static Vector3dtransform(Vector3d point, OrthoProjection source, OrthoProjection target) Transform point coordinates between coordinate systems.
-
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() -
setCoordinateSystem
Base coordinate system. -
getCoordinateSystem
Base coordinate system. -
setTransform
Ortho transformation matrix. -
getTransform
Ortho transformation matrix. -
setType
Projection type. -
getType
Projection type. -
setRadius
public void setRadius(double radius) Cylindrical projection radius. -
getRadius
public double getRadius()Cylindrical projection radius. -
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.
-