Uses of Interface
net.opengis.swe.x101.TimeGridType
-
Packages that use TimeGridType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TimeGridType in net.opengis.swe.x101
Subinterfaces of TimeGridType in net.opengis.swe.x101 Modifier and Type Interface Description interfaceTimeInstantGridTypeAn XML TimeInstantGridType(@http://www.opengis.net/swe/1.0.1).interfaceTimeIntervalGridTypeAn XML TimeIntervalGridType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101 that return TimeGridType Modifier and Type Method Description TimeGridTypeTimeGridDocument. addNewTimeGrid()Appends and returns a new empty "TimeGrid" elementTimeGridTypeTimeGridDocument. getTimeGrid()Gets the "TimeGrid" elementstatic TimeGridTypeTimeGridType.Factory. newInstance()static TimeGridTypeTimeGridType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeGridTypeTimeGridType.Factory. parse(File file)static TimeGridTypeTimeGridType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeGridTypeTimeGridType.Factory. parse(InputStream is)static TimeGridTypeTimeGridType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeGridTypeTimeGridType.Factory. parse(Reader r)static TimeGridTypeTimeGridType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeGridTypeTimeGridType.Factory. parse(String xmlAsString)static TimeGridTypeTimeGridType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeGridTypeTimeGridType.Factory. parse(URL u)static TimeGridTypeTimeGridType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeGridTypeTimeGridType.Factory. parse(XMLStreamReader sr)static TimeGridTypeTimeGridType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeGridTypeTimeGridType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeGridTypeTimeGridType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeGridTypeTimeGridType.Factory. parse(Node node)static TimeGridTypeTimeGridType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type TimeGridType Modifier and Type Method Description voidTimeGridDocument. setTimeGrid(TimeGridType timeGrid)Sets the "TimeGrid" element -
Uses of TimeGridType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TimeGridType Modifier and Type Class Description classTimeGridTypeImplAn XML TimeGridType(@http://www.opengis.net/swe/1.0.1).classTimeInstantGridTypeImplAn XML TimeInstantGridType(@http://www.opengis.net/swe/1.0.1).classTimeIntervalGridTypeImplAn XML TimeIntervalGridType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TimeGridType Modifier and Type Method Description TimeGridTypeTimeGridDocumentImpl. addNewTimeGrid()Appends and returns a new empty "TimeGrid" elementTimeGridTypeTimeGridDocumentImpl. getTimeGrid()Gets the "TimeGrid" elementMethods in net.opengis.swe.x101.impl with parameters of type TimeGridType Modifier and Type Method Description voidTimeGridDocumentImpl. setTimeGrid(TimeGridType timeGrid)Sets the "TimeGrid" element
-