Uses of Interface
net.opengis.gml.TimePrimitiveDocument
-
Packages that use TimePrimitiveDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TimePrimitiveDocument in net.opengis.gml
Subinterfaces of TimePrimitiveDocument in net.opengis.gml Modifier and Type Interface Description 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.interfaceTimeTopologyPrimitiveDocumentA document containing one _TimeTopologyPrimitive(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return TimePrimitiveDocument Modifier and Type Method Description static TimePrimitiveDocumentTimePrimitiveDocument.Factory. newInstance()static TimePrimitiveDocumentTimePrimitiveDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(File file)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(InputStream is)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(Reader r)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(String xmlAsString)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(URL u)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(XMLStreamReader sr)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(Node node)static TimePrimitiveDocumentTimePrimitiveDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TimePrimitiveDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TimePrimitiveDocument Modifier and Type Class Description 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.classTimePeriodDocumentImplA document containing one TimePeriod(@http://www.opengis.net/gml) element.classTimePrimitiveDocumentImplA document containing one _TimePrimitive(@http://www.opengis.net/gml) element.classTimeTopologyPrimitiveDocumentImplA document containing one _TimeTopologyPrimitive(@http://www.opengis.net/gml) element.
-