Uses of Interface
net.opengis.gml.x32.KnotTypesType
-
Packages that use KnotTypesType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of KnotTypesType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return KnotTypesType Modifier and Type Method Description static KnotTypesTypeKnotTypesType.Factory. newInstance()static KnotTypesTypeKnotTypesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static KnotTypesTypeKnotTypesType.Factory. newValue(Object obj)static KnotTypesTypeKnotTypesType.Factory. parse(File file)static KnotTypesTypeKnotTypesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static KnotTypesTypeKnotTypesType.Factory. parse(InputStream is)static KnotTypesTypeKnotTypesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static KnotTypesTypeKnotTypesType.Factory. parse(Reader r)static KnotTypesTypeKnotTypesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static KnotTypesTypeKnotTypesType.Factory. parse(String xmlAsString)static KnotTypesTypeKnotTypesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static KnotTypesTypeKnotTypesType.Factory. parse(URL u)static KnotTypesTypeKnotTypesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static KnotTypesTypeKnotTypesType.Factory. parse(XMLStreamReader sr)static KnotTypesTypeKnotTypesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static KnotTypesTypeKnotTypesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KnotTypesTypeKnotTypesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic KnotTypesTypeKnotTypesType.Factory. parse(Node node)static KnotTypesTypeKnotTypesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)KnotTypesTypeBSplineType. xgetKnotType()Gets (as xml) the "knotType" attributeMethods in net.opengis.gml.x32 with parameters of type KnotTypesType Modifier and Type Method Description voidBSplineType. xsetKnotType(KnotTypesType knotType)Sets (as xml) the "knotType" attribute -
Uses of KnotTypesType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement KnotTypesType Modifier and Type Class Description classKnotTypesTypeImplAn XML KnotTypesType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return KnotTypesType Modifier and Type Method Description KnotTypesTypeBSplineTypeImpl. xgetKnotType()Gets (as xml) the "knotType" attributeMethods in net.opengis.gml.x32.impl with parameters of type KnotTypesType Modifier and Type Method Description voidBSplineTypeImpl. xsetKnotType(KnotTypesType knotType)Sets (as xml) the "knotType" attribute
-