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