Uses of Interface
net.opengis.gml.x32.ArcByBulgeType
-
Packages that use ArcByBulgeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ArcByBulgeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ArcByBulgeType Modifier and Type Method Description ArcByBulgeTypeArcByBulgeDocument. addNewArcByBulge()Appends and returns a new empty "ArcByBulge" elementArcByBulgeTypeArcByBulgeDocument. getArcByBulge()Gets the "ArcByBulge" elementstatic ArcByBulgeTypeArcByBulgeType.Factory. newInstance()static ArcByBulgeTypeArcByBulgeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ArcByBulgeTypeArcByBulgeType.Factory. parse(File file)static ArcByBulgeTypeArcByBulgeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ArcByBulgeTypeArcByBulgeType.Factory. parse(InputStream is)static ArcByBulgeTypeArcByBulgeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ArcByBulgeTypeArcByBulgeType.Factory. parse(Reader r)static ArcByBulgeTypeArcByBulgeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ArcByBulgeTypeArcByBulgeType.Factory. parse(String xmlAsString)static ArcByBulgeTypeArcByBulgeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ArcByBulgeTypeArcByBulgeType.Factory. parse(URL u)static ArcByBulgeTypeArcByBulgeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ArcByBulgeTypeArcByBulgeType.Factory. parse(XMLStreamReader sr)static ArcByBulgeTypeArcByBulgeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ArcByBulgeTypeArcByBulgeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ArcByBulgeTypeArcByBulgeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ArcByBulgeTypeArcByBulgeType.Factory. parse(Node node)static ArcByBulgeTypeArcByBulgeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ArcByBulgeType Modifier and Type Method Description voidArcByBulgeDocument. setArcByBulge(ArcByBulgeType arcByBulge)Sets the "ArcByBulge" element -
Uses of ArcByBulgeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ArcByBulgeType Modifier and Type Class Description classArcByBulgeTypeImplAn XML ArcByBulgeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ArcByBulgeType Modifier and Type Method Description ArcByBulgeTypeArcByBulgeDocumentImpl. addNewArcByBulge()Appends and returns a new empty "ArcByBulge" elementArcByBulgeTypeArcByBulgeDocumentImpl. getArcByBulge()Gets the "ArcByBulge" elementMethods in net.opengis.gml.x32.impl with parameters of type ArcByBulgeType Modifier and Type Method Description voidArcByBulgeDocumentImpl. setArcByBulge(ArcByBulgeType arcByBulge)Sets the "ArcByBulge" element
-