首页 > 其他分享 >PEnum_AcquisitionMethod

PEnum_AcquisitionMethod

时间:2023-10-30 09:11:05浏览次数:31  
标签:NameDescription Laserscan AcquisitionMethod PEnum LASERSCAN GPS

PEnum_AcquisitionMethod

 

 

NameDescription
GPS
GPS  
LASERSCAN_AIRBORNE
Laserscan Airborne  
LASERSCAN_GROUND
Laserscan Ground  
SONAR
Sonar  
THEODOLITE
Theodolite  
USERDEFINED
Userdefined  
NOTKNOWN
Notknown  
UNSET
(unset) Value has not been specified.

 

 

 

 

 

 

################################################

标签:NameDescription,Laserscan,AcquisitionMethod,PEnum,LASERSCAN,GPS
From: https://www.cnblogs.com/herd/p/17558126.html

相关文章

  • PEnum_ElementShading
    PEnum_ElementShading NameDescriptionFIXEDFixed MOVABLEMovable OVERHANGOverhang SIDEFINSidefin USERDEFINEDUserdefined NOTDEFINEDNotdefined    ##############......
  • PEnum_LifeCyclePhase
    PEnum_LifeCyclePhase (生命周期阶段) NameDescriptionACQUISITIONAcquisition CRADLETOSITECradletosite DECONSTRUCTIONDeconstruction DISPOSALDisposal DISPOSALTRANSPORTDisposalTransport ......
  • PEnum_ElementStatus
    PEnum_ElementStatus  NameDescriptionNEWNewelementdesignedasnewadditionEXISTINGExistingelementexistsandistoremainDEMOLISHDemolishelementexistsbutistobedemolishedTEMPORARYTemporaryelemen......
  • 设置键盘只能输入数字( phoneNumTextField.keyboardType = UIKeyboardTypeNumberPad;)
    //手机号码textFieldphoneNumTextField=[[UITextFieldalloc]initWithFrame:CGRectMake(0,0,[[UIScreenmainScreen]bounds].size.width,40)];UIView*phoneImage=[[UIViewalloc]initWithFrame:CGRectMake(0,0,40,40)];phoneImage.backgroundColor=[U......