I'm a GIS newbie and I'm trying to figure out how I might store WGS84 coordinates as an integer efficiently. I could simply multiply it (10e7 for example) but I feel like this must be a problem that's been solved before. It seems, though, that there isn't any standard that uses integers. I'm using datasets that require integers for co-ordinates so need to create my own integer co-ordinate system, and I'm struggling to "stand on the shoulders of giants" with this particular problem.
Is there some standard to do this?
It looks like google just uses 10e7 for their tracking information for example.
Is that the most efficient way to do this?