Uses of Interface
net.opengis.gml.AbstractSolidType
-
Packages that use AbstractSolidType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractSolidType in net.opengis.gml
Subinterfaces of AbstractSolidType in net.opengis.gml Modifier and Type Interface Description interfaceCompositeSolidTypeAn XML CompositeSolidType(@http://www.opengis.net/gml).interfaceSolidTypeAn XML SolidType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractSolidType Modifier and Type Method Description AbstractSolidTypeSolidArrayPropertyType. addNewSolid()Appends and returns a new empty value (as xml) as the last "_Solid" elementAbstractSolidTypeSolidDocument. addNewSolid()Appends and returns a new empty "_Solid" elementAbstractSolidTypeSolidPropertyType. addNewSolid()Appends and returns a new empty "_Solid" elementAbstractSolidTypeSolidDocument. getSolid()Gets the "_Solid" elementAbstractSolidTypeSolidPropertyType. getSolid()Gets the "_Solid" elementAbstractSolidType[]SolidArrayPropertyType. getSolidArray()Gets array of all "_Solid" elementsAbstractSolidTypeSolidArrayPropertyType. getSolidArray(int i)Gets ith "_Solid" elementAbstractSolidTypeSolidArrayPropertyType. insertNewSolid(int i)Inserts and returns a new empty value (as xml) as the ith "_Solid" elementstatic AbstractSolidTypeAbstractSolidType.Factory. newInstance()static AbstractSolidTypeAbstractSolidType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractSolidTypeAbstractSolidType.Factory. parse(File file)static AbstractSolidTypeAbstractSolidType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractSolidTypeAbstractSolidType.Factory. parse(InputStream is)static AbstractSolidTypeAbstractSolidType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractSolidTypeAbstractSolidType.Factory. parse(Reader r)static AbstractSolidTypeAbstractSolidType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractSolidTypeAbstractSolidType.Factory. parse(String xmlAsString)static AbstractSolidTypeAbstractSolidType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractSolidTypeAbstractSolidType.Factory. parse(URL u)static AbstractSolidTypeAbstractSolidType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractSolidTypeAbstractSolidType.Factory. parse(XMLStreamReader sr)static AbstractSolidTypeAbstractSolidType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractSolidTypeAbstractSolidType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractSolidTypeAbstractSolidType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractSolidTypeAbstractSolidType.Factory. parse(Node node)static AbstractSolidTypeAbstractSolidType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractSolidType Modifier and Type Method Description voidSolidDocument. setSolid(AbstractSolidType solid)Sets the "_Solid" elementvoidSolidPropertyType. setSolid(AbstractSolidType solid)Sets the "_Solid" elementvoidSolidArrayPropertyType. setSolidArray(int i, AbstractSolidType solid)Sets ith "_Solid" elementvoidSolidArrayPropertyType. setSolidArray(AbstractSolidType[] solidArray)Sets array of all "_Solid" element -
Uses of AbstractSolidType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractSolidType Modifier and Type Class Description classAbstractSolidTypeImplAn XML AbstractSolidType(@http://www.opengis.net/gml).classCompositeSolidTypeImplAn XML CompositeSolidType(@http://www.opengis.net/gml).classSolidTypeImplAn XML SolidType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractSolidType Modifier and Type Method Description AbstractSolidTypeSolidArrayPropertyTypeImpl. addNewSolid()Appends and returns a new empty value (as xml) as the last "_Solid" elementAbstractSolidTypeSolidDocumentImpl. addNewSolid()Appends and returns a new empty "_Solid" elementAbstractSolidTypeSolidPropertyTypeImpl. addNewSolid()Appends and returns a new empty "_Solid" elementAbstractSolidTypeSolidDocumentImpl. getSolid()Gets the "_Solid" elementAbstractSolidTypeSolidPropertyTypeImpl. getSolid()Gets the "_Solid" elementAbstractSolidType[]SolidArrayPropertyTypeImpl. getSolidArray()Gets array of all "_Solid" elementsAbstractSolidTypeSolidArrayPropertyTypeImpl. getSolidArray(int i)Gets ith "_Solid" elementAbstractSolidTypeSolidArrayPropertyTypeImpl. insertNewSolid(int i)Inserts and returns a new empty value (as xml) as the ith "_Solid" elementMethods in net.opengis.gml.impl with parameters of type AbstractSolidType Modifier and Type Method Description voidSolidDocumentImpl. setSolid(AbstractSolidType solid)Sets the "_Solid" elementvoidSolidPropertyTypeImpl. setSolid(AbstractSolidType solid)Sets the "_Solid" elementvoidSolidArrayPropertyTypeImpl. setSolidArray(int i, AbstractSolidType solid)Sets ith "_Solid" elementvoidSolidArrayPropertyTypeImpl. setSolidArray(AbstractSolidType[] solidArray)Sets array of all "_Solid" element
-