Home
last modified time | relevance | path

Searched refs:Gnomonic (Results 1 – 25 of 228) sorted by path

12345678910

/dports/astro/geographiclib/GeographicLib-1.52/
H A DNEWS453 + add implementation of ellipsoidal Gnomonic projection (courtesy of
484 + throw error on non-convergence in Gnomonic::Reverse if
1612 * Improve iterative solution of GeographicLib::Gnomonic::Reverse.
1627 * Add GeographicLib::Gnomonic, the ellipsoid generalization of the
/dports/astro/geographiclib/GeographicLib-1.52/doc/
H A DGeographicLib.dox.in977 using AzimuthalEquidistant, Gnomonic,
1092 CassiniSoldner, and Gnomonic are projections based on the Geodesic
1383 AzimuthalEquidistant, CassiniSoldner, Gnomonic, UTMUPS, MGRS, Geocentric,
7739 - Template versions of Gnomonic and AzimuthalEquidistant so that they
8161 - add implementation of ellipsoidal Gnomonic projection (courtesy
8189 - throw error on non-convergence in Gnomonic::Reverse if
9204 - Improve iterative solution of Gnomonic::Reverse.
9215 - Add Gnomonic, the ellipsoid generalization of the
H A DMakefile.am34 $(top_srcdir)/include/GeographicLib/Gnomonic.hpp \
61 $(top_srcdir)/src/Gnomonic.cpp \
H A DMakefile.in298 $(top_srcdir)/include/GeographicLib/Gnomonic.hpp \
325 $(top_srcdir)/src/Gnomonic.cpp \
H A DNETGeographicLib.dox169 <TR><TD>ProjectionsPanel.cs</TD><TD>AzimuthalEquidistant, CassiniSoldner, Gnomonic</TD></TR>
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/NETGeographicLib/
H A DGnomonic.cpp22 Gnomonic::!Gnomonic(void)
32 Gnomonic::Gnomonic( Geodesic^ earth )
39 m_pGnomonic = new GeographicLib::Gnomonic( *pGeodesic );
48 Gnomonic::Gnomonic() in Gnomonic() function in Gnomonic
52 m_pGnomonic = new GeographicLib::Gnomonic( GeographicLib::Geodesic::WGS84() ); in Gnomonic()
61 void Gnomonic::Forward(double lat0, double lon0, double lat, double lon,
76 void Gnomonic::Reverse(double lat0, double lon0, double x, double y,
91 void Gnomonic::Forward(double lat0, double lon0, double lat, double lon,
102 void Gnomonic::Reverse(double lat0, double lon0, double x, double y,
113 double Gnomonic::EquatorialRadius::get() { return m_pGnomonic->EquatorialRadius(); } in get()
[all …]
H A DGnomonic.h104 public ref class Gnomonic
108 const GeographicLib::Gnomonic* m_pGnomonic;
111 !Gnomonic(void);
118 Gnomonic( Geodesic^ earth );
123 Gnomonic();
128 ~Gnomonic() in ~Gnomonic()
129 { this->!Gnomonic(); } in ~Gnomonic()
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/Projections/
H A DProjectionsPanel.cs33 Gnomonic = 2 enumerator
38 Gnomonic m_gnomonic = null;
72 case ProjectionTypes.Gnomonic: in OnProjectectionType()
73 m_gnomonic = new Gnomonic(m_geodesic); in OnProjectectionType()
119 case ProjectionTypes.Gnomonic: in OnConvert()
232 Gnomonic gnomonic = new Gnomonic(m_geodesic); in OnValidate()
233 gnomonic = new Gnomonic(); in OnValidate()
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/CS/
H A Dexample-Gnomonic.cs13 Gnomonic proj = new Gnomonic(geod); in Main()
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/ManagedCPP/
H A Dexample-Gnomonic.cpp9 Gnomonic^ proj = gcnew Gnomonic(geod);
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/VB/
H A Dexample-Gnomonic.vb8 Dim proj As Gnomonic = New Gnomonic(geod)
/dports/astro/geographiclib/GeographicLib-1.52/examples/
H A DMakefile.am28 example-Gnomonic.cpp \
H A DMakefile.in293 example-Gnomonic.cpp \
H A Dexample-Gnomonic.cpp16 Gnomonic proj(geod); in main()
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DGnomonic.hpp102 class GEOGRAPHICLIB_EXPORT Gnomonic { class
125 explicit Gnomonic(const Geodesic& earth = Geodesic::WGS84());
/dports/astro/geographiclib/GeographicLib-1.52/include/
H A DMakefile.am25 GeographicLib/Gnomonic.hpp \
H A DMakefile.mk19 Gnomonic \
/dports/astro/geographiclib/GeographicLib-1.52/java/src/main/java/net/sf/geographiclib/
H A DGnomonic.java134 public class Gnomonic { class
146 public Gnomonic(Geodesic earth) { in Gnomonic() method in Gnomonic
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DGnomonic.cpp22 Gnomonic::Gnomonic(const Geodesic& earth) in Gnomonic() function in GeographicLib::Gnomonic
30 void Gnomonic::Forward(real lat0, real lon0, real lat, real lon, in Forward()
47 void Gnomonic::Reverse(real lat0, real lon0, real x, real y, in Reverse()
H A DMakefile.am31 Gnomonic.cpp \
69 ../include/GeographicLib/Gnomonic.hpp \
H A DMakefile.in145 Georef.lo Gnomonic.lo GravityCircle.lo GravityModel.lo \
186 ./$(DEPDIR)/Gnomonic.Plo ./$(DEPDIR)/GravityCircle.Plo \
H A DMakefile.mk28 Gnomonic \
/dports/astro/geographiclib/GeographicLib-1.52/tools/
H A DGeodesicProj.cpp162 const Gnomonic gn(geod); in main()
H A DMakefile.am71 ../include/GeographicLib/Gnomonic.hpp \
H A DMakefile.in488 ../include/GeographicLib/Gnomonic.hpp \

12345678910