Uses of Interface
net.opengis.swe.x101.VectorPropertyType
-
Packages that use VectorPropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of VectorPropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return VectorPropertyType Modifier and Type Method Description VectorPropertyTypePositionType. addNewAcceleration()Appends and returns a new empty "acceleration" elementVectorPropertyTypePositionType. addNewLocation()Appends and returns a new empty "location" elementVectorPropertyTypeEnvelopeType. addNewLowerCorner()Appends and returns a new empty "lowerCorner" elementVectorPropertyTypeEnvelopeType. addNewUpperCorner()Appends and returns a new empty "upperCorner" elementVectorPropertyTypePositionType. addNewVelocity()Appends and returns a new empty "velocity" elementVectorPropertyTypePositionType. getAcceleration()Gets the "acceleration" elementVectorPropertyTypePositionType. getLocation()Gets the "location" elementVectorPropertyTypeEnvelopeType. getLowerCorner()Gets the "lowerCorner" elementVectorPropertyTypeEnvelopeType. getUpperCorner()Gets the "upperCorner" elementVectorPropertyTypePositionType. getVelocity()Gets the "velocity" elementstatic VectorPropertyTypeVectorPropertyType.Factory. newInstance()static VectorPropertyTypeVectorPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VectorPropertyTypeVectorPropertyType.Factory. parse(File file)static VectorPropertyTypeVectorPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VectorPropertyTypeVectorPropertyType.Factory. parse(InputStream is)static VectorPropertyTypeVectorPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VectorPropertyTypeVectorPropertyType.Factory. parse(Reader r)static VectorPropertyTypeVectorPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VectorPropertyTypeVectorPropertyType.Factory. parse(String xmlAsString)static VectorPropertyTypeVectorPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VectorPropertyTypeVectorPropertyType.Factory. parse(URL u)static VectorPropertyTypeVectorPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VectorPropertyTypeVectorPropertyType.Factory. parse(XMLStreamReader sr)static VectorPropertyTypeVectorPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VectorPropertyTypeVectorPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VectorPropertyTypeVectorPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VectorPropertyTypeVectorPropertyType.Factory. parse(Node node)static VectorPropertyTypeVectorPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type VectorPropertyType Modifier and Type Method Description voidPositionType. setAcceleration(VectorPropertyType acceleration)Sets the "acceleration" elementvoidPositionType. setLocation(VectorPropertyType location)Sets the "location" elementvoidEnvelopeType. setLowerCorner(VectorPropertyType lowerCorner)Sets the "lowerCorner" elementvoidEnvelopeType. setUpperCorner(VectorPropertyType upperCorner)Sets the "upperCorner" elementvoidPositionType. setVelocity(VectorPropertyType velocity)Sets the "velocity" element -
Uses of VectorPropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement VectorPropertyType Modifier and Type Class Description classVectorPropertyTypeImplAn XML VectorPropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return VectorPropertyType Modifier and Type Method Description VectorPropertyTypePositionTypeImpl. addNewAcceleration()Appends and returns a new empty "acceleration" elementVectorPropertyTypePositionTypeImpl. addNewLocation()Appends and returns a new empty "location" elementVectorPropertyTypeEnvelopeTypeImpl. addNewLowerCorner()Appends and returns a new empty "lowerCorner" elementVectorPropertyTypeEnvelopeTypeImpl. addNewUpperCorner()Appends and returns a new empty "upperCorner" elementVectorPropertyTypePositionTypeImpl. addNewVelocity()Appends and returns a new empty "velocity" elementVectorPropertyTypePositionTypeImpl. getAcceleration()Gets the "acceleration" elementVectorPropertyTypePositionTypeImpl. getLocation()Gets the "location" elementVectorPropertyTypeEnvelopeTypeImpl. getLowerCorner()Gets the "lowerCorner" elementVectorPropertyTypeEnvelopeTypeImpl. getUpperCorner()Gets the "upperCorner" elementVectorPropertyTypePositionTypeImpl. getVelocity()Gets the "velocity" elementMethods in net.opengis.swe.x101.impl with parameters of type VectorPropertyType Modifier and Type Method Description voidPositionTypeImpl. setAcceleration(VectorPropertyType acceleration)Sets the "acceleration" elementvoidPositionTypeImpl. setLocation(VectorPropertyType location)Sets the "location" elementvoidEnvelopeTypeImpl. setLowerCorner(VectorPropertyType lowerCorner)Sets the "lowerCorner" elementvoidEnvelopeTypeImpl. setUpperCorner(VectorPropertyType upperCorner)Sets the "upperCorner" elementvoidPositionTypeImpl. setVelocity(VectorPropertyType velocity)Sets the "velocity" element
-