Uses of Interface
net.opengis.gml.TemporalDatumType
-
Packages that use TemporalDatumType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TemporalDatumType in net.opengis.gml
Methods in net.opengis.gml that return TemporalDatumType Modifier and Type Method Description TemporalDatumTypeTemporalDatumDocument. addNewTemporalDatum()Appends and returns a new empty "TemporalDatum" elementTemporalDatumTypeTemporalDatumRefType. addNewTemporalDatum()Appends and returns a new empty "TemporalDatum" elementTemporalDatumTypeTemporalDatumDocument. getTemporalDatum()Gets the "TemporalDatum" elementTemporalDatumTypeTemporalDatumRefType. getTemporalDatum()Gets the "TemporalDatum" elementstatic TemporalDatumTypeTemporalDatumType.Factory. newInstance()static TemporalDatumTypeTemporalDatumType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TemporalDatumTypeTemporalDatumType.Factory. parse(File file)static TemporalDatumTypeTemporalDatumType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TemporalDatumTypeTemporalDatumType.Factory. parse(InputStream is)static TemporalDatumTypeTemporalDatumType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TemporalDatumTypeTemporalDatumType.Factory. parse(Reader r)static TemporalDatumTypeTemporalDatumType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TemporalDatumTypeTemporalDatumType.Factory. parse(String xmlAsString)static TemporalDatumTypeTemporalDatumType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TemporalDatumTypeTemporalDatumType.Factory. parse(URL u)static TemporalDatumTypeTemporalDatumType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TemporalDatumTypeTemporalDatumType.Factory. parse(XMLStreamReader sr)static TemporalDatumTypeTemporalDatumType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TemporalDatumTypeTemporalDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TemporalDatumTypeTemporalDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TemporalDatumTypeTemporalDatumType.Factory. parse(Node node)static TemporalDatumTypeTemporalDatumType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type TemporalDatumType Modifier and Type Method Description voidTemporalDatumDocument. setTemporalDatum(TemporalDatumType temporalDatum)Sets the "TemporalDatum" elementvoidTemporalDatumRefType. setTemporalDatum(TemporalDatumType temporalDatum)Sets the "TemporalDatum" element -
Uses of TemporalDatumType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TemporalDatumType Modifier and Type Class Description classTemporalDatumTypeImplAn XML TemporalDatumType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return TemporalDatumType Modifier and Type Method Description TemporalDatumTypeTemporalDatumDocumentImpl. addNewTemporalDatum()Appends and returns a new empty "TemporalDatum" elementTemporalDatumTypeTemporalDatumRefTypeImpl. addNewTemporalDatum()Appends and returns a new empty "TemporalDatum" elementTemporalDatumTypeTemporalDatumDocumentImpl. getTemporalDatum()Gets the "TemporalDatum" elementTemporalDatumTypeTemporalDatumRefTypeImpl. getTemporalDatum()Gets the "TemporalDatum" elementMethods in net.opengis.gml.impl with parameters of type TemporalDatumType Modifier and Type Method Description voidTemporalDatumDocumentImpl. setTemporalDatum(TemporalDatumType temporalDatum)Sets the "TemporalDatum" elementvoidTemporalDatumRefTypeImpl. setTemporalDatum(TemporalDatumType temporalDatum)Sets the "TemporalDatum" element
-