Uses of Class
de.terrestris.shoguncore.util.enumeration.OgcEnum.Operation
-
Packages that use OgcEnum.Operation Package Description de.terrestris.shoguncore.util.enumeration -
-
Uses of OgcEnum.Operation in de.terrestris.shoguncore.util.enumeration
Methods in de.terrestris.shoguncore.util.enumeration that return OgcEnum.Operation Modifier and Type Method Description static OgcEnum.OperationOgcEnum.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static OgcEnum.Operation[]OgcEnum.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-