Package net.opengis.gml._3
Class Vector
- java.lang.Object
-
- net.opengis.gml._3.DirectPositionType
-
- net.opengis.gml._3.Vector
-
- All Implemented Interfaces:
Serializable
public class Vector extends DirectPositionType implements Serializable
For some applications the components of the position may be adjusted to yield a unit vector.Java class for VectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VectorType"> <simpleContent> <restriction base="<http://www.opengis.net/gml/3.2>DirectPositionType"> </restriction> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.opengis.gml._3.DirectPositionType
srsDimension, srsName, values
-
-
Constructor Summary
Constructors Constructor Description Vector()
-
Method Summary
-
Methods inherited from class net.opengis.gml._3.DirectPositionType
getSrsDimension, getSrsName, getValues, setSrsDimension, setSrsName
-
-