Skip to content

Commit

Permalink
added CPL_CVSID
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@2349 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
warmerdam committed Jul 18, 2001
1 parent 98905a2 commit 43e8160
Show file tree
Hide file tree
Showing 30 changed files with 149 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ogr/ogr2ogr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.9 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.8 2001/06/26 20:58:20 warmerda
* added -nln switch
*
Expand Down Expand Up @@ -58,6 +61,8 @@
#include "cpl_conv.h"
#include "cpl_string.h"

CPL_CVSID("$Id$");

static void Usage();

static int TranslateLayer( OGRDataSource *poSrcDS,
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogr_fromepsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
******************************************************************************
*
* $Log$
* Revision 1.10 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.9 2001/03/15 03:19:23 warmerda
* added polyconic (9818) support
*
Expand Down Expand Up @@ -61,6 +64,8 @@
#include "ogr_spatialref.h"
#include "cpl_csv.h"

CPL_CVSID("$Id$");

#ifndef PI
# define PI 3.14159265358979323846
#endif
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogr_opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.3 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.2 2001/01/19 21:10:46 warmerda
* replaced tabs
*
Expand All @@ -39,6 +42,8 @@
#include "ogr_srs_api.h"
#include "cpl_string.h"

CPL_CVSID("$Id$");

static char *papszParameterDefinitions[] = {
SRS_PP_CENTRAL_MERIDIAN, "Central Meridian", "Long", "0.0",
SRS_PP_SCALE_FACTOR, "Scale Factor", "Ratio", "1.0",
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogr_srs_esri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.6 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.5 2001/03/16 22:15:48 warmerda
* added support for reading WKT in importFromEPSG
*
Expand All @@ -48,6 +51,8 @@
#include "ogr_spatialref.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* OSRImportFromESRI() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogr_srs_proj4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.18 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.17 2001/03/02 04:37:43 danmo
* Return empty string for LOCAL_CS in exportToProj4().
*
Expand Down Expand Up @@ -78,6 +81,8 @@
#include "ogr_spatialref.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/* -------------------------------------------------------------------- */
/* The following list comes from osrs/proj/src/pj_ellps.c */
/* ... please update from time to time. */
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogr_srsnode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.13 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.12 2001/01/19 21:10:46 warmerda
* replaced tabs
*
Expand Down Expand Up @@ -69,6 +72,8 @@
#include "ogr_spatialref.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* OGR_SRSNode() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.9 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.8 2001/05/24 21:02:42 warmerda
* moved OGRCoordinateTransform destructor defn
*
Expand Down Expand Up @@ -59,6 +62,8 @@
#include "cpl_conv.h"
#include "cpl_string.h"

CPL_CVSID("$Id$");

/* ==================================================================== */
/* PROJ.4 interface stuff. */
/* ==================================================================== */
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrcurve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.8 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.7 1999/11/18 19:02:19 warmerda
* expanded tabs
*
Expand Down Expand Up @@ -56,6 +59,8 @@
#include "ogr_geometry.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* get_IsClosed() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrfeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.18 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.17 2001/06/01 14:32:27 warmerda
* added CreateFeature factory method
*
Expand Down Expand Up @@ -84,6 +87,8 @@
#include "ogr_feature.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* OGRFeature() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrfeaturedefn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.5 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.4 1999/10/01 14:46:38 warmerda
* don't blow assertion trying to get non-existant fields
*
Expand All @@ -44,6 +47,8 @@
#include "ogr_feature.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* OGRFeatureDefn() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrfeaturequery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
******************************************************************************
*
* $Log$
* Revision 1.2 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.1 2001/06/19 15:46:41 warmerda
* New
*
Expand All @@ -38,6 +41,8 @@
#include "ogr_feature.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

CPL_C_START
#include "swq.h"
CPL_C_END
Expand Down
4 changes: 4 additions & 0 deletions ogr/ogrfeaturestyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.6 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.5 2001/07/03 04:20:26 danmo
* Allow empty strings in style string param values, and replaced printf messages
* in the code with CPLError() calls.
Expand All @@ -51,6 +54,7 @@
#include "ogr_feature.h"
#include "ogr_featurestyle.h"

CPL_CVSID("$Id$");

/****************************************************************************/
/* Class Parameter (used in the String) */
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrfielddefn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.5 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.4 1999/11/18 19:02:19 warmerda
* expanded tabs
*
Expand All @@ -44,6 +47,8 @@
#include "ogr_feature.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* OGRFieldDefn() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrgeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.9 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.8 2001/02/06 14:14:09 warmerda
* fixed up documentation
*
Expand Down Expand Up @@ -58,6 +61,8 @@
#include "ogr_p.h"
#include <assert.h>

CPL_CVSID("$Id$");

/************************************************************************/
/* OGRGeometry() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrgeometrycollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.11 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.10 2001/05/24 18:06:30 warmerda
* use addGeometryDirectly when parsing WKT
*
Expand Down Expand Up @@ -63,6 +66,8 @@
#include "ogr_geometry.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* OGRGeometryCollection() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrgeometryfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
******************************************************************************
*
* $Log$
* Revision 1.9 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.8 2001/06/01 14:34:02 warmerda
* added debugging of corrupt geometry
*
Expand Down Expand Up @@ -61,6 +64,8 @@
#include "ogr_p.h"
#include <assert.h>

CPL_CVSID("$Id$");

/************************************************************************/
/* createFromWkb() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.11 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.10 2001/07/17 15:00:21 danmo
* Report layer extent in ReportOnLayer().
*
Expand Down Expand Up @@ -64,6 +67,8 @@
#include "cpl_conv.h"
#include "cpl_string.h"

CPL_CVSID("$Id$");

int bReadOnly = FALSE;
int bVerbose = TRUE;

Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrlinearring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.7 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.6 1999/11/18 19:02:19 warmerda
* expanded tabs
*
Expand All @@ -51,6 +54,8 @@
#include "ogr_geometry.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* OGRLinearRing() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrlinestring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.19 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.18 2001/05/24 18:06:06 warmerda
* fixed comment
*
Expand Down Expand Up @@ -90,6 +93,8 @@
#include "ogr_p.h"
#include <assert.h>

CPL_CVSID("$Id$");

/************************************************************************/
/* OGRLineString() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrmultilinestring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.6 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.5 2001/05/24 18:05:18 warmerda
* substantial fixes to WKT support for MULTIPOINT/LINE/POLYGON
*
Expand All @@ -48,6 +51,8 @@
#include "ogr_geometry.h"
#include "ogr_p.h"

CPL_CVSID("$Id$");

/************************************************************************/
/* getGeometryType() */
/************************************************************************/
Expand Down
5 changes: 5 additions & 0 deletions ogr/ogrmultipoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.6 2001/07/18 05:03:05 warmerda
* added CPL_CVSID
*
* Revision 1.5 2001/05/29 02:24:33 warmerda
* fixed bracket count on import
*
Expand All @@ -49,6 +52,8 @@
#include "ogr_p.h"
#include <assert.h>

CPL_CVSID("$Id$");

/************************************************************************/
/* getGeometryType() */
/************************************************************************/
Expand Down
Loading

0 comments on commit 43e8160

Please sign in to comment.