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. VALUESA 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 DrawingTypeTypeDrawingTypeType. get(int value)Returns the 'Drawing Type Type' literal with the specified integer value.static DrawingTypeTypeDrawingTypeType. get(String literal)Returns the 'Drawing Type Type' literal with the specified literal value.static DrawingTypeTypeDrawingTypeType. getByName(String name)Returns the 'Drawing Type Type' literal with the specified name.DrawingTypeTypeGraphStyleType. getDrawingType()Returns the value of the 'Drawing Type' attribute.static DrawingTypeTypeDrawingTypeType. 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 voidGraphStyleType. 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 DrawingTypeTypeGraphStyleTypeImpl. DRAWING_TYPE_EDEFAULTThe default value of the 'Drawing Type' attribute.protected DrawingTypeTypeGraphStyleTypeImpl. drawingTypeThe cached value of the 'Drawing Type' attribute.Methods in net.opengis.gml311.impl that return DrawingTypeType Modifier and Type Method Description DrawingTypeTypeGml311FactoryImpl. createDrawingTypeTypeFromString(EDataType eDataType, String initialValue)DrawingTypeTypeGml311FactoryImpl. createDrawingTypeTypeObjectFromString(EDataType eDataType, String initialValue)DrawingTypeTypeGraphStyleTypeImpl. getDrawingType()Methods in net.opengis.gml311.impl with parameters of type DrawingTypeType Modifier and Type Method Description voidGraphStyleTypeImpl. 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 booleanGml311Validator. validateDrawingTypeType(DrawingTypeType drawingTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateDrawingTypeTypeObject(DrawingTypeType drawingTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-