Package net.opengis.swe.x101
Interface PositionType
-
- All Superinterfaces:
AbstractDataComponentType,AbstractDataRecordType,AbstractGMLType,AbstractVectorType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PositionTypeImpl
public interface PositionType extends AbstractVectorType
An XML PositionType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPositionType.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 VectorPropertyTypeaddNewAcceleration()Appends and returns a new empty "acceleration" elementVectorOrSquareMatrixPropertyTypeaddNewAngularAcceleration()Appends and returns a new empty "angularAcceleration" elementVectorOrSquareMatrixPropertyTypeaddNewAngularVelocity()Appends and returns a new empty "angularVelocity" elementVectorPropertyTypeaddNewLocation()Appends and returns a new empty "location" elementVectorOrSquareMatrixPropertyTypeaddNewOrientation()Appends and returns a new empty "orientation" elementVectorOrSquareMatrixPropertyTypeaddNewState()Appends and returns a new empty "state" elementTimePropertyTypeaddNewTime()Appends and returns a new empty "time" elementVectorPropertyTypeaddNewVelocity()Appends and returns a new empty "velocity" elementVectorPropertyTypegetAcceleration()Gets the "acceleration" elementVectorOrSquareMatrixPropertyTypegetAngularAcceleration()Gets the "angularAcceleration" elementVectorOrSquareMatrixPropertyTypegetAngularVelocity()Gets the "angularVelocity" elementVectorPropertyTypegetLocation()Gets the "location" elementVectorOrSquareMatrixPropertyTypegetOrientation()Gets the "orientation" elementVectorOrSquareMatrixPropertyTypegetState()Gets the "state" elementTimePropertyTypegetTime()Gets the "time" elementVectorPropertyTypegetVelocity()Gets the "velocity" elementbooleanisSetAcceleration()True if has "acceleration" elementbooleanisSetAngularAcceleration()True if has "angularAcceleration" elementbooleanisSetAngularVelocity()True if has "angularVelocity" elementbooleanisSetLocation()True if has "location" elementbooleanisSetOrientation()True if has "orientation" elementbooleanisSetState()True if has "state" elementbooleanisSetTime()True if has "time" elementbooleanisSetVelocity()True if has "velocity" elementvoidsetAcceleration(VectorPropertyType acceleration)Sets the "acceleration" elementvoidsetAngularAcceleration(VectorOrSquareMatrixPropertyType angularAcceleration)Sets the "angularAcceleration" elementvoidsetAngularVelocity(VectorOrSquareMatrixPropertyType angularVelocity)Sets the "angularVelocity" elementvoidsetLocation(VectorPropertyType location)Sets the "location" elementvoidsetOrientation(VectorOrSquareMatrixPropertyType orientation)Sets the "orientation" elementvoidsetState(VectorOrSquareMatrixPropertyType state)Sets the "state" elementvoidsetTime(TimePropertyType time)Sets the "time" elementvoidsetVelocity(VectorPropertyType velocity)Sets the "velocity" elementvoidunsetAcceleration()Unsets the "acceleration" elementvoidunsetAngularAcceleration()Unsets the "angularAcceleration" elementvoidunsetAngularVelocity()Unsets the "angularVelocity" elementvoidunsetLocation()Unsets the "location" elementvoidunsetOrientation()Unsets the "orientation" elementvoidunsetState()Unsets the "state" elementvoidunsetTime()Unsets the "time" elementvoidunsetVelocity()Unsets the "velocity" 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
TimePropertyType getTime()
Gets the "time" element
-
isSetTime
boolean isSetTime()
True if has "time" element
-
setTime
void setTime(TimePropertyType time)
Sets the "time" element
-
addNewTime
TimePropertyType addNewTime()
Appends and returns a new empty "time" element
-
unsetTime
void unsetTime()
Unsets the "time" element
-
getLocation
VectorPropertyType getLocation()
Gets the "location" element
-
isSetLocation
boolean isSetLocation()
True if has "location" element
-
setLocation
void setLocation(VectorPropertyType location)
Sets the "location" element
-
addNewLocation
VectorPropertyType addNewLocation()
Appends and returns a new empty "location" element
-
unsetLocation
void unsetLocation()
Unsets the "location" element
-
getOrientation
VectorOrSquareMatrixPropertyType getOrientation()
Gets the "orientation" element
-
isSetOrientation
boolean isSetOrientation()
True if has "orientation" element
-
setOrientation
void setOrientation(VectorOrSquareMatrixPropertyType orientation)
Sets the "orientation" element
-
addNewOrientation
VectorOrSquareMatrixPropertyType addNewOrientation()
Appends and returns a new empty "orientation" element
-
unsetOrientation
void unsetOrientation()
Unsets the "orientation" element
-
getVelocity
VectorPropertyType getVelocity()
Gets the "velocity" element
-
isSetVelocity
boolean isSetVelocity()
True if has "velocity" element
-
setVelocity
void setVelocity(VectorPropertyType velocity)
Sets the "velocity" element
-
addNewVelocity
VectorPropertyType addNewVelocity()
Appends and returns a new empty "velocity" element
-
unsetVelocity
void unsetVelocity()
Unsets the "velocity" element
-
getAngularVelocity
VectorOrSquareMatrixPropertyType getAngularVelocity()
Gets the "angularVelocity" element
-
isSetAngularVelocity
boolean isSetAngularVelocity()
True if has "angularVelocity" element
-
setAngularVelocity
void setAngularVelocity(VectorOrSquareMatrixPropertyType angularVelocity)
Sets the "angularVelocity" element
-
addNewAngularVelocity
VectorOrSquareMatrixPropertyType addNewAngularVelocity()
Appends and returns a new empty "angularVelocity" element
-
unsetAngularVelocity
void unsetAngularVelocity()
Unsets the "angularVelocity" element
-
getAcceleration
VectorPropertyType getAcceleration()
Gets the "acceleration" element
-
isSetAcceleration
boolean isSetAcceleration()
True if has "acceleration" element
-
setAcceleration
void setAcceleration(VectorPropertyType acceleration)
Sets the "acceleration" element
-
addNewAcceleration
VectorPropertyType addNewAcceleration()
Appends and returns a new empty "acceleration" element
-
unsetAcceleration
void unsetAcceleration()
Unsets the "acceleration" element
-
getAngularAcceleration
VectorOrSquareMatrixPropertyType getAngularAcceleration()
Gets the "angularAcceleration" element
-
isSetAngularAcceleration
boolean isSetAngularAcceleration()
True if has "angularAcceleration" element
-
setAngularAcceleration
void setAngularAcceleration(VectorOrSquareMatrixPropertyType angularAcceleration)
Sets the "angularAcceleration" element
-
addNewAngularAcceleration
VectorOrSquareMatrixPropertyType addNewAngularAcceleration()
Appends and returns a new empty "angularAcceleration" element
-
unsetAngularAcceleration
void unsetAngularAcceleration()
Unsets the "angularAcceleration" element
-
getState
VectorOrSquareMatrixPropertyType getState()
Gets the "state" element
-
isSetState
boolean isSetState()
True if has "state" element
-
setState
void setState(VectorOrSquareMatrixPropertyType state)
Sets the "state" element
-
addNewState
VectorOrSquareMatrixPropertyType addNewState()
Appends and returns a new empty "state" element
-
unsetState
void unsetState()
Unsets the "state" element
-
-