Uses of Interface
net.opengis.gml.x32.TimeNodeType
-
Packages that use TimeNodeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeNodeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TimeNodeType Modifier and Type Method Description TimeNodeTypeTimeNodeDocument. addNewTimeNode()Appends and returns a new empty "TimeNode" elementTimeNodeTypeTimeNodePropertyType. addNewTimeNode()Appends and returns a new empty "TimeNode" elementTimeNodeTypeTimeNodeDocument. getTimeNode()Gets the "TimeNode" elementTimeNodeTypeTimeNodePropertyType. getTimeNode()Gets the "TimeNode" elementstatic TimeNodeTypeTimeNodeType.Factory. newInstance()static TimeNodeTypeTimeNodeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeNodeTypeTimeNodeType.Factory. parse(File file)static TimeNodeTypeTimeNodeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeNodeTypeTimeNodeType.Factory. parse(InputStream is)static TimeNodeTypeTimeNodeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeNodeTypeTimeNodeType.Factory. parse(Reader r)static TimeNodeTypeTimeNodeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeNodeTypeTimeNodeType.Factory. parse(String xmlAsString)static TimeNodeTypeTimeNodeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeNodeTypeTimeNodeType.Factory. parse(URL u)static TimeNodeTypeTimeNodeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeNodeTypeTimeNodeType.Factory. parse(XMLStreamReader sr)static TimeNodeTypeTimeNodeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeNodeTypeTimeNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeNodeTypeTimeNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeNodeTypeTimeNodeType.Factory. parse(Node node)static TimeNodeTypeTimeNodeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TimeNodeType Modifier and Type Method Description voidTimeNodeDocument. setTimeNode(TimeNodeType timeNode)Sets the "TimeNode" elementvoidTimeNodePropertyType. setTimeNode(TimeNodeType timeNode)Sets the "TimeNode" element -
Uses of TimeNodeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeNodeType Modifier and Type Class Description classTimeNodeTypeImplAn XML TimeNodeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeNodeType Modifier and Type Method Description TimeNodeTypeTimeNodeDocumentImpl. addNewTimeNode()Appends and returns a new empty "TimeNode" elementTimeNodeTypeTimeNodePropertyTypeImpl. addNewTimeNode()Appends and returns a new empty "TimeNode" elementTimeNodeTypeTimeNodeDocumentImpl. getTimeNode()Gets the "TimeNode" elementTimeNodeTypeTimeNodePropertyTypeImpl. getTimeNode()Gets the "TimeNode" elementMethods in net.opengis.gml.x32.impl with parameters of type TimeNodeType Modifier and Type Method Description voidTimeNodeDocumentImpl. setTimeNode(TimeNodeType timeNode)Sets the "TimeNode" elementvoidTimeNodePropertyTypeImpl. setTimeNode(TimeNodeType timeNode)Sets the "TimeNode" element
-