Home
last modified time | relevance | path

Searched refs:adfParameters (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogrdxf_leader.cpp1263 const std::vector<double>& adfParameters, in GetBSplineControlPoints() argument
1397 std::vector<double> adfParameters; in InterpolateSpline() local
1398 adfParameters.push_back( 0.0 ); in InterpolateSpline()
1401 const double dfParameter = adfParameters[iIndex - 1] + in InterpolateSpline()
1412 if( dfParameter == adfParameters[iIndex - 1] ) in InterpolateSpline()
1415 adfParameters.push_back( dfParameter ); in InterpolateSpline()
1418 const double dfTotalChordLength = adfParameters[adfParameters.size() - 1]; in InterpolateSpline()
1424 oStartTangent *= dfTotalChordLength / adfParameters[1]; in InterpolateSpline()
1446 adfParameters[iIndex] /= dfTotalChordLength; in InterpolateSpline()
1451 std::copy( adfParameters.begin(), adfParameters.end(), in InterpolateSpline()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogrdxf_leader.cpp1263 const std::vector<double>& adfParameters, in GetBSplineControlPoints() argument
1397 std::vector<double> adfParameters; in InterpolateSpline() local
1398 adfParameters.push_back( 0.0 ); in InterpolateSpline()
1401 const double dfParameter = adfParameters[iIndex - 1] + in InterpolateSpline()
1412 if( dfParameter == adfParameters[iIndex - 1] ) in InterpolateSpline()
1415 adfParameters.push_back( dfParameter ); in InterpolateSpline()
1418 const double dfTotalChordLength = adfParameters[adfParameters.size() - 1]; in InterpolateSpline()
1424 oStartTangent *= dfTotalChordLength / adfParameters[1]; in InterpolateSpline()
1446 adfParameters[iIndex] /= dfTotalChordLength; in InterpolateSpline()
1451 std::copy( adfParameters.begin(), adfParameters.end(), in InterpolateSpline()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogrdxf_leader.cpp1263 const std::vector<double>& adfParameters, in GetBSplineControlPoints() argument
1397 std::vector<double> adfParameters; in InterpolateSpline() local
1398 adfParameters.push_back( 0.0 ); in InterpolateSpline()
1401 const double dfParameter = adfParameters[iIndex - 1] + in InterpolateSpline()
1412 if( dfParameter == adfParameters[iIndex - 1] ) in InterpolateSpline()
1415 adfParameters.push_back( dfParameter ); in InterpolateSpline()
1418 const double dfTotalChordLength = adfParameters[adfParameters.size() - 1]; in InterpolateSpline()
1424 oStartTangent *= dfTotalChordLength / adfParameters[1]; in InterpolateSpline()
1446 adfParameters[iIndex] /= dfTotalChordLength; in InterpolateSpline()
1451 std::copy( adfParameters.begin(), adfParameters.end(), in InterpolateSpline()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/
H A Dogrpcidsklayer.cpp123 std::vector<double> adfParameters; in OGRPCIDSKLayer() local
125 adfParameters = poVecSeg->GetProjection( osGeosys ); in OGRPCIDSKLayer()
127 if( ((PCIDSK::UnitCode)(int)adfParameters[16]) in OGRPCIDSKLayer()
130 else if( ((PCIDSK::UnitCode)(int)adfParameters[16]) in OGRPCIDSKLayer()
133 else if( ((PCIDSK::UnitCode)(int)adfParameters[16]) in OGRPCIDSKLayer()
136 else if( ((PCIDSK::UnitCode)(int)adfParameters[16]) in OGRPCIDSKLayer()
143 &(adfParameters[0]) ) != OGRERR_NONE ) in OGRPCIDSKLayer()
H A Dpcidskdataset2.cpp1407 std::vector<double> adfParameters; in GetProjectionRef() local
1409 adfParameters.resize(18); in GetProjectionRef()
1415 adfParameters = poGeoref->GetParameters(); in GetProjectionRef()
1416 if( ((UnitCode)(int)adfParameters[16]) in GetProjectionRef()
1419 else if( ((UnitCode)(int)adfParameters[16]) in GetProjectionRef()
1422 else if( ((UnitCode)(int)adfParameters[16]) in GetProjectionRef()
1425 else if( ((UnitCode)(int)adfParameters[16]) in GetProjectionRef()
1437 &(adfParameters[0]) ) == OGRERR_NONE ) in GetProjectionRef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/
H A Dogrpcidsklayer.cpp128 std::vector<double> adfParameters; in OGRPCIDSKLayer() local
130 adfParameters = poVecSeg->GetProjection( osGeosys ); in OGRPCIDSKLayer()
132 if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) ) in OGRPCIDSKLayer()
135 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] )) in OGRPCIDSKLayer()
138 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) ) in OGRPCIDSKLayer()
141 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) ) in OGRPCIDSKLayer()
148 &(adfParameters[0]) ) != OGRERR_NONE ) in OGRPCIDSKLayer()
H A Dpcidskdataset2.cpp1474 std::vector<double> adfParameters; in GetSpatialRef() local
1475 adfParameters.resize(18); in GetSpatialRef()
1480 adfParameters = poGeoref->GetParameters(); in GetSpatialRef()
1482 = static_cast<UnitCode>( static_cast<int>( adfParameters[16] ) ); in GetSpatialRef()
1502 &(adfParameters[0]) ) == OGRERR_NONE ) in GetSpatialRef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/
H A Dogrpcidsklayer.cpp128 std::vector<double> adfParameters;
130 adfParameters = poVecSeg->GetProjection( osGeosys );
132 if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) )
135 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ))
138 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) )
141 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) )
148 &(adfParameters[0]) ) != OGRERR_NONE )
H A Dpcidskdataset2.cpp1474 std::vector<double> adfParameters;
1475 adfParameters.resize(18);
1480 adfParameters = poGeoref->GetParameters();
1482 = static_cast<UnitCode>( static_cast<int>( adfParameters[16] ) );
1502 &(adfParameters[0]) ) == OGRERR_NONE )
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/
H A Dogrpcidsklayer.cpp128 std::vector<double> adfParameters; in OGRPCIDSKLayer() local
130 adfParameters = poVecSeg->GetProjection( osGeosys ); in OGRPCIDSKLayer()
132 if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) ) in OGRPCIDSKLayer()
135 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] )) in OGRPCIDSKLayer()
138 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) ) in OGRPCIDSKLayer()
141 else if( static_cast<PCIDSK::UnitCode>( static_cast<int>( adfParameters[16] ) ) in OGRPCIDSKLayer()
148 &(adfParameters[0]) ) != OGRERR_NONE ) in OGRPCIDSKLayer()
H A Dpcidskdataset2.cpp1474 std::vector<double> adfParameters; in GetSpatialRef() local
1475 adfParameters.resize(18); in GetSpatialRef()
1480 adfParameters = poGeoref->GetParameters(); in GetSpatialRef()
1482 = static_cast<UnitCode>( static_cast<int>( adfParameters[16] ) ); in GetSpatialRef()
1502 &(adfParameters[0]) ) == OGRERR_NONE ) in GetSpatialRef()