Uses of Class
org.apache.sis.referencing.CommonCRS
-
Packages that use CommonCRS Package Description org.apache.sis.referencing Base classes for reference systems used for general positioning. -
-
Uses of CommonCRS in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return CommonCRS Modifier and Type Method Description static CommonCRSCommonCRS. forDatum(CoordinateReferenceSystem crs)Returns theCommonCRSenumeration value for the datum of the given CRS.static CommonCRSCommonCRS. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonCRS[]CommonCRS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-