Uses of Interface
de.unihalle.informatik.MiToBo_xml.MTBXMLPoint3DType

Packages that use MTBXMLPoint3DType
de.unihalle.informatik.MiToBo_xml   
de.unihalle.informatik.MiToBo_xml.impl   
 

Uses of MTBXMLPoint3DType in de.unihalle.informatik.MiToBo_xml
 

Methods in de.unihalle.informatik.MiToBo_xml that return MTBXMLPoint3DType
 MTBXMLPoint3DType MTBXMLRegion3DType.addNewCentroid()
          Appends and returns a new empty "centroid" element
 MTBXMLPoint3DType MTBXMLPoint3DVectorType.addNewPoint()
          Appends and returns a new empty value (as xml) as the last "point" element
 MTBXMLPoint3DType MTBXMLRegion3DType.getCentroid()
          Gets the "centroid" element
 MTBXMLPoint3DType[] MTBXMLPoint3DVectorType.getPointArray()
          Gets array of all "point" elements
 MTBXMLPoint3DType MTBXMLPoint3DVectorType.getPointArray(int i)
          Gets ith "point" element
 MTBXMLPoint3DType MTBXMLPoint3DVectorType.insertNewPoint(int i)
          Inserts and returns a new empty value (as xml) as the ith "point" element
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.newInstance()
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.io.File file)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.io.InputStream is)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(org.w3c.dom.Node node)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.io.Reader r)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.lang.String xmlAsString)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.net.URL u)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static MTBXMLPoint3DType MTBXMLPoint3DType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLPoint3DType
 void MTBXMLRegion3DType.setCentroid(MTBXMLPoint3DType centroid)
          Sets the "centroid" element
 void MTBXMLPoint3DVectorType.setPointArray(int i, MTBXMLPoint3DType point)
          Sets ith "point" element
 void MTBXMLPoint3DVectorType.setPointArray(MTBXMLPoint3DType[] pointArray)
          Sets array of all "point" element
 

Uses of MTBXMLPoint3DType in de.unihalle.informatik.MiToBo_xml.impl
 

Classes in de.unihalle.informatik.MiToBo_xml.impl that implement MTBXMLPoint3DType
 class MTBXMLPoint3DTypeImpl
          An XML MTBXMLPoint3DType(@http://informatik.unihalle.de/MiToBo_xml).
 

Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLPoint3DType
 MTBXMLPoint3DType MTBXMLRegion3DTypeImpl.addNewCentroid()
          Appends and returns a new empty "centroid" element
 MTBXMLPoint3DType MTBXMLPoint3DVectorTypeImpl.addNewPoint()
          Appends and returns a new empty value (as xml) as the last "point" element
 MTBXMLPoint3DType MTBXMLRegion3DTypeImpl.getCentroid()
          Gets the "centroid" element
 MTBXMLPoint3DType[] MTBXMLPoint3DVectorTypeImpl.getPointArray()
          Gets array of all "point" elements
 MTBXMLPoint3DType MTBXMLPoint3DVectorTypeImpl.getPointArray(int i)
          Gets ith "point" element
 MTBXMLPoint3DType MTBXMLPoint3DVectorTypeImpl.insertNewPoint(int i)
          Inserts and returns a new empty value (as xml) as the ith "point" element
 

Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLPoint3DType
 void MTBXMLRegion3DTypeImpl.setCentroid(MTBXMLPoint3DType centroid)
          Sets the "centroid" element
 void MTBXMLPoint3DVectorTypeImpl.setPointArray(int i, MTBXMLPoint3DType point)
          Sets ith "point" element
 void MTBXMLPoint3DVectorTypeImpl.setPointArray(MTBXMLPoint3DType[] pointArray)
          Sets array of all "point" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.