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