Uses of Interface
net.opengis.gml.TimePeriodType
-
Packages that use TimePeriodType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TimePeriodType in net.opengis.gml
Methods in net.opengis.gml that return TimePeriodType Modifier and Type Method Description TimePeriodTypeExtentType. addNewTemporalExtent()Appends and returns a new empty value (as xml) as the last "temporalExtent" elementTimePeriodTypeTemporalExtentDocument. addNewTemporalExtent()Appends and returns a new empty "temporalExtent" elementTimePeriodTypeTimePeriodDocument. addNewTimePeriod()Appends and returns a new empty "TimePeriod" elementTimePeriodTypeTimePeriodPropertyType. addNewTimePeriod()Appends and returns a new empty "TimePeriod" elementTimePeriodTypeTemporalExtentDocument. getTemporalExtent()Gets the "temporalExtent" elementTimePeriodType[]ExtentType. getTemporalExtentArray()Gets array of all "temporalExtent" elementsTimePeriodTypeExtentType. getTemporalExtentArray(int i)Gets ith "temporalExtent" elementTimePeriodTypeTimePeriodDocument. getTimePeriod()Gets the "TimePeriod" elementTimePeriodTypeTimePeriodPropertyType. getTimePeriod()Gets the "TimePeriod" elementTimePeriodTypeExtentType. insertNewTemporalExtent(int i)Inserts and returns a new empty value (as xml) as the ith "temporalExtent" elementstatic TimePeriodTypeTimePeriodType.Factory. newInstance()static TimePeriodTypeTimePeriodType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimePeriodTypeTimePeriodType.Factory. parse(File file)static TimePeriodTypeTimePeriodType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimePeriodTypeTimePeriodType.Factory. parse(InputStream is)static TimePeriodTypeTimePeriodType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimePeriodTypeTimePeriodType.Factory. parse(Reader r)static TimePeriodTypeTimePeriodType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimePeriodTypeTimePeriodType.Factory. parse(String xmlAsString)static TimePeriodTypeTimePeriodType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimePeriodTypeTimePeriodType.Factory. parse(URL u)static TimePeriodTypeTimePeriodType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimePeriodTypeTimePeriodType.Factory. parse(XMLStreamReader sr)static TimePeriodTypeTimePeriodType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimePeriodTypeTimePeriodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimePeriodTypeTimePeriodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimePeriodTypeTimePeriodType.Factory. parse(Node node)static TimePeriodTypeTimePeriodType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type TimePeriodType Modifier and Type Method Description voidTemporalExtentDocument. setTemporalExtent(TimePeriodType temporalExtent)Sets the "temporalExtent" elementvoidExtentType. setTemporalExtentArray(int i, TimePeriodType temporalExtent)Sets ith "temporalExtent" elementvoidExtentType. setTemporalExtentArray(TimePeriodType[] temporalExtentArray)Sets array of all "temporalExtent" elementvoidTimePeriodDocument. setTimePeriod(TimePeriodType timePeriod)Sets the "TimePeriod" elementvoidTimePeriodPropertyType. setTimePeriod(TimePeriodType timePeriod)Sets the "TimePeriod" element -
Uses of TimePeriodType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TimePeriodType Modifier and Type Class Description classTimePeriodTypeImplAn XML TimePeriodType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return TimePeriodType Modifier and Type Method Description TimePeriodTypeExtentTypeImpl. addNewTemporalExtent()Appends and returns a new empty value (as xml) as the last "temporalExtent" elementTimePeriodTypeTemporalExtentDocumentImpl. addNewTemporalExtent()Appends and returns a new empty "temporalExtent" elementTimePeriodTypeTimePeriodDocumentImpl. addNewTimePeriod()Appends and returns a new empty "TimePeriod" elementTimePeriodTypeTimePeriodPropertyTypeImpl. addNewTimePeriod()Appends and returns a new empty "TimePeriod" elementTimePeriodTypeTemporalExtentDocumentImpl. getTemporalExtent()Gets the "temporalExtent" elementTimePeriodType[]ExtentTypeImpl. getTemporalExtentArray()Gets array of all "temporalExtent" elementsTimePeriodTypeExtentTypeImpl. getTemporalExtentArray(int i)Gets ith "temporalExtent" elementTimePeriodTypeTimePeriodDocumentImpl. getTimePeriod()Gets the "TimePeriod" elementTimePeriodTypeTimePeriodPropertyTypeImpl. getTimePeriod()Gets the "TimePeriod" elementTimePeriodTypeExtentTypeImpl. insertNewTemporalExtent(int i)Inserts and returns a new empty value (as xml) as the ith "temporalExtent" elementMethods in net.opengis.gml.impl with parameters of type TimePeriodType Modifier and Type Method Description voidTemporalExtentDocumentImpl. setTemporalExtent(TimePeriodType temporalExtent)Sets the "temporalExtent" elementvoidExtentTypeImpl. setTemporalExtentArray(int i, TimePeriodType temporalExtent)Sets ith "temporalExtent" elementvoidExtentTypeImpl. setTemporalExtentArray(TimePeriodType[] temporalExtentArray)Sets array of all "temporalExtent" elementvoidTimePeriodDocumentImpl. setTimePeriod(TimePeriodType timePeriod)Sets the "TimePeriod" elementvoidTimePeriodPropertyTypeImpl. setTimePeriod(TimePeriodType timePeriod)Sets the "TimePeriod" element
-