Uses of Interface
net.opengis.gml.NodeType
-
Packages that use NodeType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of NodeType in net.opengis.gml
Methods in net.opengis.gml that return NodeType Modifier and Type Method Description NodeTypeDirectedNodePropertyType. addNewNode()Appends and returns a new empty "Node" elementNodeTypeIsolatedPropertyType. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeDocument. addNewNode()Appends and returns a new empty "Node" elementNodeTypeDirectedNodePropertyType. getNode()Gets the "Node" elementNodeTypeIsolatedPropertyType. getNode()Gets the "Node" elementNodeTypeNodeDocument. getNode()Gets the "Node" elementstatic NodeTypeNodeType.Factory. newInstance()static NodeTypeNodeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(File file)static NodeTypeNodeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(InputStream is)static NodeTypeNodeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(Reader r)static NodeTypeNodeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(String xmlAsString)static NodeTypeNodeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(URL u)static NodeTypeNodeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(XMLStreamReader sr)static NodeTypeNodeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NodeTypeNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NodeTypeNodeType.Factory. parse(Node node)static NodeTypeNodeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type NodeType Modifier and Type Method Description voidDirectedNodePropertyType. setNode(NodeType node)Sets the "Node" elementvoidIsolatedPropertyType. setNode(NodeType node)Sets the "Node" elementvoidNodeDocument. setNode(NodeType node)Sets the "Node" element -
Uses of NodeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement NodeType Modifier and Type Class Description classNodeTypeImplAn XML NodeType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return NodeType Modifier and Type Method Description NodeTypeDirectedNodePropertyTypeImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeIsolatedPropertyTypeImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeDocumentImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeDirectedNodePropertyTypeImpl. getNode()Gets the "Node" elementNodeTypeIsolatedPropertyTypeImpl. getNode()Gets the "Node" elementNodeTypeNodeDocumentImpl. getNode()Gets the "Node" elementMethods in net.opengis.gml.impl with parameters of type NodeType Modifier and Type Method Description voidDirectedNodePropertyTypeImpl. setNode(NodeType node)Sets the "Node" elementvoidIsolatedPropertyTypeImpl. setNode(NodeType node)Sets the "Node" elementvoidNodeDocumentImpl. setNode(NodeType node)Sets the "Node" element
-