Uses of Interface
net.opengis.gml.x33.ce.SimpleArcType
-
Packages that use SimpleArcType Package Description net.opengis.gml.x33.ce net.opengis.gml.x33.ce.impl -
-
Uses of SimpleArcType in net.opengis.gml.x33.ce
Methods in net.opengis.gml.x33.ce that return SimpleArcType Modifier and Type Method Description SimpleArcTypeSimpleArcDocument. addNewSimpleArc()Appends and returns a new empty "SimpleArc" elementSimpleArcTypeSimpleCircleDocument. addNewSimpleCircle()Appends and returns a new empty "SimpleCircle" elementSimpleArcTypeSimpleArcDocument. getSimpleArc()Gets the "SimpleArc" elementSimpleArcTypeSimpleCircleDocument. getSimpleCircle()Gets the "SimpleCircle" elementstatic SimpleArcTypeSimpleArcType.Factory. newInstance()static SimpleArcTypeSimpleArcType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SimpleArcTypeSimpleArcType.Factory. parse(File file)static SimpleArcTypeSimpleArcType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SimpleArcTypeSimpleArcType.Factory. parse(InputStream is)static SimpleArcTypeSimpleArcType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SimpleArcTypeSimpleArcType.Factory. parse(Reader r)static SimpleArcTypeSimpleArcType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SimpleArcTypeSimpleArcType.Factory. parse(String xmlAsString)static SimpleArcTypeSimpleArcType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SimpleArcTypeSimpleArcType.Factory. parse(URL u)static SimpleArcTypeSimpleArcType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SimpleArcTypeSimpleArcType.Factory. parse(XMLStreamReader sr)static SimpleArcTypeSimpleArcType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SimpleArcTypeSimpleArcType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SimpleArcTypeSimpleArcType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SimpleArcTypeSimpleArcType.Factory. parse(Node node)static SimpleArcTypeSimpleArcType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.ce with parameters of type SimpleArcType Modifier and Type Method Description voidSimpleArcDocument. setSimpleArc(SimpleArcType simpleArc)Sets the "SimpleArc" elementvoidSimpleCircleDocument. setSimpleCircle(SimpleArcType simpleCircle)Sets the "SimpleCircle" element -
Uses of SimpleArcType in net.opengis.gml.x33.ce.impl
Classes in net.opengis.gml.x33.ce.impl that implement SimpleArcType Modifier and Type Class Description classSimpleArcTypeImplAn XML SimpleArcType(@http://www.opengis.net/gml/3.3/ce).Methods in net.opengis.gml.x33.ce.impl that return SimpleArcType Modifier and Type Method Description SimpleArcTypeSimpleArcDocumentImpl. addNewSimpleArc()Appends and returns a new empty "SimpleArc" elementSimpleArcTypeSimpleCircleDocumentImpl. addNewSimpleCircle()Appends and returns a new empty "SimpleCircle" elementSimpleArcTypeSimpleArcDocumentImpl. getSimpleArc()Gets the "SimpleArc" elementSimpleArcTypeSimpleCircleDocumentImpl. getSimpleCircle()Gets the "SimpleCircle" elementMethods in net.opengis.gml.x33.ce.impl with parameters of type SimpleArcType Modifier and Type Method Description voidSimpleArcDocumentImpl. setSimpleArc(SimpleArcType simpleArc)Sets the "SimpleArc" elementvoidSimpleCircleDocumentImpl. setSimpleCircle(SimpleArcType simpleCircle)Sets the "SimpleCircle" element
-