Home
last modified time | relevance | path

Searched refs:m_ref_lat (Results 1 – 4 of 4) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOsenc.cpp278 m_ref_lat = 0; in init()
703 m_ref_lat = (m_extent.NLAT + m_extent.SLAT) / 2.; in ingest200()
872 obj->SetAreaGeometry(pPTG, m_ref_lat, m_ref_lon ) ; in ingest200()
923 obj->SetLineGeometry( &lD, GEO_LINE, m_ref_lat, m_ref_lon ) ; in ingest200()
952 obj->SetMultipointGeometry( &Descriptor, m_ref_lat, m_ref_lon); in ingest200()
1544 m_ref_lat = ( m_extent.NLAT + m_extent.SLAT ) / 2.; in createSenc200()
1991 toSM( lat, lon, m_ref_lat, m_ref_lon, &easting, &northing ); in CreateMultiPointFeatureGeometryRecord200()
2104 toSM( lat, lon, m_ref_lat, m_ref_lon, &easting, &northing ); in CreateLineFeatureGeometryRecord200()
2116 toSM( lat, lon, m_ref_lat, m_ref_lon, &easting, &northing ); in CreateLineFeatureGeometryRecord200()
2263 ppg = new PolyTessGeo( poly, true, m_ref_lat, m_ref_lon, m_LOD_meters ); in CreateAreaFeatureGeometryRecord200()
[all …]
H A Dmygeom.cpp220 m_ref_lat = ref_lat; in PolyTessGeo()
363 m_ref_lat = m_pxgeom->ref_lat; in BuildDeferredTess()
738 toSM(ty, tx, m_ref_lat, m_ref_lon, &easting, &northing); in BuildTessGLU()
1290 toSM(yd, xd, m_ref_lat, m_ref_lon, &easting, &northing); in BuildTess()
1509 fromSM(sxmin, symin, pThis->m_ref_lat, pThis->m_ref_lon, &minlat, &minlon); in endCallback()
1510 fromSM(sxmax, symax, pThis->m_ref_lat, pThis->m_ref_lon, &maxlat, &maxlon); in endCallback()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dmygeom.h238 double m_ref_lat, m_ref_lon; variable
H A DOsenc.h466 void setRefLocn( double lat, double lon){ m_ref_lat = lat; m_ref_lon = lon; } in setRefLocn()
561 …double m_ref_lat, m_ref_lon; // Common reference point, derived from Full… variable