File tree 8 files changed +14
-14
lines changed
8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
29
- "Proj4 \\ " : " src/"
29
+ "Academe \\ Proj \\ " : " src/"
30
30
}
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
- <?php namespace Proj4 ;
1
+ <?php namespace Academe \ Proj ;
2
2
3
3
/**
4
4
* Methods and defines common to all (or most) points.
Original file line number Diff line number Diff line change 1
- <?php namespace Proj4 ;
1
+ <?php namespace Academe \ Proj ;
2
2
3
3
/**
4
4
* Defines a geodetic ellipsoidal datum.
10
10
*/
11
11
12
12
use Exception ;
13
- use Proj4 \Point \Geocentric ;
13
+ use Academe \ Proj \Point \Geocentric ;
14
14
15
15
class Datum
16
16
{
Original file line number Diff line number Diff line change 1
- <?php namespace Proj4 ;
1
+ <?php namespace Academe \ Proj ;
2
2
3
3
/**
4
4
* Defines an ellisoid.
Original file line number Diff line number Diff line change 1
- <?php namespace Proj4 ;
1
+ <?php namespace Academe \ Proj ;
2
2
3
3
/**
4
4
* Provide a library for lists of named parameters.
Original file line number Diff line number Diff line change 1
- <?php namespace Proj4 \Point ;
1
+ <?php namespace Academe \ Proj \Point ;
2
2
3
3
/**
4
4
* Defines a geocentric point.
18
18
19
19
use Exception ;
20
20
21
- use Proj4 \Datum ;
22
- use Proj4 \AbstractPoint ;
21
+ use Academe \ Proj \Datum ;
22
+ use Academe \ Proj \AbstractPoint ;
23
23
24
24
class Geocentric extends AbstractPoint
25
25
{
Original file line number Diff line number Diff line change 1
- <?php namespace Proj4 \Point ;
1
+ <?php namespace Academe \ Proj \Point ;
2
2
3
3
/**
4
4
* Defines a geodetic point.
10
10
11
11
use Exception ;
12
12
13
- use Proj4 \Datum ;
14
- use Proj4 \AbstractPoint ;
13
+ use Academe \ Proj \Datum ;
14
+ use Academe \ Proj \AbstractPoint ;
15
15
16
16
class Geodetic extends AbstractPoint
17
17
{
Original file line number Diff line number Diff line change 1
- <?php namespace Proj4 ;
1
+ <?php namespace Academe \ Proj ;
2
2
3
3
/**
4
4
* Interface for a geographic point.
5
5
*/
6
6
7
7
use Exception ;
8
8
9
- use Proj4 \Point \Geocentric ;
9
+ use Academe \ Proj \Point \Geocentric ;
10
10
11
11
interface PointInterface
12
12
{
You can’t perform that action at this time.
0 commit comments