Uses of Interface
net.opengis.gml.x32.ClothoidType
-
Packages that use ClothoidType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ClothoidType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ClothoidType Modifier and Type Method Description ClothoidTypeClothoidDocument. addNewClothoid()Appends and returns a new empty "Clothoid" elementClothoidTypeClothoidDocument. getClothoid()Gets the "Clothoid" elementstatic ClothoidTypeClothoidType.Factory. newInstance()static ClothoidTypeClothoidType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ClothoidTypeClothoidType.Factory. parse(File file)static ClothoidTypeClothoidType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ClothoidTypeClothoidType.Factory. parse(InputStream is)static ClothoidTypeClothoidType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ClothoidTypeClothoidType.Factory. parse(Reader r)static ClothoidTypeClothoidType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ClothoidTypeClothoidType.Factory. parse(String xmlAsString)static ClothoidTypeClothoidType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ClothoidTypeClothoidType.Factory. parse(URL u)static ClothoidTypeClothoidType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ClothoidTypeClothoidType.Factory. parse(XMLStreamReader sr)static ClothoidTypeClothoidType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ClothoidTypeClothoidType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ClothoidTypeClothoidType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ClothoidTypeClothoidType.Factory. parse(Node node)static ClothoidTypeClothoidType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ClothoidType Modifier and Type Method Description voidClothoidDocument. setClothoid(ClothoidType clothoid)Sets the "Clothoid" element -
Uses of ClothoidType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ClothoidType Modifier and Type Class Description classClothoidTypeImplAn XML ClothoidType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ClothoidType Modifier and Type Method Description ClothoidTypeClothoidDocumentImpl. addNewClothoid()Appends and returns a new empty "Clothoid" elementClothoidTypeClothoidDocumentImpl. getClothoid()Gets the "Clothoid" elementMethods in net.opengis.gml.x32.impl with parameters of type ClothoidType Modifier and Type Method Description voidClothoidDocumentImpl. setClothoid(ClothoidType clothoid)Sets the "Clothoid" element
-