Changes between Version 14 and Version 15 of rfc20_srs_axes


Ignore:
Timestamp:
Jan 14, 2008, 9:04:13 PM (17 years ago)
Author:
hobu
Comment:

add syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • rfc20_srs_axes

    v14 v15  
    4848
    4949=== New Enumeration ===
     50{{{
     51#!cpp
    5052
    5153typedef enum {
     
    5759} OGRAxisOrientation;
    5860
     61}}}
    5962=== New methods ===
    6063
    6164{{{
     65#!cpp
    6266    const char *GetAxis( const char *pszTargetKey, int iAxis,
    6367                         OGRAxisOrientation *peOrientation );
     
    6771
    6872{{{
     73#!cpp
    6974    OGRErr      SetAxes( const char *pszTargetKey,
    7075                         const char *pszXAxisName, OGRAxisOrientation eXAxisOrientation,
     
    7681
    7782{{{
     83#!cpp
    7884    int         EPSGTreatsAsLatLong();
    7985}}}
     
    8288
    8389{{{
    84        OGRErr      importFromEPSGA( int );
     90#!cpp
     91    OGRErr      importFromEPSGA( int );
    8592}}}
    8693