Uses of Interface
net.opengis.gml.ClothoidType
-
Packages that use ClothoidType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ClothoidType in net.opengis.gml
Methods in net.opengis.gml 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 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.impl
Classes in net.opengis.gml.impl that implement ClothoidType Modifier and Type Class Description classClothoidTypeImplAn XML ClothoidType(@http://www.opengis.net/gml).Methods in net.opengis.gml.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.impl with parameters of type ClothoidType Modifier and Type Method Description voidClothoidDocumentImpl. setClothoid(ClothoidType clothoid)Sets the "Clothoid" element
-