Uses of Interface
net.opengis.gml.x32.TimeInstantType
-
Packages that use TimeInstantType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeInstantType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TimeInstantType Modifier and Type Method Description TimeInstantTypeTimeInstantDocument. addNewTimeInstant()Appends and returns a new empty "TimeInstant" elementTimeInstantTypeTimeInstantPropertyType. addNewTimeInstant()Appends and returns a new empty "TimeInstant" elementTimeInstantTypeTimeInstantDocument. getTimeInstant()Gets the "TimeInstant" elementTimeInstantTypeTimeInstantPropertyType. getTimeInstant()Gets the "TimeInstant" elementstatic TimeInstantTypeTimeInstantType.Factory. newInstance()static TimeInstantTypeTimeInstantType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeInstantTypeTimeInstantType.Factory. parse(File file)static TimeInstantTypeTimeInstantType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeInstantTypeTimeInstantType.Factory. parse(InputStream is)static TimeInstantTypeTimeInstantType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeInstantTypeTimeInstantType.Factory. parse(Reader r)static TimeInstantTypeTimeInstantType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeInstantTypeTimeInstantType.Factory. parse(String xmlAsString)static TimeInstantTypeTimeInstantType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeInstantTypeTimeInstantType.Factory. parse(URL u)static TimeInstantTypeTimeInstantType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeInstantTypeTimeInstantType.Factory. parse(XMLStreamReader sr)static TimeInstantTypeTimeInstantType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeInstantTypeTimeInstantType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeInstantTypeTimeInstantType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeInstantTypeTimeInstantType.Factory. parse(Node node)static TimeInstantTypeTimeInstantType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TimeInstantType Modifier and Type Method Description voidTimeInstantDocument. setTimeInstant(TimeInstantType timeInstant)Sets the "TimeInstant" elementvoidTimeInstantPropertyType. setTimeInstant(TimeInstantType timeInstant)Sets the "TimeInstant" element -
Uses of TimeInstantType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeInstantType Modifier and Type Class Description classTimeInstantTypeImplAn XML TimeInstantType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeInstantType Modifier and Type Method Description TimeInstantTypeTimeInstantDocumentImpl. addNewTimeInstant()Appends and returns a new empty "TimeInstant" elementTimeInstantTypeTimeInstantPropertyTypeImpl. addNewTimeInstant()Appends and returns a new empty "TimeInstant" elementTimeInstantTypeTimeInstantDocumentImpl. getTimeInstant()Gets the "TimeInstant" elementTimeInstantTypeTimeInstantPropertyTypeImpl. getTimeInstant()Gets the "TimeInstant" elementMethods in net.opengis.gml.x32.impl with parameters of type TimeInstantType Modifier and Type Method Description voidTimeInstantDocumentImpl. setTimeInstant(TimeInstantType timeInstant)Sets the "TimeInstant" elementvoidTimeInstantPropertyTypeImpl. setTimeInstant(TimeInstantType timeInstant)Sets the "TimeInstant" element
-