Package net.opengis.swe.x101
Interface EnvelopeType
-
- All Superinterfaces:
AbstractDataComponentType,AbstractDataRecordType,AbstractGMLType,AbstractVectorType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EnvelopeTypeImpl
public interface EnvelopeType extends AbstractVectorType
An XML EnvelopeType(@http://www.opengis.net/swe/1.0.1). 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 VectorPropertyTypeaddNewLowerCorner()Appends and returns a new empty "lowerCorner" elementTimeRangePropertyTypeaddNewTime()Appends and returns a new empty "time" elementVectorPropertyTypeaddNewUpperCorner()Appends and returns a new empty "upperCorner" elementVectorPropertyTypegetLowerCorner()Gets the "lowerCorner" elementTimeRangePropertyTypegetTime()Gets the "time" elementVectorPropertyTypegetUpperCorner()Gets the "upperCorner" elementbooleanisSetTime()True if has "time" elementvoidsetLowerCorner(VectorPropertyType lowerCorner)Sets the "lowerCorner" elementvoidsetTime(TimeRangePropertyType time)Sets the "time" elementvoidsetUpperCorner(VectorPropertyType upperCorner)Sets the "upperCorner" elementvoidunsetTime()Unsets the "time" element-
Methods inherited from interface net.opengis.swe.x101.AbstractDataComponentType
getDefinition, getFixed, isSetDefinition, isSetFixed, setDefinition, setFixed, unsetDefinition, unsetFixed, xgetDefinition, xgetFixed, xsetDefinition, xsetFixed
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.swe.x101.AbstractVectorType
getLocalFrame, getReferenceFrame, isSetLocalFrame, isSetReferenceFrame, setLocalFrame, setReferenceFrame, unsetLocalFrame, unsetReferenceFrame, xgetLocalFrame, xgetReferenceFrame, xsetLocalFrame, xsetReferenceFrame
-
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
-
getTime
TimeRangePropertyType getTime()
Gets the "time" element
-
isSetTime
boolean isSetTime()
True if has "time" element
-
setTime
void setTime(TimeRangePropertyType time)
Sets the "time" element
-
addNewTime
TimeRangePropertyType addNewTime()
Appends and returns a new empty "time" element
-
unsetTime
void unsetTime()
Unsets the "time" element
-
getLowerCorner
VectorPropertyType getLowerCorner()
Gets the "lowerCorner" element
-
setLowerCorner
void setLowerCorner(VectorPropertyType lowerCorner)
Sets the "lowerCorner" element
-
addNewLowerCorner
VectorPropertyType addNewLowerCorner()
Appends and returns a new empty "lowerCorner" element
-
getUpperCorner
VectorPropertyType getUpperCorner()
Gets the "upperCorner" element
-
setUpperCorner
void setUpperCorner(VectorPropertyType upperCorner)
Sets the "upperCorner" element
-
addNewUpperCorner
VectorPropertyType addNewUpperCorner()
Appends and returns a new empty "upperCorner" element
-
-