Uses of Interface
net.opengis.gml.DrawingTypeType
-
Packages that use DrawingTypeType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of DrawingTypeType in net.opengis.gml
Methods in net.opengis.gml that return DrawingTypeType Modifier and Type Method Description static DrawingTypeTypeDrawingTypeType.Factory. newInstance()static DrawingTypeTypeDrawingTypeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DrawingTypeTypeDrawingTypeType.Factory. newValue(Object obj)static DrawingTypeTypeDrawingTypeType.Factory. parse(File file)static DrawingTypeTypeDrawingTypeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DrawingTypeTypeDrawingTypeType.Factory. parse(InputStream is)static DrawingTypeTypeDrawingTypeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DrawingTypeTypeDrawingTypeType.Factory. parse(Reader r)static DrawingTypeTypeDrawingTypeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DrawingTypeTypeDrawingTypeType.Factory. parse(String xmlAsString)static DrawingTypeTypeDrawingTypeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DrawingTypeTypeDrawingTypeType.Factory. parse(URL u)static DrawingTypeTypeDrawingTypeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DrawingTypeTypeDrawingTypeType.Factory. parse(XMLStreamReader sr)static DrawingTypeTypeDrawingTypeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DrawingTypeTypeDrawingTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DrawingTypeTypeDrawingTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DrawingTypeTypeDrawingTypeType.Factory. parse(Node node)static DrawingTypeTypeDrawingTypeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)DrawingTypeTypeGraphStyleType. xgetDrawingType()Gets (as xml) the "drawingType" elementMethods in net.opengis.gml with parameters of type DrawingTypeType Modifier and Type Method Description voidGraphStyleType. xsetDrawingType(DrawingTypeType drawingType)Sets (as xml) the "drawingType" element -
Uses of DrawingTypeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DrawingTypeType Modifier and Type Class Description classDrawingTypeTypeImplAn XML DrawingTypeType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return DrawingTypeType Modifier and Type Method Description DrawingTypeTypeGraphStyleTypeImpl. xgetDrawingType()Gets (as xml) the "drawingType" elementMethods in net.opengis.gml.impl with parameters of type DrawingTypeType Modifier and Type Method Description voidGraphStyleTypeImpl. xsetDrawingType(DrawingTypeType drawingType)Sets (as xml) the "drawingType" element
-