Home
last modified time | relevance | path

Searched refs:poNewPoint (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrpoint.cpp98 OGRPoint *poNewPoint = new OGRPoint( x, y, z ); in clone() local
100 poNewPoint->assignSpatialReference( getSpatialReference() ); in clone()
101 poNewPoint->setCoordinateDimension( nCoordDimension ); in clone()
103 return poNewPoint; in clone()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrpoint.cpp105 OGRPoint *poNewPoint = new OGRPoint( x, y, z ); in clone() local
107 poNewPoint->assignSpatialReference( getSpatialReference() ); in clone()
108 poNewPoint->setCoordinateDimension( nCoordDimension ); in clone()
110 return poNewPoint; in clone()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrpoint.cpp84 OGRPoint *poNewPoint = new OGRPoint( x, y, z ); in clone() local
86 poNewPoint->assignSpatialReference( getSpatialReference() ); in clone()
88 return poNewPoint; in clone()