Uses of Interface
net.opengis.gml.x32.TimeCSType
-
Packages that use TimeCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TimeCSType Modifier and Type Method Description TimeCSTypeTimeCSDocument2. addNewTimeCS()Appends and returns a new empty "TimeCS" elementTimeCSTypeTimeCSPropertyType. addNewTimeCS()Appends and returns a new empty "TimeCS" elementTimeCSTypeTimeCSDocument2. getTimeCS()Gets the "TimeCS" elementTimeCSTypeTimeCSPropertyType. getTimeCS()Gets the "TimeCS" elementstatic TimeCSTypeTimeCSType.Factory. newInstance()static TimeCSTypeTimeCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeCSTypeTimeCSType.Factory. parse(File file)static TimeCSTypeTimeCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeCSTypeTimeCSType.Factory. parse(InputStream is)static TimeCSTypeTimeCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeCSTypeTimeCSType.Factory. parse(Reader r)static TimeCSTypeTimeCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeCSTypeTimeCSType.Factory. parse(String xmlAsString)static TimeCSTypeTimeCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeCSTypeTimeCSType.Factory. parse(URL u)static TimeCSTypeTimeCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeCSTypeTimeCSType.Factory. parse(XMLStreamReader sr)static TimeCSTypeTimeCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeCSTypeTimeCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeCSTypeTimeCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeCSTypeTimeCSType.Factory. parse(Node node)static TimeCSTypeTimeCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TimeCSType Modifier and Type Method Description voidTimeCSDocument2. setTimeCS(TimeCSType timeCS)Sets the "TimeCS" elementvoidTimeCSPropertyType. setTimeCS(TimeCSType timeCS)Sets the "TimeCS" element -
Uses of TimeCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeCSType Modifier and Type Class Description classTimeCSTypeImplAn XML TimeCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeCSType Modifier and Type Method Description TimeCSTypeTimeCSDocument2Impl. addNewTimeCS()Appends and returns a new empty "TimeCS" elementTimeCSTypeTimeCSPropertyTypeImpl. addNewTimeCS()Appends and returns a new empty "TimeCS" elementTimeCSTypeTimeCSDocument2Impl. getTimeCS()Gets the "TimeCS" elementTimeCSTypeTimeCSPropertyTypeImpl. getTimeCS()Gets the "TimeCS" elementMethods in net.opengis.gml.x32.impl with parameters of type TimeCSType Modifier and Type Method Description voidTimeCSDocument2Impl. setTimeCS(TimeCSType timeCS)Sets the "TimeCS" elementvoidTimeCSPropertyTypeImpl. setTimeCS(TimeCSType timeCS)Sets the "TimeCS" element
-