Uses of Class
net.opengis.gml.LineTypeType.Enum
-
Packages that use LineTypeType.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LineTypeType.Enum in net.opengis.gml
Fields in net.opengis.gml declared as LineTypeType.Enum Modifier and Type Field Description static LineTypeType.EnumLineTypeType. BENTstatic LineTypeType.EnumLineTypeType. STRAIGHTMethods in net.opengis.gml that return LineTypeType.Enum Modifier and Type Method Description static LineTypeType.EnumLineTypeType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static LineTypeType.EnumLineTypeType.Enum. forString(String s)Returns the enum value for a string, or null if none.LineTypeType.EnumGraphStyleType. getLineType()Gets the "lineType" elementMethods in net.opengis.gml with parameters of type LineTypeType.Enum Modifier and Type Method Description voidGraphStyleType. setLineType(LineTypeType.Enum lineType)Sets the "lineType" element -
Uses of LineTypeType.Enum in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return LineTypeType.Enum Modifier and Type Method Description LineTypeType.EnumGraphStyleTypeImpl. getLineType()Gets the "lineType" elementMethods in net.opengis.gml.impl with parameters of type LineTypeType.Enum Modifier and Type Method Description voidGraphStyleTypeImpl. setLineType(LineTypeType.Enum lineType)Sets the "lineType" element
-