Uses of Class
net.opengis.gml.SymbolTypeEnumeration.Enum
-
Packages that use SymbolTypeEnumeration.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SymbolTypeEnumeration.Enum in net.opengis.gml
Fields in net.opengis.gml declared as SymbolTypeEnumeration.Enum Modifier and Type Field Description static SymbolTypeEnumeration.EnumSymbolTypeEnumeration. OTHERstatic SymbolTypeEnumeration.EnumSymbolTypeEnumeration. SVGstatic SymbolTypeEnumeration.EnumSymbolTypeEnumeration. XPATHMethods in net.opengis.gml that return SymbolTypeEnumeration.Enum Modifier and Type Method Description static SymbolTypeEnumeration.EnumSymbolTypeEnumeration.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static SymbolTypeEnumeration.EnumSymbolTypeEnumeration.Enum. forString(String s)Returns the enum value for a string, or null if none.SymbolTypeEnumeration.EnumSymbolType. getSymbolType()Gets the "symbolType" attributeMethods in net.opengis.gml with parameters of type SymbolTypeEnumeration.Enum Modifier and Type Method Description voidSymbolType. setSymbolType(SymbolTypeEnumeration.Enum symbolType)Sets the "symbolType" attribute -
Uses of SymbolTypeEnumeration.Enum in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return SymbolTypeEnumeration.Enum Modifier and Type Method Description SymbolTypeEnumeration.EnumSymbolTypeImpl. getSymbolType()Gets the "symbolType" attributeMethods in net.opengis.gml.impl with parameters of type SymbolTypeEnumeration.Enum Modifier and Type Method Description voidSymbolTypeImpl. setSymbolType(SymbolTypeEnumeration.Enum symbolType)Sets the "symbolType" attribute
-