Uses of Interface
net.opengis.gml.SolidType
-
Packages that use SolidType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SolidType in net.opengis.gml
Methods in net.opengis.gml that return SolidType Modifier and Type Method Description SolidTypeSolidDocument2. addNewSolid2()Appends and returns a new empty "Solid" elementSolidTypeSolidDocument2. getSolid2()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 with parameters of type SolidType Modifier and Type Method Description voidSolidDocument2. setSolid2(SolidType solid2)Sets the "Solid" element -
Uses of SolidType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SolidType Modifier and Type Class Description classSolidTypeImplAn XML SolidType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return SolidType Modifier and Type Method Description SolidTypeSolidDocument2Impl. addNewSolid2()Appends and returns a new empty "Solid" elementSolidTypeSolidDocument2Impl. getSolid2()Gets the "Solid" elementMethods in net.opengis.gml.impl with parameters of type SolidType Modifier and Type Method Description voidSolidDocument2Impl. setSolid2(SolidType solid2)Sets the "Solid" element
-