Uses of Interface
net.opengis.gml.x33.lrov.VectorType
-
Packages that use VectorType Package Description net.opengis.gml.x33.lrov net.opengis.gml.x33.lrov.impl -
-
Uses of VectorType in net.opengis.gml.x33.lrov
Methods in net.opengis.gml.x33.lrov that return VectorType Modifier and Type Method Description VectorTypeVectorOffsetLinearSRSType. addNewOffsetVector()Appends and returns a new empty value (as xml) as the last "offsetVector" elementVectorType[]VectorOffsetLinearSRSType. getOffsetVectorArray()Gets array of all "offsetVector" elementsVectorTypeVectorOffsetLinearSRSType. getOffsetVectorArray(int i)Gets ith "offsetVector" elementVectorTypeVectorOffsetLinearSRSType. insertNewOffsetVector(int i)Inserts and returns a new empty value (as xml) as the ith "offsetVector" elementstatic VectorTypeVectorType.Factory. newInstance()static VectorTypeVectorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(File file)static VectorTypeVectorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(InputStream is)static VectorTypeVectorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(Reader r)static VectorTypeVectorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(String xmlAsString)static VectorTypeVectorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(URL u)static VectorTypeVectorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(XMLStreamReader sr)static VectorTypeVectorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VectorTypeVectorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VectorTypeVectorType.Factory. parse(Node node)static VectorTypeVectorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lrov with parameters of type VectorType Modifier and Type Method Description voidVectorOffsetLinearSRSType. setOffsetVectorArray(int i, VectorType offsetVector)Sets ith "offsetVector" elementvoidVectorOffsetLinearSRSType. setOffsetVectorArray(VectorType[] offsetVectorArray)Sets array of all "offsetVector" element -
Uses of VectorType in net.opengis.gml.x33.lrov.impl
Classes in net.opengis.gml.x33.lrov.impl that implement VectorType Modifier and Type Class Description classVectorTypeImplAn XML VectorType(@http://www.opengis.net/gml/3.3/lrov).Methods in net.opengis.gml.x33.lrov.impl that return VectorType Modifier and Type Method Description VectorTypeVectorOffsetLinearSRSTypeImpl. addNewOffsetVector()Appends and returns a new empty value (as xml) as the last "offsetVector" elementVectorType[]VectorOffsetLinearSRSTypeImpl. getOffsetVectorArray()Gets array of all "offsetVector" elementsVectorTypeVectorOffsetLinearSRSTypeImpl. getOffsetVectorArray(int i)Gets ith "offsetVector" elementVectorTypeVectorOffsetLinearSRSTypeImpl. insertNewOffsetVector(int i)Inserts and returns a new empty value (as xml) as the ith "offsetVector" elementMethods in net.opengis.gml.x33.lrov.impl with parameters of type VectorType Modifier and Type Method Description voidVectorOffsetLinearSRSTypeImpl. setOffsetVectorArray(int i, VectorType offsetVector)Sets ith "offsetVector" elementvoidVectorOffsetLinearSRSTypeImpl. setOffsetVectorArray(VectorType[] offsetVectorArray)Sets array of all "offsetVector" element
-