Skip to content

Commit

Permalink
Remove getGeometryType() method ... now returns wkbLineString.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@619 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
warmerdam committed Jul 8, 1999
1 parent 8ce1722 commit 0bf61f1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions ogr/ogrlinearring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
* Revision 1.5 1999/07/08 20:25:39 warmerda
* Remove getGeometryType() method ... now returns wkbLineString.
*
* Revision 1.4 1999/06/25 20:44:43 warmerda
* implemented assignSpatialReference, carry properly
*
Expand Down Expand Up @@ -67,16 +70,6 @@ OGRLinearRing::OGRLinearRing( OGRLinearRing * poSrcRing )
sizeof(OGRRawPoint) * getNumPoints() );
}

/************************************************************************/
/* getGeometryType() */
/************************************************************************/

OGRwkbGeometryType OGRLinearRing::getGeometryType()

{
return wkbUnknown;
}

/************************************************************************/
/* getGeometryName() */
/************************************************************************/
Expand Down

0 comments on commit 0bf61f1

Please sign in to comment.