Uses of Interface
net.opengis.gml.CalDate
-
Packages that use CalDate Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CalDate in net.opengis.gml
Methods in net.opengis.gml that return CalDate Modifier and Type Method Description static CalDateCalDate.Factory. newInstance()static CalDateCalDate.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. newValue(Object obj)static CalDateCalDate.Factory. parse(File file)static CalDateCalDate.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(InputStream is)static CalDateCalDate.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(Reader r)static CalDateCalDate.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(String xmlAsString)static CalDateCalDate.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(URL u)static CalDateCalDate.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(XMLStreamReader sr)static CalDateCalDate.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CalDateCalDate.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CalDateCalDate.Factory. parse(Node node)static CalDateCalDate.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of CalDate in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CalDate Modifier and Type Class Description classCalDateImplAn XML CalDate(@http://www.opengis.net/gml).classTimePositionTypeImplAn XML TimePositionType(@http://www.opengis.net/gml).classTimePositionUnionImplAn XML TimePositionUnion(@http://www.opengis.net/gml).
-