Uses of Class
com.agisoft.metashape.CoordinateSystem
Packages that use CoordinateSystem
-
Uses of CoordinateSystem in com.agisoft.metashape
Methods in com.agisoft.metashape that return CoordinateSystemModifier and TypeMethodDescriptionChunk.getCameraCoordinateSystem()Coordinate system used for camera reference data, may be null.Chunk.getCoordinateSystem()Coordinate system used for reference data.DenseCloud.getCoordinateSystem()Reference coordinate system, may be null.OrthoProjection.getCoordinateSystem()Base coordinate system.TiledModel.getCoordinateSystem()Reference coordinate system, may be null.Chunk.getMarkerCoordinateSystem()Coordinate system used for marker reference data, may be null.CoordinateSystem.makeGeocentric()Construct geocentric coordinate system using coordinate system datum.CoordinateSystem.makeGeographic()Construct geographic coordinate system using coordinate system datum.Methods in com.agisoft.metashape with parameters of type CoordinateSystemModifier and TypeMethodDescriptionstatic final voidMetashapeJNI.Chunk_setCameraCoordinateSystem(long jarg1, Chunk jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidMetashapeJNI.Chunk_setCoordinateSystem(long jarg1, Chunk jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidMetashapeJNI.Chunk_setMarkerCoordinateSystem(long jarg1, Chunk jarg1_, long jarg2, CoordinateSystem jarg2_) static final longMetashapeJNI.CoordinateSystem_datumTransform(long jarg1, CoordinateSystem jarg1_, long jarg2, CoordinateSystem jarg2_) static final StringMetashapeJNI.CoordinateSystem_getAuthority(long jarg1, CoordinateSystem jarg1_) static final StringMetashapeJNI.CoordinateSystem_getProj4(long jarg1, CoordinateSystem jarg1_) static final StringMetashapeJNI.CoordinateSystem_getWkt(long jarg1, CoordinateSystem jarg1_) static final booleanMetashapeJNI.CoordinateSystem_init(long jarg1, CoordinateSystem jarg1_, String jarg2) static final longMetashapeJNI.CoordinateSystem_localframe(long jarg1, CoordinateSystem jarg1_, long jarg2, Vector3d jarg2_) static final longMetashapeJNI.CoordinateSystem_makeGeocentric(long jarg1, CoordinateSystem jarg1_) static final longMetashapeJNI.CoordinateSystem_makeGeographic(long jarg1, CoordinateSystem jarg1_) static final longMetashapeJNI.CoordinateSystem_project(long jarg1, CoordinateSystem jarg1_, long jarg2, Vector3d jarg2_) static final longMetashapeJNI.CoordinateSystem_transform(long jarg1, Vector3d jarg1_, long jarg2, CoordinateSystem jarg2_, long jarg3, CoordinateSystem jarg3_) static final longMetashapeJNI.CoordinateSystem_transformationMatrix(long jarg1, Vector3d jarg1_, long jarg2, CoordinateSystem jarg2_, long jarg3, CoordinateSystem jarg3_) static final longMetashapeJNI.CoordinateSystem_unproject(long jarg1, CoordinateSystem jarg1_, long jarg2, Vector3d jarg2_) static Matrix4x4dCoordinateSystem.datumTransform(CoordinateSystem source, CoordinateSystem target) Coordinate transformation from source to target coordinate system datum.static final voidMetashapeJNI.DenseCloud_setCoordinateSystem(long jarg1, DenseCloud jarg1_, long jarg2, CoordinateSystem jarg2_) static longCoordinateSystem.getCPtr(CoordinateSystem obj) static final longMetashapeJNI.new_CoordinateSystem__SWIG_1(long jarg1, CoordinateSystem jarg1_) static final voidMetashapeJNI.OrthoProjection_setCoordinateSystem(long jarg1, OrthoProjection jarg1_, long jarg2, CoordinateSystem jarg2_) voidChunk.setCameraCoordinateSystem(CoordinateSystem crs) Coordinate system used for camera reference data, may be null.voidChunk.setCoordinateSystem(CoordinateSystem crs) Coordinate system used for reference data.voidDenseCloud.setCoordinateSystem(CoordinateSystem crs) Reference coordinate system, may be null.voidOrthoProjection.setCoordinateSystem(CoordinateSystem crs) Base coordinate system.voidTiledModel.setCoordinateSystem(CoordinateSystem crs) Reference coordinate system, may be null.voidChunk.setMarkerCoordinateSystem(CoordinateSystem crs) Coordinate system used for marker reference data, may be null.static final voidMetashapeJNI.TiledModel_setCoordinateSystem(long jarg1, TiledModel jarg1_, long jarg2, CoordinateSystem jarg2_) static Vector3dCoordinateSystem.transform(Vector3d point, CoordinateSystem source, CoordinateSystem target) Transform point coordinates between coordinate systems.static Matrix4x4dCoordinateSystem.transformationMatrix(Vector3d point, CoordinateSystem source, CoordinateSystem target) Local approximation of coordinate transformation from source to target coordinate system at the given point.Constructors in com.agisoft.metashape with parameters of type CoordinateSystem -
Uses of CoordinateSystem in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return CoordinateSystemModifier and TypeMethodDescriptionExportCameras.getCRS()Output coordinate system.ExportMarkers.getCRS()Output coordinate system.ExportModel.getCRS()Output coordinate system.ExportPoints.getCRS()Output coordinate system.ExportShapes.getCRS()Output coordinate system.ExportTiledModel.getCRS()Output coordinate system.ImportCameras.getCRS()Ground coordinate system.ImportModel.getCRS()Model coordinate system.ImportPoints.getCRS()Point cloud coordinate system.ImportRaster.getCRS()Default coordinate system if not specified in GeoTIFF file.ImportReference.getCRS()Reference data coordinate system (csv format only).ImportShapes.getCRS()Reference data coordinate system (csv format only).Methods in com.agisoft.metashape.tasks with parameters of type CoordinateSystemModifier and TypeMethodDescriptionstatic final voidTasksJNI.ExportCameras_setCRS(long jarg1, ExportCameras jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ExportMarkers_setCRS(long jarg1, ExportMarkers jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ExportModel_setCRS(long jarg1, ExportModel jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ExportPoints_setCRS(long jarg1, ExportPoints jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ExportShapes_setCRS(long jarg1, ExportShapes jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ExportTiledModel_setCRS(long jarg1, ExportTiledModel jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ImportCameras_setCRS(long jarg1, ImportCameras jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ImportModel_setCRS(long jarg1, ImportModel jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ImportPoints_setCRS(long jarg1, ImportPoints jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ImportRaster_setCRS(long jarg1, ImportRaster jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ImportReference_setCRS(long jarg1, ImportReference jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidTasksJNI.ImportShapes_setCRS(long jarg1, ImportShapes jarg1_, long jarg2, CoordinateSystem jarg2_) voidExportCameras.setCRS(CoordinateSystem value) Output coordinate system.voidExportMarkers.setCRS(CoordinateSystem value) Output coordinate system.voidExportModel.setCRS(CoordinateSystem value) Output coordinate system.voidExportPoints.setCRS(CoordinateSystem value) Output coordinate system.voidExportShapes.setCRS(CoordinateSystem value) Output coordinate system.voidExportTiledModel.setCRS(CoordinateSystem value) Output coordinate system.voidImportCameras.setCRS(CoordinateSystem value) Ground coordinate system.voidImportModel.setCRS(CoordinateSystem value) Model coordinate system.voidImportPoints.setCRS(CoordinateSystem value) Point cloud coordinate system.voidImportRaster.setCRS(CoordinateSystem value) Default coordinate system if not specified in GeoTIFF file.voidImportReference.setCRS(CoordinateSystem value) Reference data coordinate system (csv format only).voidImportShapes.setCRS(CoordinateSystem value) Reference data coordinate system (csv format only).