Uses of Interface
net.opengis.gml.TimeUnitType
-
Packages that use TimeUnitType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TimeUnitType in net.opengis.gml
Methods in net.opengis.gml that return TimeUnitType Modifier and Type Method Description static TimeUnitTypeTimeUnitType.Factory. newInstance()static TimeUnitTypeTimeUnitType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. newValue(Object obj)static TimeUnitTypeTimeUnitType.Factory. parse(File file)static TimeUnitTypeTimeUnitType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(InputStream is)static TimeUnitTypeTimeUnitType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(Reader r)static TimeUnitTypeTimeUnitType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(String xmlAsString)static TimeUnitTypeTimeUnitType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(URL u)static TimeUnitTypeTimeUnitType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(XMLStreamReader sr)static TimeUnitTypeTimeUnitType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeUnitTypeTimeUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeUnitTypeTimeUnitType.Factory. parse(Node node)static TimeUnitTypeTimeUnitType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TimeUnitTypeTimeIntervalLengthType. xgetUnit()Gets (as xml) the "unit" attributeMethods in net.opengis.gml with parameters of type TimeUnitType Modifier and Type Method Description voidTimeIntervalLengthType. xsetUnit(TimeUnitType unit)Sets (as xml) the "unit" attribute -
Uses of TimeUnitType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TimeUnitType Modifier and Type Class Description classTimeUnitTypeImplAn XML TimeUnitType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return TimeUnitType Modifier and Type Method Description TimeUnitTypeTimeIntervalLengthTypeImpl. xgetUnit()Gets (as xml) the "unit" attributeMethods in net.opengis.gml.impl with parameters of type TimeUnitType Modifier and Type Method Description voidTimeIntervalLengthTypeImpl. xsetUnit(TimeUnitType unit)Sets (as xml) the "unit" attribute
-