Uses of Interface
net.opengis.gml.x32.SolidType
-
Packages that use SolidType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SolidType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return SolidType Modifier and Type Method Description SolidTypeSolidDocument. addNewSolid()Appends and returns a new empty "Solid" elementSolidTypeSolidDocument. getSolid()Gets the "Solid" elementstatic SolidTypeSolidType.Factory. newInstance()static SolidTypeSolidType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SolidTypeSolidType.Factory. parse(File file)static SolidTypeSolidType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SolidTypeSolidType.Factory. parse(InputStream is)static SolidTypeSolidType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SolidTypeSolidType.Factory. parse(Reader r)static SolidTypeSolidType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SolidTypeSolidType.Factory. parse(String xmlAsString)static SolidTypeSolidType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SolidTypeSolidType.Factory. parse(URL u)static SolidTypeSolidType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SolidTypeSolidType.Factory. parse(XMLStreamReader sr)static SolidTypeSolidType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SolidTypeSolidType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SolidTypeSolidType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SolidTypeSolidType.Factory. parse(Node node)static SolidTypeSolidType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type SolidType Modifier and Type Method Description voidSolidDocument. setSolid(SolidType solid)Sets the "Solid" element -
Uses of SolidType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SolidType Modifier and Type Class Description classSolidTypeImplAn XML SolidType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return SolidType Modifier and Type Method Description SolidTypeSolidDocumentImpl. addNewSolid()Appends and returns a new empty "Solid" elementSolidTypeSolidDocumentImpl. getSolid()Gets the "Solid" elementMethods in net.opengis.gml.x32.impl with parameters of type SolidType Modifier and Type Method Description voidSolidDocumentImpl. setSolid(SolidType solid)Sets the "Solid" element
-