Uses of Class
de.terrestris.shoguncore.util.enumeration.OgcEnum.EndPoint
-
Packages that use OgcEnum.EndPoint Package Description de.terrestris.shoguncore.util.enumeration -
-
Uses of OgcEnum.EndPoint in de.terrestris.shoguncore.util.enumeration
Methods in de.terrestris.shoguncore.util.enumeration that return OgcEnum.EndPoint Modifier and Type Method Description static OgcEnum.EndPointOgcEnum.EndPoint. fromString(String inputValue)Static method to get an enum based on a string value.static OgcEnum.EndPointOgcEnum.EndPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static OgcEnum.EndPoint[]OgcEnum.EndPoint. values()Returns an array containing the constants of this enum type, in the order they are declared.
-