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