Class 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
    • Constructor Detail

      • Vector

        public Vector()