Uses of Interface
net.opengis.gml.TemporalCSRefType
-
Packages that use TemporalCSRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TemporalCSRefType in net.opengis.gml
Methods in net.opengis.gml that return TemporalCSRefType Modifier and Type Method Description TemporalCSRefTypeTemporalCSRefDocument. addNewTemporalCSRef()Appends and returns a new empty "temporalCSRef" elementTemporalCSRefTypeTemporalCRSType. addNewUsesTemporalCS()Appends and returns a new empty "usesTemporalCS" elementTemporalCSRefTypeUsesTemporalCSDocument. addNewUsesTemporalCS()Appends and returns a new empty "usesTemporalCS" elementTemporalCSRefTypeTemporalCSRefDocument. getTemporalCSRef()Gets the "temporalCSRef" elementTemporalCSRefTypeTemporalCRSType. getUsesTemporalCS()Gets the "usesTemporalCS" elementTemporalCSRefTypeUsesTemporalCSDocument. getUsesTemporalCS()Gets the "usesTemporalCS" elementstatic TemporalCSRefTypeTemporalCSRefType.Factory. newInstance()static TemporalCSRefTypeTemporalCSRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(File file)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(InputStream is)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(Reader r)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(String xmlAsString)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(URL u)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(XMLStreamReader sr)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TemporalCSRefTypeTemporalCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TemporalCSRefTypeTemporalCSRefType.Factory. parse(Node node)static TemporalCSRefTypeTemporalCSRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type TemporalCSRefType Modifier and Type Method Description voidTemporalCSRefDocument. setTemporalCSRef(TemporalCSRefType temporalCSRef)Sets the "temporalCSRef" elementvoidTemporalCRSType. setUsesTemporalCS(TemporalCSRefType usesTemporalCS)Sets the "usesTemporalCS" elementvoidUsesTemporalCSDocument. setUsesTemporalCS(TemporalCSRefType usesTemporalCS)Sets the "usesTemporalCS" element -
Uses of TemporalCSRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TemporalCSRefType Modifier and Type Class Description classTemporalCSRefTypeImplAn XML TemporalCSRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return TemporalCSRefType Modifier and Type Method Description TemporalCSRefTypeTemporalCSRefDocumentImpl. addNewTemporalCSRef()Appends and returns a new empty "temporalCSRef" elementTemporalCSRefTypeTemporalCRSTypeImpl. addNewUsesTemporalCS()Appends and returns a new empty "usesTemporalCS" elementTemporalCSRefTypeUsesTemporalCSDocumentImpl. addNewUsesTemporalCS()Appends and returns a new empty "usesTemporalCS" elementTemporalCSRefTypeTemporalCSRefDocumentImpl. getTemporalCSRef()Gets the "temporalCSRef" elementTemporalCSRefTypeTemporalCRSTypeImpl. getUsesTemporalCS()Gets the "usesTemporalCS" elementTemporalCSRefTypeUsesTemporalCSDocumentImpl. getUsesTemporalCS()Gets the "usesTemporalCS" elementMethods in net.opengis.gml.impl with parameters of type TemporalCSRefType Modifier and Type Method Description voidTemporalCSRefDocumentImpl. setTemporalCSRef(TemporalCSRefType temporalCSRef)Sets the "temporalCSRef" elementvoidTemporalCRSTypeImpl. setUsesTemporalCS(TemporalCSRefType usesTemporalCS)Sets the "usesTemporalCS" elementvoidUsesTemporalCSDocumentImpl. setUsesTemporalCS(TemporalCSRefType usesTemporalCS)Sets the "usesTemporalCS" element
-