Uses of Interface
net.opengis.gml.x32.TimeReferenceSystemType
-
Packages that use TimeReferenceSystemType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeReferenceSystemType in net.opengis.gml.x32
Subinterfaces of TimeReferenceSystemType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceTimeCalendarTypeAn XML TimeCalendarType(@http://www.opengis.net/gml/3.2).interfaceTimeClockTypeAn XML TimeClockType(@http://www.opengis.net/gml/3.2).interfaceTimeCoordinateSystemTypeAn XML TimeCoordinateSystemType(@http://www.opengis.net/gml/3.2).interfaceTimeOrdinalReferenceSystemTypeAn XML TimeOrdinalReferenceSystemType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return TimeReferenceSystemType Modifier and Type Method Description TimeReferenceSystemTypeTimeReferenceSystemDocument. addNewTimeReferenceSystem()Appends and returns a new empty "TimeReferenceSystem" elementTimeReferenceSystemTypeTimeReferenceSystemDocument. getTimeReferenceSystem()Gets the "TimeReferenceSystem" elementstatic TimeReferenceSystemTypeTimeReferenceSystemType.Factory. newInstance()static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(File file)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(InputStream is)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(Reader r)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(String xmlAsString)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(URL u)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(XMLStreamReader sr)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(Node node)static TimeReferenceSystemTypeTimeReferenceSystemType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TimeReferenceSystemType Modifier and Type Method Description voidTimeReferenceSystemDocument. setTimeReferenceSystem(TimeReferenceSystemType timeReferenceSystem)Sets the "TimeReferenceSystem" element -
Uses of TimeReferenceSystemType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeReferenceSystemType Modifier and Type Class Description classTimeCalendarTypeImplAn XML TimeCalendarType(@http://www.opengis.net/gml/3.2).classTimeClockTypeImplAn XML TimeClockType(@http://www.opengis.net/gml/3.2).classTimeCoordinateSystemTypeImplAn XML TimeCoordinateSystemType(@http://www.opengis.net/gml/3.2).classTimeOrdinalReferenceSystemTypeImplAn XML TimeOrdinalReferenceSystemType(@http://www.opengis.net/gml/3.2).classTimeReferenceSystemTypeImplAn XML TimeReferenceSystemType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeReferenceSystemType Modifier and Type Method Description TimeReferenceSystemTypeTimeReferenceSystemDocumentImpl. addNewTimeReferenceSystem()Appends and returns a new empty "TimeReferenceSystem" elementTimeReferenceSystemTypeTimeReferenceSystemDocumentImpl. getTimeReferenceSystem()Gets the "TimeReferenceSystem" elementMethods in net.opengis.gml.x32.impl with parameters of type TimeReferenceSystemType Modifier and Type Method Description voidTimeReferenceSystemDocumentImpl. setTimeReferenceSystem(TimeReferenceSystemType timeReferenceSystem)Sets the "TimeReferenceSystem" element
-