Package net.opengis.gml.x32
Interface EnvelopeType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
EnvelopeWithTimePeriodType
- All Known Implementing Classes:
EnvelopeTypeImpl,EnvelopeWithTimePeriodTypeImpl
public interface EnvelopeType extends org.apache.xmlbeans.XmlObjectAn XML EnvelopeType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEnvelopeType.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 CoordinatesTypeaddNewCoordinates()Appends and returns a new empty "coordinates" elementDirectPositionTypeaddNewLowerCorner()Appends and returns a new empty "lowerCorner" elementDirectPositionTypeaddNewPos()Appends and returns a new empty value (as xml) as the last "pos" elementDirectPositionTypeaddNewUpperCorner()Appends and returns a new empty "upperCorner" elementListgetAxisLabels()Gets the "axisLabels" attributeCoordinatesTypegetCoordinates()Gets the "coordinates" elementDirectPositionTypegetLowerCorner()Gets the "lowerCorner" elementDirectPositionType[]getPosArray()Gets array of all "pos" elementsDirectPositionTypegetPosArray(int i)Gets ith "pos" elementBigIntegergetSrsDimension()Gets the "srsDimension" attributeStringgetSrsName()Gets the "srsName" attributeListgetUomLabels()Gets the "uomLabels" attributeDirectPositionTypegetUpperCorner()Gets the "upperCorner" elementDirectPositionTypeinsertNewPos(int i)Inserts and returns a new empty value (as xml) as the ith "pos" elementbooleanisSetAxisLabels()True if has "axisLabels" attributebooleanisSetCoordinates()True if has "coordinates" elementbooleanisSetLowerCorner()True if has "lowerCorner" elementbooleanisSetSrsDimension()True if has "srsDimension" attributebooleanisSetSrsName()True if has "srsName" attributebooleanisSetUomLabels()True if has "uomLabels" attributebooleanisSetUpperCorner()True if has "upperCorner" elementvoidremovePos(int i)Removes the ith "pos" elementvoidsetAxisLabels(List axisLabels)Sets the "axisLabels" attributevoidsetCoordinates(CoordinatesType coordinates)Sets the "coordinates" elementvoidsetLowerCorner(DirectPositionType lowerCorner)Sets the "lowerCorner" elementvoidsetPosArray(int i, DirectPositionType pos)Sets ith "pos" elementvoidsetPosArray(DirectPositionType[] posArray)Sets array of all "pos" elementvoidsetSrsDimension(BigInteger srsDimension)Sets the "srsDimension" attributevoidsetSrsName(String srsName)Sets the "srsName" attributevoidsetUomLabels(List uomLabels)Sets the "uomLabels" attributevoidsetUpperCorner(DirectPositionType upperCorner)Sets the "upperCorner" elementintsizeOfPosArray()Returns number of "pos" elementvoidunsetAxisLabels()Unsets the "axisLabels" attributevoidunsetCoordinates()Unsets the "coordinates" elementvoidunsetLowerCorner()Unsets the "lowerCorner" elementvoidunsetSrsDimension()Unsets the "srsDimension" attributevoidunsetSrsName()Unsets the "srsName" attributevoidunsetUomLabels()Unsets the "uomLabels" attributevoidunsetUpperCorner()Unsets the "upperCorner" elementNCNameListxgetAxisLabels()Gets (as xml) the "axisLabels" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetSrsDimension()Gets (as xml) the "srsDimension" attributeorg.apache.xmlbeans.XmlAnyURIxgetSrsName()Gets (as xml) the "srsName" attributeNCNameListxgetUomLabels()Gets (as xml) the "uomLabels" attributevoidxsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidxsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)Sets (as xml) the "srsDimension" attributevoidxsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)Sets (as xml) the "srsName" attributevoidxsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attribute-
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
-
getLowerCorner
DirectPositionType getLowerCorner()
Gets the "lowerCorner" element
-
isSetLowerCorner
boolean isSetLowerCorner()
True if has "lowerCorner" element
-
setLowerCorner
void setLowerCorner(DirectPositionType lowerCorner)
Sets the "lowerCorner" element
-
addNewLowerCorner
DirectPositionType addNewLowerCorner()
Appends and returns a new empty "lowerCorner" element
-
unsetLowerCorner
void unsetLowerCorner()
Unsets the "lowerCorner" element
-
getUpperCorner
DirectPositionType getUpperCorner()
Gets the "upperCorner" element
-
isSetUpperCorner
boolean isSetUpperCorner()
True if has "upperCorner" element
-
setUpperCorner
void setUpperCorner(DirectPositionType upperCorner)
Sets the "upperCorner" element
-
addNewUpperCorner
DirectPositionType addNewUpperCorner()
Appends and returns a new empty "upperCorner" element
-
unsetUpperCorner
void unsetUpperCorner()
Unsets the "upperCorner" element
-
getPosArray
DirectPositionType[] getPosArray()
Gets array of all "pos" elements
-
getPosArray
DirectPositionType getPosArray(int i)
Gets ith "pos" element
-
sizeOfPosArray
int sizeOfPosArray()
Returns number of "pos" element
-
setPosArray
void setPosArray(DirectPositionType[] posArray)
Sets array of all "pos" element
-
setPosArray
void setPosArray(int i, DirectPositionType pos)Sets ith "pos" element
-
insertNewPos
DirectPositionType insertNewPos(int i)
Inserts and returns a new empty value (as xml) as the ith "pos" element
-
addNewPos
DirectPositionType addNewPos()
Appends and returns a new empty value (as xml) as the last "pos" element
-
removePos
void removePos(int i)
Removes the ith "pos" element
-
getCoordinates
CoordinatesType getCoordinates()
Gets the "coordinates" element
-
isSetCoordinates
boolean isSetCoordinates()
True if has "coordinates" element
-
setCoordinates
void setCoordinates(CoordinatesType coordinates)
Sets the "coordinates" element
-
addNewCoordinates
CoordinatesType addNewCoordinates()
Appends and returns a new empty "coordinates" element
-
unsetCoordinates
void unsetCoordinates()
Unsets the "coordinates" element
-
getSrsName
String getSrsName()
Gets the "srsName" attribute
-
xgetSrsName
org.apache.xmlbeans.XmlAnyURI xgetSrsName()
Gets (as xml) the "srsName" attribute
-
isSetSrsName
boolean isSetSrsName()
True if has "srsName" attribute
-
setSrsName
void setSrsName(String srsName)
Sets the "srsName" attribute
-
xsetSrsName
void xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
Sets (as xml) the "srsName" attribute
-
unsetSrsName
void unsetSrsName()
Unsets the "srsName" attribute
-
getSrsDimension
BigInteger getSrsDimension()
Gets the "srsDimension" attribute
-
xgetSrsDimension
org.apache.xmlbeans.XmlPositiveInteger xgetSrsDimension()
Gets (as xml) the "srsDimension" attribute
-
isSetSrsDimension
boolean isSetSrsDimension()
True if has "srsDimension" attribute
-
setSrsDimension
void setSrsDimension(BigInteger srsDimension)
Sets the "srsDimension" attribute
-
xsetSrsDimension
void xsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
Sets (as xml) the "srsDimension" attribute
-
unsetSrsDimension
void unsetSrsDimension()
Unsets the "srsDimension" attribute
-
getAxisLabels
List getAxisLabels()
Gets the "axisLabels" attribute
-
xgetAxisLabels
NCNameList xgetAxisLabels()
Gets (as xml) the "axisLabels" attribute
-
isSetAxisLabels
boolean isSetAxisLabels()
True if has "axisLabels" attribute
-
setAxisLabels
void setAxisLabels(List axisLabels)
Sets the "axisLabels" attribute
-
xsetAxisLabels
void xsetAxisLabels(NCNameList axisLabels)
Sets (as xml) the "axisLabels" attribute
-
unsetAxisLabels
void unsetAxisLabels()
Unsets the "axisLabels" attribute
-
getUomLabels
List getUomLabels()
Gets the "uomLabels" attribute
-
xgetUomLabels
NCNameList xgetUomLabels()
Gets (as xml) the "uomLabels" attribute
-
isSetUomLabels
boolean isSetUomLabels()
True if has "uomLabels" attribute
-
setUomLabels
void setUomLabels(List uomLabels)
Sets the "uomLabels" attribute
-
xsetUomLabels
void xsetUomLabels(NCNameList uomLabels)
Sets (as xml) the "uomLabels" attribute
-
unsetUomLabels
void unsetUomLabels()
Unsets the "uomLabels" attribute
-
-