lastools lasreader->header.number_attributes为0
时间: 2024-04-01 14:35:36 浏览: 137
`lasreader->header.number_attributes` 是 LAStools 库中 `LASheader` 结构体的一个成员变量,用于存储 LAS 文件中点云数据的属性数量。如果该变量的值为 0,说明该 LAS 文件中没有任何属性数据。
有几种可能的原因:
1. 该 LAS 文件中确实没有任何属性数据,只有点云坐标信息。
2. 读取 LAS 文件时发生了错误,导致属性数据没有被正确读取。
3. 该 LAS 文件中的属性数据格式不正确,导致无法被识别。
你可以先检查一下该 LAS 文件中是否确实没有任何属性数据。如果该文件中确实有属性数据,可以尝试检查一下读取 LAS 文件的代码,看看是否有错误发生。同时,你也可以尝试使用其他的 LAS 文件来进行测试,看看是否能够正常读取属性数据。如果问题依然存在,可能需要进一步排查 LAS 文件的格式或者软件配置等问题。
相关问题
lastools 读取las点云文件 lasreader->point.attributer->number_attributes为0
这个问题可能是由以下几个原因导致的:
1. LAS 文件中没有属性数据。如果 LAS 文件中没有任何属性数据,那么 `lasreader->point.attributer->number_attributes` 就会返回 0。
2. 代码中没有正确设置属性信息。在读取 LAS 文件时,需要设置读取哪些属性。如果没有正确设置属性信息,那么 `lasreader->point.attributer->number_attributes` 就会返回 0。
3. LAS 文件版本不支持属性信息。如果 LAS 文件的版本过低,可能不支持属性信息。这种情况下,`lasreader->point.attributer->number_attributes` 也会返回 0。
建议你检查一下以上几个原因,看看是否能够解决问题。如果还有问题,请提供更多的信息,我会尽力帮助你解决。
java.security path: D:\biayu\jdk\jre\lib\security Security providers: [SUN version 1.8, SunRsaSign version 1.8, SunEC version 1.8, SunJSSE version 1.8, SunJCE version 1.8, SunJGSS version 1.8, SunSASL version 1.8, XMLDSig version 1.8, SunPCSC version 1.8, SunMSCAPI version 1.8] SSLContext provider info: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories, SSLv3/TLSv1/TLSv1.1/TLSv1.2/TLSv1.3) SSLContext provider services: [SunJSSE: KeyPairGenerator.RSA -> sun.security.rsa.RSAKeyPairGenerator$Legacy aliases: [OID.1.2.840.113549.1.1, 1.2.840.113549.1.1, 1.2.840.113549.1.1.1] , SunJSSE: KeyFactory.RSA -> sun.security.rsa.RSAKeyFactory$Legacy aliases: [OID.1.2.840.113549.1.1, 1.2.840.113549.1.1, 1.2.840.113549.1.1.1] , SunJSSE: Signature.SHA1withRSA -> sun.security.rsa.RSASignature$SHA1withRSA aliases: [OID.1.2.840.113549.1.1.5, 1.2.840.113549.1.1.5, 1.3.14.3.2.29] attributes: {SupportedKeyClasses=java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey} , SunJSSE: SSLContext.TLS -> sun.security.ssl.SSLContextImpl$TLSContext aliases: [SSL] , SunJSSE: SSLContext.TLSv1 -> sun.security.ssl.SSLContextImpl$TLS10Context aliases: [SSLv3] , SunJSSE: Signature.MD2withRSA -> sun.security.rsa.RSASignature$MD2withRSA aliases: [OID.1.2.840.113549.1.1.2, 1.2.840.113549.1.1.2] attributes: {SupportedKeyClasses=java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey} , SunJSSE: Signature.MD5withRSA -> sun.security.rsa.RSASignature$MD5withRSA aliases: [OID.1.2.840.113549.1.1.4, 1.2.840.113549.1.1.4] attributes: {SupportedKeyClasses=java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey} , SunJSSE: KeyStore.PKCS12 -> sun.security.pkcs12.PKCS12KeyStore , SunJSSE: TrustManagerFactory.SunX509 -> sun.security.ssl.TrustManagerFactoryImpl$SimpleFactory , SunJSSE: KeyManagerFactory.SunX509 -> sun.security.ssl.KeyManagerFactoryImpl$SunX509 , SunJSSE: TrustManagerFactory.PKIX -> sun.security.ssl.TrustManagerFactoryImpl$PKIXFactory aliases: [SunPKIX, X509, X.509] , SunJSSE: KeyManagerFactory.NewSunX509 -> sun.security.ssl.KeyManagerFactoryImpl$X509 aliases: [PKIX] , SunJSSE: SSLContext.Default -> sun.security.ssl.SSLContextImpl$DefaultSSLContext , SunJSSE: SSLContext.TLSv1.1 -> sun.security.ssl.SSLContextImpl$TLS11Context , SunJSSE: Signature.MD5andSHA1withRSA -> sun.security.ssl.RSASignature , SunJSSE: SSLContext.TLSv1.3 -> sun.security.ssl.SSLContextImpl$TLS13Context , SunJSSE: SSLContext.TLSv1.2 -> sun.security.ssl.SSLContextImpl$TLS12Context ] java.ext.dirs: D:\biayu\jdk\jre\lib\ext;C:\Windows\Sun\Java\lib\ext 2023-07-14 09:02:08.895 ERROR 6772 --- [ main] com.zaxxer.hikari.pool.HikariPool : master - Exception during pool initialization. com.microsoft.sqlserver.jdbc.SQLServerException: 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]”。 ClientConnectionId:275886a9-fcb1-451b-af33-3b3ea3195ee6
根据你提供的信息,错误提示是:驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误信息显示客户端偏好的协议版本为 [TLS13, TLS12],而服务器选择的协议版本为 TLS10。这导致连接失败。
要解决这个问题,你可以尝试以下方法:
1. 检查 SQL Server 的 SSL/TLS 配置:确保 SQL Server 配置的 SSL/TLS 协议版本与客户端兼容。你可以在 SQL Server 配置管理器中的 "SQL Server Network Configuration" 下的 "Protocols for [InstanceName]" 中检查和配置 SSL/TLS 设置。
2. 更新 JDBC 驱动程序:尝试更新使用的 JDBC 驱动程序版本,以确保它支持客户端偏好的协议版本。你可以从 Microsoft 官方网站下载最新的 JDBC 驱动程序。
3. 更新 Java 运行时环境 (JRE):确保你使用的 Java 运行时环境 (JRE) 版本支持所需的 SSL/TLS 协议版本。你可以尝试升级到最新的 Java 版本。
4. 显式设置 SSLContext:在连接 SQL Server 之前,通过代码显式设置 SSLContext,指定所需的 SSL/TLS 协议版本。例如,可以使用以下代码片段设置为 TLSv1.2 版本:
```java
SSLContext sslContext = SSLContext.getInstance("TLSv1.2");
sslContext.init(null, null, null);
```
然后,将该 SSLContext 传递给 SQL Server 连接的属性中。
请注意,具体的解决方法可能因你的环境和需求而有所不同。建议先尝试这些方法,并根据实际情况进行调整和进一步研究。
阅读全文