Uses of Interface
net.opengis.ogc.TemporalOpsDocument
-
Packages that use TemporalOpsDocument Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of TemporalOpsDocument in net.opengis.ogc
Subinterfaces of TemporalOpsDocument in net.opengis.ogc Modifier and Type Interface Description interfaceTMAfterDocumentA document containing one TM_After(@http://www.opengis.net/ogc) element.interfaceTMBeforeDocumentA document containing one TM_Before(@http://www.opengis.net/ogc) element.interfaceTMBeginsDocumentA document containing one TM_Begins(@http://www.opengis.net/ogc) element.interfaceTMBegunByDocumentA document containing one TM_BegunBy(@http://www.opengis.net/ogc) element.interfaceTMContainsDocumentA document containing one TM_Contains(@http://www.opengis.net/ogc) element.interfaceTMDuringDocumentA document containing one TM_During(@http://www.opengis.net/ogc) element.interfaceTMEndedByDocumentA document containing one TM_EndedBy(@http://www.opengis.net/ogc) element.interfaceTMEndsDocumentA document containing one TM_Ends(@http://www.opengis.net/ogc) element.interfaceTMEqualsDocumentA document containing one TM_Equals(@http://www.opengis.net/ogc) element.interfaceTMMeetsDocumentA document containing one TM_Meets(@http://www.opengis.net/ogc) element.interfaceTMMetByDocumentA document containing one TM_MetBy(@http://www.opengis.net/ogc) element.interfaceTMOveralpsDocumentA document containing one TM_Overalps(@http://www.opengis.net/ogc) element.interfaceTMOverlappedByDocumentA document containing one TM_OverlappedBy(@http://www.opengis.net/ogc) element.Methods in net.opengis.ogc that return TemporalOpsDocument Modifier and Type Method Description static TemporalOpsDocumentTemporalOpsDocument.Factory. newInstance()static TemporalOpsDocumentTemporalOpsDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(File file)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(InputStream is)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(Reader r)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(String xmlAsString)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(URL u)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(XMLStreamReader sr)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TemporalOpsDocumentTemporalOpsDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TemporalOpsDocumentTemporalOpsDocument.Factory. parse(Node node)static TemporalOpsDocumentTemporalOpsDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TemporalOpsDocument in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement TemporalOpsDocument Modifier and Type Class Description classTemporalOpsDocumentImplA document containing one temporalOps(@http://www.opengis.net/ogc) element.classTMAfterDocumentImplA document containing one TM_After(@http://www.opengis.net/ogc) element.classTMBeforeDocumentImplA document containing one TM_Before(@http://www.opengis.net/ogc) element.classTMBeginsDocumentImplA document containing one TM_Begins(@http://www.opengis.net/ogc) element.classTMBegunByDocumentImplA document containing one TM_BegunBy(@http://www.opengis.net/ogc) element.classTMContainsDocumentImplA document containing one TM_Contains(@http://www.opengis.net/ogc) element.classTMDuringDocumentImplA document containing one TM_During(@http://www.opengis.net/ogc) element.classTMEndedByDocumentImplA document containing one TM_EndedBy(@http://www.opengis.net/ogc) element.classTMEndsDocumentImplA document containing one TM_Ends(@http://www.opengis.net/ogc) element.classTMEqualsDocumentImplA document containing one TM_Equals(@http://www.opengis.net/ogc) element.classTMMeetsDocumentImplA document containing one TM_Meets(@http://www.opengis.net/ogc) element.classTMMetByDocumentImplA document containing one TM_MetBy(@http://www.opengis.net/ogc) element.classTMOveralpsDocumentImplA document containing one TM_Overalps(@http://www.opengis.net/ogc) element.classTMOverlappedByDocumentImplA document containing one TM_OverlappedBy(@http://www.opengis.net/ogc) element.
-