Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
neys.h
Package: QGIS.rar [view]
Upload User: oybseng
Upload Date: 2015-04-27
Package Size: 7831k
Code Size: 8k
Category:
GDI-Bitmap
Development Platform:
Visual C++
- #ifndef NEYS_H
- #define NEYS_H
- /***************************************************************************/
- /* RSC IDENTIFIER: NEYS
- *
- * ABSTRACT
- *
- * This component provides conversions between Geodetic coordinates
- * (latitude and longitude in radians) and Ney's (Modified Lambert
- * Conformal Conic) projection coordinates (easting and northing in meters).
- *
- * ERROR HANDLING
- *
- * This component checks parameters for valid values. If an invalid value
- * is found the error code is combined with the current error code using
- * the bitwise or. This combining allows multiple error codes to be
- * returned. The possible error codes are:
- *
- * NEYS_NO_ERROR : No errors occurred in function
- * NEYS_LAT_ERROR : Latitude outside of valid range
- * (-90 to 90 degrees)
- * NEYS_LON_ERROR : Longitude outside of valid range
- * (-180 to 360 degrees)
- * NEYS_EASTING_ERROR : Easting outside of valid range
- * (depends on ellipsoid and projection
- * parameters)
- * NEYS_NORTHING_ERROR : Northing outside of valid range
- * (depends on ellipsoid and projection
- * parameters)
- * NEYS_FIRST_STDP_ERROR : First standard parallel outside of valid
- * range (