Uses of Interface
net.opengis.gml.x32.EdgeType
-
Packages that use EdgeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of EdgeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return EdgeType Modifier and Type Method Description EdgeTypeDirectedEdgePropertyType. addNewEdge()Appends and returns a new empty "Edge" elementEdgeTypeEdgeDocument. addNewEdge()Appends and returns a new empty "Edge" elementEdgeTypeNodeOrEdgePropertyType. addNewEdge()Appends and returns a new empty "Edge" elementEdgeTypeDirectedEdgePropertyType. getEdge()Gets the "Edge" elementEdgeTypeEdgeDocument. getEdge()Gets the "Edge" elementEdgeTypeNodeOrEdgePropertyType. getEdge()Gets the "Edge" elementstatic EdgeTypeEdgeType.Factory. newInstance()static EdgeTypeEdgeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EdgeTypeEdgeType.Factory. parse(File file)static EdgeTypeEdgeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EdgeTypeEdgeType.Factory. parse(InputStream is)static EdgeTypeEdgeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EdgeTypeEdgeType.Factory. parse(Reader r)static EdgeTypeEdgeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EdgeTypeEdgeType.Factory. parse(String xmlAsString)static EdgeTypeEdgeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EdgeTypeEdgeType.Factory. parse(URL u)static EdgeTypeEdgeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EdgeTypeEdgeType.Factory. parse(XMLStreamReader sr)static EdgeTypeEdgeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EdgeTypeEdgeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EdgeTypeEdgeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EdgeTypeEdgeType.Factory. parse(Node node)static EdgeTypeEdgeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type EdgeType Modifier and Type Method Description voidDirectedEdgePropertyType. setEdge(EdgeType edge)Sets the "Edge" elementvoidEdgeDocument. setEdge(EdgeType edge)Sets the "Edge" elementvoidNodeOrEdgePropertyType. setEdge(EdgeType edge)Sets the "Edge" element -
Uses of EdgeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement EdgeType Modifier and Type Class Description classEdgeTypeImplAn XML EdgeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return EdgeType Modifier and Type Method Description EdgeTypeDirectedEdgePropertyTypeImpl. addNewEdge()Appends and returns a new empty "Edge" elementEdgeTypeEdgeDocumentImpl. addNewEdge()Appends and returns a new empty "Edge" elementEdgeTypeNodeOrEdgePropertyTypeImpl. addNewEdge()Appends and returns a new empty "Edge" elementEdgeTypeDirectedEdgePropertyTypeImpl. getEdge()Gets the "Edge" elementEdgeTypeEdgeDocumentImpl. getEdge()Gets the "Edge" elementEdgeTypeNodeOrEdgePropertyTypeImpl. getEdge()Gets the "Edge" elementMethods in net.opengis.gml.x32.impl with parameters of type EdgeType Modifier and Type Method Description voidDirectedEdgePropertyTypeImpl. setEdge(EdgeType edge)Sets the "Edge" elementvoidEdgeDocumentImpl. setEdge(EdgeType edge)Sets the "Edge" elementvoidNodeOrEdgePropertyTypeImpl. setEdge(EdgeType edge)Sets the "Edge" element
-