Uses of Interface
net.opengis.gml.TimeObjectDocument
-
Packages that use TimeObjectDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TimeObjectDocument in net.opengis.gml
Subinterfaces of TimeObjectDocument in net.opengis.gml Modifier and Type Interface Description interfaceTimeComplexDocumentA document containing one _TimeComplex(@http://www.opengis.net/gml) element.interfaceTimeEdgeDocumentA document containing one TimeEdge(@http://www.opengis.net/gml) element.interfaceTimeGeometricPrimitiveDocumentA document containing one _TimeGeometricPrimitive(@http://www.opengis.net/gml) element.interfaceTimeInstantDocumentA document containing one TimeInstant(@http://www.opengis.net/gml) element.interfaceTimeNodeDocumentA document containing one TimeNode(@http://www.opengis.net/gml) element.interfaceTimePeriodDocumentA document containing one TimePeriod(@http://www.opengis.net/gml) element.interfaceTimePrimitiveDocumentA document containing one _TimePrimitive(@http://www.opengis.net/gml) element.interfaceTimeTopologyComplexDocumentA document containing one TimeTopologyComplex(@http://www.opengis.net/gml) element.interfaceTimeTopologyPrimitiveDocumentA document containing one _TimeTopologyPrimitive(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return TimeObjectDocument Modifier and Type Method Description static TimeObjectDocumentTimeObjectDocument.Factory. newInstance()static TimeObjectDocumentTimeObjectDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeObjectDocumentTimeObjectDocument.Factory. parse(File file)static TimeObjectDocumentTimeObjectDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeObjectDocumentTimeObjectDocument.Factory. parse(InputStream is)static TimeObjectDocumentTimeObjectDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeObjectDocumentTimeObjectDocument.Factory. parse(Reader r)static TimeObjectDocumentTimeObjectDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeObjectDocumentTimeObjectDocument.Factory. parse(String xmlAsString)static TimeObjectDocumentTimeObjectDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeObjectDocumentTimeObjectDocument.Factory. parse(URL u)static TimeObjectDocumentTimeObjectDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeObjectDocumentTimeObjectDocument.Factory. parse(XMLStreamReader sr)static TimeObjectDocumentTimeObjectDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeObjectDocumentTimeObjectDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeObjectDocumentTimeObjectDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeObjectDocumentTimeObjectDocument.Factory. parse(Node node)static TimeObjectDocumentTimeObjectDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TimeObjectDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TimeObjectDocument Modifier and Type Class Description classTimeComplexDocumentImplA document containing one _TimeComplex(@http://www.opengis.net/gml) element.classTimeEdgeDocumentImplA document containing one TimeEdge(@http://www.opengis.net/gml) element.classTimeGeometricPrimitiveDocumentImplA document containing one _TimeGeometricPrimitive(@http://www.opengis.net/gml) element.classTimeInstantDocumentImplA document containing one TimeInstant(@http://www.opengis.net/gml) element.classTimeNodeDocumentImplA document containing one TimeNode(@http://www.opengis.net/gml) element.classTimeObjectDocumentImplA document containing one _TimeObject(@http://www.opengis.net/gml) element.classTimePeriodDocumentImplA document containing one TimePeriod(@http://www.opengis.net/gml) element.classTimePrimitiveDocumentImplA document containing one _TimePrimitive(@http://www.opengis.net/gml) element.classTimeTopologyComplexDocumentImplA document containing one TimeTopologyComplex(@http://www.opengis.net/gml) element.classTimeTopologyPrimitiveDocumentImplA document containing one _TimeTopologyPrimitive(@http://www.opengis.net/gml) element.
-