Class Grid
java.lang.Object
org.locationtech.proj4j.datum.Grid
- All Implemented Interfaces:
Serializable
A Grid represents a geodetic datum defining some mapping between a
coordinate system referenced to the surface of the earth and spherical
coordinates. Generally Grids are loaded from definition files in the proj4
resource directory.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfromNadGrids(String grids) inthashCode()static voidmergeGridFile(String name, List<Grid> gridList) Merge (append) a named grid into the given gridlist.static voidshift(List<Grid> grids, boolean inverse, ProjCoordinate in) Convert between this grid and WGS84, or vice versa if theinverseflag is set.toString()
-
Constructor Details
-
Grid
public Grid()
-
-
Method Details
-
mergeGridFile
Merge (append) a named grid into the given gridlist.- Throws:
IOException
-
shift
Convert between this grid and WGS84, or vice versa if theinverseflag is set. -
fromNadGrids
- Throws:
IOException
-
hashCode
-
equals
-
toString
-