Uses of Class
org.meteoinfo.projection.proj4j.proj.Projection
-
Packages that use Projection Package Description org.meteoinfo.projection org.meteoinfo.projection.proj4j org.meteoinfo.projection.proj4j.proj -
-
Uses of Projection in org.meteoinfo.projection
Constructors in org.meteoinfo.projection with parameters of type Projection Constructor Description ProjectionInfo(java.lang.String name, java.lang.String[] params, Datum datum, Projection proj)Constructor -
Uses of Projection in org.meteoinfo.projection.proj4j
Methods in org.meteoinfo.projection.proj4j that return Projection Modifier and Type Method Description ProjectionCoordinateReferenceSystem. getProjection()ProjectionRegistry. getProjection(java.lang.String name)ProjectionRegistry. getProjectionEsri(java.lang.String name)Constructors in org.meteoinfo.projection.proj4j with parameters of type Projection Constructor Description CoordinateReferenceSystem(java.lang.String name, java.lang.String[] params, Datum datum, Projection proj)ProjectionException(Projection proj, java.lang.String message) -
Uses of Projection in org.meteoinfo.projection.proj4j.proj
Methods in org.meteoinfo.projection.proj4j.proj with parameters of type Projection Modifier and Type Method Description booleanProjection. isEqual(Projection proj)Check if this projection is equal with other projection
-