Uses of Interface
net.opengis.gml.x32.ArcType
-
Packages that use ArcType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ArcType in net.opengis.gml.x32
Subinterfaces of ArcType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceCircleTypeAn XML CircleType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return ArcType Modifier and Type Method Description ArcTypeArcDocument. addNewArc()Appends and returns a new empty "Arc" elementArcTypeArcDocument. getArc()Gets the "Arc" elementstatic ArcTypeArcType.Factory. newInstance()static ArcTypeArcType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(File file)static ArcTypeArcType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(InputStream is)static ArcTypeArcType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(Reader r)static ArcTypeArcType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(String xmlAsString)static ArcTypeArcType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(URL u)static ArcTypeArcType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(XMLStreamReader sr)static ArcTypeArcType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ArcTypeArcType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ArcTypeArcType.Factory. parse(Node node)static ArcTypeArcType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ArcType Modifier and Type Method Description voidArcDocument. setArc(ArcType arc)Sets the "Arc" element -
Uses of ArcType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ArcType Modifier and Type Class Description classArcTypeImplAn XML ArcType(@http://www.opengis.net/gml/3.2).classCircleTypeImplAn XML CircleType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ArcType Modifier and Type Method Description ArcTypeArcDocumentImpl. addNewArc()Appends and returns a new empty "Arc" elementArcTypeArcDocumentImpl. getArc()Gets the "Arc" elementMethods in net.opengis.gml.x32.impl with parameters of type ArcType Modifier and Type Method Description voidArcDocumentImpl. setArc(ArcType arc)Sets the "Arc" element
-