public class VectorType extends DirectPositionType
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>
srsDimension, srsName, value| Constructor and Description |
|---|
VectorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Generates a String representation of the contents of this type.
|
VectorType |
withSrsDimension(BigInteger value) |
VectorType |
withSrsName(String value) |
VectorType |
withValue(Collection<Double> values) |
VectorType |
withValue(Double... values) |
getSrsDimension, getSrsName, getValue, setSrsDimension, setSrsNamepublic VectorType withValue(Double... values)
withValue in class DirectPositionTypepublic VectorType withValue(Collection<Double> values)
withValue in class DirectPositionTypepublic VectorType withSrsName(String value)
withSrsName in class DirectPositionTypepublic VectorType withSrsDimension(BigInteger value)
withSrsDimension in class DirectPositionTypepublic String toString()
toString in class DirectPositionTypeCopyright © 2018 Entur AS. All rights reserved.