Uses of Class
net.opengis.gml311.DrawingTypeType
-
Packages that use DrawingTypeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DrawingTypeType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type DrawingTypeType Modifier and Type Field Description static List<DrawingTypeType>
DrawingTypeType. VALUES
A public read-only list of all the 'Drawing Type Type' enumerators.Methods in net.opengis.gml311 that return DrawingTypeType Modifier and Type Method Description static DrawingTypeType
DrawingTypeType. get(int value)
Returns the 'Drawing Type Type' literal with the specified integer value.static DrawingTypeType
DrawingTypeType. get(String literal)
Returns the 'Drawing Type Type' literal with the specified literal value.static DrawingTypeType
DrawingTypeType. getByName(String name)
Returns the 'Drawing Type Type' literal with the specified name.DrawingTypeType
GraphStyleType. getDrawingType()
Returns the value of the 'Drawing Type' attribute.static DrawingTypeType
DrawingTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrawingTypeType[]
DrawingTypeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type DrawingTypeType Modifier and Type Method Description void
GraphStyleType. setDrawingType(DrawingTypeType value)
Sets the value of the 'Drawing Type
' attribute. -
Uses of DrawingTypeType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as DrawingTypeType Modifier and Type Field Description protected static DrawingTypeType
GraphStyleTypeImpl. DRAWING_TYPE_EDEFAULT
The default value of the 'Drawing Type
' attribute.protected DrawingTypeType
GraphStyleTypeImpl. drawingType
The cached value of the 'Drawing Type
' attribute.Methods in net.opengis.gml311.impl that return DrawingTypeType Modifier and Type Method Description DrawingTypeType
Gml311FactoryImpl. createDrawingTypeTypeFromString(EDataType eDataType, String initialValue)
DrawingTypeType
Gml311FactoryImpl. createDrawingTypeTypeObjectFromString(EDataType eDataType, String initialValue)
DrawingTypeType
GraphStyleTypeImpl. getDrawingType()
Methods in net.opengis.gml311.impl with parameters of type DrawingTypeType Modifier and Type Method Description void
GraphStyleTypeImpl. setDrawingType(DrawingTypeType newDrawingType)
-
Uses of DrawingTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DrawingTypeType Modifier and Type Method Description boolean
Gml311Validator. validateDrawingTypeType(DrawingTypeType drawingTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateDrawingTypeTypeObject(DrawingTypeType drawingTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-