Uses of Interface
net.opengis.gml.x32.TimeEdgeType
-
Packages that use TimeEdgeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeEdgeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TimeEdgeType Modifier and Type Method Description TimeEdgeTypeTimeEdgeDocument. addNewTimeEdge()Appends and returns a new empty "TimeEdge" elementTimeEdgeTypeTimeEdgePropertyType. addNewTimeEdge()Appends and returns a new empty "TimeEdge" elementTimeEdgeTypeTimeEdgeDocument. getTimeEdge()Gets the "TimeEdge" elementTimeEdgeTypeTimeEdgePropertyType. getTimeEdge()Gets the "TimeEdge" elementstatic TimeEdgeTypeTimeEdgeType.Factory. newInstance()static TimeEdgeTypeTimeEdgeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeEdgeTypeTimeEdgeType.Factory. parse(File file)static TimeEdgeTypeTimeEdgeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeEdgeTypeTimeEdgeType.Factory. parse(InputStream is)static TimeEdgeTypeTimeEdgeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeEdgeTypeTimeEdgeType.Factory. parse(Reader r)static TimeEdgeTypeTimeEdgeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeEdgeTypeTimeEdgeType.Factory. parse(String xmlAsString)static TimeEdgeTypeTimeEdgeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeEdgeTypeTimeEdgeType.Factory. parse(URL u)static TimeEdgeTypeTimeEdgeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeEdgeTypeTimeEdgeType.Factory. parse(XMLStreamReader sr)static TimeEdgeTypeTimeEdgeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeEdgeTypeTimeEdgeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeEdgeTypeTimeEdgeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeEdgeTypeTimeEdgeType.Factory. parse(Node node)static TimeEdgeTypeTimeEdgeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TimeEdgeType Modifier and Type Method Description voidTimeEdgeDocument. setTimeEdge(TimeEdgeType timeEdge)Sets the "TimeEdge" elementvoidTimeEdgePropertyType. setTimeEdge(TimeEdgeType timeEdge)Sets the "TimeEdge" element -
Uses of TimeEdgeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeEdgeType Modifier and Type Class Description classTimeEdgeTypeImplAn XML TimeEdgeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeEdgeType Modifier and Type Method Description TimeEdgeTypeTimeEdgeDocumentImpl. addNewTimeEdge()Appends and returns a new empty "TimeEdge" elementTimeEdgeTypeTimeEdgePropertyTypeImpl. addNewTimeEdge()Appends and returns a new empty "TimeEdge" elementTimeEdgeTypeTimeEdgeDocumentImpl. getTimeEdge()Gets the "TimeEdge" elementTimeEdgeTypeTimeEdgePropertyTypeImpl. getTimeEdge()Gets the "TimeEdge" elementMethods in net.opengis.gml.x32.impl with parameters of type TimeEdgeType Modifier and Type Method Description voidTimeEdgeDocumentImpl. setTimeEdge(TimeEdgeType timeEdge)Sets the "TimeEdge" elementvoidTimeEdgePropertyTypeImpl. setTimeEdge(TimeEdgeType timeEdge)Sets the "TimeEdge" element
-