Package net.opengis.gml
Interface EnvelopeWithTimePeriodType
-
- All Superinterfaces:
EnvelopeType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EnvelopeWithTimePeriodTypeImpl
public interface EnvelopeWithTimePeriodType extends EnvelopeType
An XML EnvelopeWithTimePeriodType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEnvelopeWithTimePeriodType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimePositionTypeaddNewTimePosition()Appends and returns a new empty value (as xml) as the last "timePosition" elementStringgetFrame()Gets the "frame" attributeTimePositionType[]getTimePositionArray()Gets array of all "timePosition" elementsTimePositionTypegetTimePositionArray(int i)Gets ith "timePosition" elementTimePositionTypeinsertNewTimePosition(int i)Inserts and returns a new empty value (as xml) as the ith "timePosition" elementbooleanisSetFrame()True if has "frame" attributevoidremoveTimePosition(int i)Removes the ith "timePosition" elementvoidsetFrame(String frame)Sets the "frame" attributevoidsetTimePositionArray(int i, TimePositionType timePosition)Sets ith "timePosition" elementvoidsetTimePositionArray(TimePositionType[] timePositionArray)Sets array of all "timePosition" elementintsizeOfTimePositionArray()Returns number of "timePosition" elementvoidunsetFrame()Unsets the "frame" attributeorg.apache.xmlbeans.XmlAnyURIxgetFrame()Gets (as xml) the "frame" attributevoidxsetFrame(org.apache.xmlbeans.XmlAnyURI frame)Sets (as xml) the "frame" attribute-
Methods inherited from interface net.opengis.gml.EnvelopeType
addNewCoord, addNewCoordinates, addNewLowerCorner, addNewPos, addNewUpperCorner, getAxisLabels, getCoordArray, getCoordArray, getCoordinates, getLowerCorner, getPosArray, getPosArray, getSrsDimension, getSrsName, getUomLabels, getUpperCorner, insertNewCoord, insertNewPos, isSetAxisLabels, isSetCoordinates, isSetLowerCorner, isSetSrsDimension, isSetSrsName, isSetUomLabels, isSetUpperCorner, removeCoord, removePos, setAxisLabels, setCoordArray, setCoordArray, setCoordinates, setLowerCorner, setPosArray, setPosArray, setSrsDimension, setSrsName, setUomLabels, setUpperCorner, sizeOfCoordArray, sizeOfPosArray, unsetAxisLabels, unsetCoordinates, unsetLowerCorner, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUpperCorner, xgetAxisLabels, xgetSrsDimension, xgetSrsName, xgetUomLabels, xsetAxisLabels, xsetSrsDimension, xsetSrsName, xsetUomLabels
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getTimePositionArray
TimePositionType[] getTimePositionArray()
Gets array of all "timePosition" elements
-
getTimePositionArray
TimePositionType getTimePositionArray(int i)
Gets ith "timePosition" element
-
sizeOfTimePositionArray
int sizeOfTimePositionArray()
Returns number of "timePosition" element
-
setTimePositionArray
void setTimePositionArray(TimePositionType[] timePositionArray)
Sets array of all "timePosition" element
-
setTimePositionArray
void setTimePositionArray(int i, TimePositionType timePosition)Sets ith "timePosition" element
-
insertNewTimePosition
TimePositionType insertNewTimePosition(int i)
Inserts and returns a new empty value (as xml) as the ith "timePosition" element
-
addNewTimePosition
TimePositionType addNewTimePosition()
Appends and returns a new empty value (as xml) as the last "timePosition" element
-
removeTimePosition
void removeTimePosition(int i)
Removes the ith "timePosition" element
-
getFrame
String getFrame()
Gets the "frame" attribute
-
xgetFrame
org.apache.xmlbeans.XmlAnyURI xgetFrame()
Gets (as xml) the "frame" attribute
-
isSetFrame
boolean isSetFrame()
True if has "frame" attribute
-
setFrame
void setFrame(String frame)
Sets the "frame" attribute
-
xsetFrame
void xsetFrame(org.apache.xmlbeans.XmlAnyURI frame)
Sets (as xml) the "frame" attribute
-
unsetFrame
void unsetFrame()
Unsets the "frame" attribute
-
-