dgn_pge.h
来自「GIS系统支持库Geospatial Data Abstraction Libr」· C头文件 代码 · 共 41 行
H
41 行
/****************************************************************************** * $Id: dgn_pge.h,v 1.2 2002/03/15 16:08:42 warmerda Exp $ * * Project: DGN Tag Read/Write Bindings for Pacific Gas and Electric * Purpose: Declarations for PGE DGN Tag functions. * Author: Frank Warmerdam, warmerdam@pobox.com * ****************************************************************************** * Copyright (c) 2002, Pacific Gas and Electric Co, San Franciso, CA, USA. * * All rights reserved. Not to be used, reproduced or disclosed without * permission. ****************************************************************************** * * $Log: dgn_pge.h,v $ * Revision 1.2 2002/03/15 16:08:42 warmerda * update to use strings lists for read/write function args * * Revision 1.1 2002/03/15 15:06:49 warmerda * New * */#ifndef _DGN_PGE_H_INCLUDED#define _DGN_PGE_H_INCLUDED#include "cpl_port.h"CPL_C_STARTint DGNWriteTags( const char *pszFilename, int nTagScheme, char **papszTagSets, char **papszTagNames, char **papszTagValues );int DGNReadTags( const char *pszFilename, int nTagScheme, char ***ppapszTagSets, char ***papszTagNames, char ***papszTagValues );CPL_C_END#endif /* ndef _DGN_PGE_H_INCLUDED */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?