Home
last modified time | relevance | path

Searched refs:AlbersEqualArea (Results 1 – 25 of 43) sorted by relevance

12

/dports/astro/geographiclib/GeographicLib-1.52/dotnet/NETGeographicLib/
H A DAlbersEqualArea.cpp19 AlbersEqualArea::!AlbersEqualArea()
29 AlbersEqualArea::AlbersEqualArea( StandardTypes type ) in AlbersEqualArea() function in AlbersEqualArea
36 …m_pAlbersEqualArea = new GeographicLib::AlbersEqualArea( GeographicLib::AlbersEqualArea::Cylindric… in AlbersEqualArea()
39 …m_pAlbersEqualArea = new GeographicLib::AlbersEqualArea( GeographicLib::AlbersEqualArea::Azimuthal… in AlbersEqualArea()
42 …m_pAlbersEqualArea = new GeographicLib::AlbersEqualArea( GeographicLib::AlbersEqualArea::Azimuthal… in AlbersEqualArea()
53 AlbersEqualArea::AlbersEqualArea(double a, double f, double stdlat1, double stdlat2, double k1) in AlbersEqualArea() function in AlbersEqualArea
70 AlbersEqualArea::AlbersEqualArea(double a, double f, double stdlat, double k0) in AlbersEqualArea() function in AlbersEqualArea
87 AlbersEqualArea::AlbersEqualArea(double a, double f, in AlbersEqualArea() function in AlbersEqualArea
177 double AlbersEqualArea::Flattening::get() in get()
181 double AlbersEqualArea::OriginLatitude::get() in get()
[all …]
H A DAlbersEqualArea.h67 public ref class AlbersEqualArea
71 GeographicLib::AlbersEqualArea* m_pAlbersEqualArea;
74 !AlbersEqualArea();
87 ~AlbersEqualArea() { this->!AlbersEqualArea(); } in ~AlbersEqualArea()
93 AlbersEqualArea( StandardTypes type );
108 AlbersEqualArea(double a, double f, double stdlat, double k0);
125 AlbersEqualArea(double a, double f, double stdlat1, double stdlat2, double k1);
150 AlbersEqualArea(double a, double f,
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/crs/
H A Dtest_albers_equal_area.py21 aea = ccrs.AlbersEqualArea()
36 aea = ccrs.AlbersEqualArea(globe=globe)
49 aea_offset = ccrs.AlbersEqualArea(false_easting=1234,
58 aea = ccrs.AlbersEqualArea()
59 aea_offset = ccrs.AlbersEqualArea(central_longitude=lon)
68 aea = ccrs.AlbersEqualArea(standard_parallels=(13, 37))
73 aea = ccrs.AlbersEqualArea(standard_parallels=(13, ))
78 aea = ccrs.AlbersEqualArea(standard_parallels=13)
89 aea = ccrs.AlbersEqualArea(central_latitude=23.0,
117 aea = ccrs.AlbersEqualArea(central_latitude=23.0,
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DAlbersEqualArea.cpp21 AlbersEqualArea::AlbersEqualArea(real a, real f, real stdlat, real k0) in AlbersEqualArea() function in GeographicLib::AlbersEqualArea
49 AlbersEqualArea::AlbersEqualArea(real a, real f, real stdlat1, real stdlat2, in AlbersEqualArea() function in GeographicLib::AlbersEqualArea
81 AlbersEqualArea::AlbersEqualArea(real a, real f, in AlbersEqualArea() function in GeographicLib::AlbersEqualArea
119 void AlbersEqualArea::Init(real sphi1, real cphi1, in Init()
277 const AlbersEqualArea& AlbersEqualArea::CylindricalEqualArea() { in CylindricalEqualArea()
278 static const AlbersEqualArea in CylindricalEqualArea()
284 const AlbersEqualArea& AlbersEqualArea::AzimuthalEqualAreaNorth() { in AzimuthalEqualAreaNorth()
285 static const AlbersEqualArea in AzimuthalEqualAreaNorth()
291 const AlbersEqualArea& AlbersEqualArea::AzimuthalEqualAreaSouth() { in AzimuthalEqualAreaSouth()
292 static const AlbersEqualArea in AzimuthalEqualAreaSouth()
[all …]
H A DMakefile.am13 AlbersEqualArea.cpp \
51 ../include/GeographicLib/AlbersEqualArea.hpp \
H A DMakefile.mk11 AlbersEqualArea \
H A DMakefile.in140 am_libGeographic_la_OBJECTS = Accumulator.lo AlbersEqualArea.lo \
176 ./$(DEPDIR)/AlbersEqualArea.Plo \
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/Projections/
H A DAlbersPanel.cs32 AlbersEqualArea = 0, enumerator
38 AlbersEqualArea m_albers = null;
199 … m_albers = new AlbersEqualArea(AlbersEqualArea.StandardTypes.CylindricalEqualArea); in AlbersConstructorChanged()
202 … m_albers = new AlbersEqualArea(AlbersEqualArea.StandardTypes.AzimuthalEqualAreaNorth); in AlbersConstructorChanged()
205 … m_albers = new AlbersEqualArea(AlbersEqualArea.StandardTypes.AzimuthalEqualAreaSouth); in AlbersConstructorChanged()
226 case ProjectionTypes.AlbersEqualArea: in OnSet()
358 case ProjectionTypes.AlbersEqualArea: in OnConvert()
509AlbersEqualArea a = new AlbersEqualArea(AlbersEqualArea.StandardTypes.AzimuthalEqualAreaNorth); in OnValidate()
510 a = new AlbersEqualArea(AlbersEqualArea.StandardTypes.AzimuthalEqualAreaSouth); in OnValidate()
513 a = new AlbersEqualArea(radius, f, 60.0, 1.0); in OnValidate()
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DAlbersEqualArea.hpp60 class GEOGRAPHICLIB_EXPORT AlbersEqualArea { class
138 AlbersEqualArea(real a, real f, real stdlat, real k0);
155 AlbersEqualArea(real a, real f, real stdlat1, real stdlat2, real k1);
180 AlbersEqualArea(real a, real f,
302 static const AlbersEqualArea& CylindricalEqualArea();
309 static const AlbersEqualArea& AzimuthalEqualAreaNorth();
316 static const AlbersEqualArea& AzimuthalEqualAreaSouth();
H A DEllipsoid.hpp47 AlbersEqualArea _au;
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/VB/
H A Dexample-AlbersEqualArea.vb10 Dim albers As AlbersEqualArea = New AlbersEqualArea(Constants.WGS84.EquatorialRadius,
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/ManagedCPP/
H A Dexample-AlbersEqualArea.cpp12 AlbersEqualArea^ albers = gcnew AlbersEqualArea( Constants::WGS84::EquatorialRadius,
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/CS/
H A Dexample-AlbersEqualArea.cs16 AlbersEqualArea albers = new AlbersEqualArea( Constants.WGS84.EquatorialRadius, in Main()
/dports/astro/py-metpy/MetPy-1.1.0/tests/plots/
H A Dtest_mapping.py92 assert isinstance(crs, ccrs.AlbersEqualArea)
102 assert isinstance(crs, ccrs.AlbersEqualArea)
109 assert isinstance(crs, ccrs.AlbersEqualArea)
/dports/astro/geographiclib/GeographicLib-1.52/tools/
H A DConicProj.cpp183 const AlbersEqualArea aproj = in main()
184 albers ? AlbersEqualArea(a, f, lat1, lat2, k1) in main()
185 : AlbersEqualArea(1, 0, 0, 0, 1); in main()
/dports/astro/geographiclib/GeographicLib-1.52/examples/
H A Dexample-AlbersEqualArea.cpp19 const AlbersEqualArea albers(a, f, lat1, lat2, k1); in main()
H A DMakefile.am8 example-AlbersEqualArea.cpp \
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestAlbers.py11 from pygeodesy import albers, AlbersError, AlbersEqualArea, \
106 for lat, A in (( 45, AlbersEqualArea(45)),
/dports/astro/geographiclib/GeographicLib-1.52/include/
H A DMakefile.mk2 AlbersEqualArea \
H A DMakefile.am7 GeographicLib/AlbersEqualArea.hpp \
/dports/astro/geographiclib/GeographicLib-1.52/doc/
H A DMakefile.am17 $(top_srcdir)/include/GeographicLib/AlbersEqualArea.hpp \
47 $(top_srcdir)/src/AlbersEqualArea.cpp \
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/mpl/
H A Dtest_gridliner.py24 ccrs.AlbersEqualArea,
269 proj in (ccrs.Orthographic, ccrs.AlbersEqualArea,
304 proj in (ccrs.Orthographic, ccrs.AlbersEqualArea,
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/docs/source/crs/
H A Dprojections.rst35 AlbersEqualArea section in Cartopy projection list
38 .. autoclass:: cartopy.crs.AlbersEqualArea
46 ax = plt.axes(projection=ccrs.AlbersEqualArea())
/dports/astro/py-metpy/MetPy-1.1.0/examples/gridding/
H A DWind_SLP_Interpolation.py24 to_proj = ccrs.AlbersEqualArea(central_longitude=-97., central_latitude=38.)
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/plots/
H A Dmapping.py158 return ccrs.AlbersEqualArea(globe=globe, **kwargs)

12