Uses of Interface
net.opengis.gml.x32.AbstractSolidType
-
Packages that use AbstractSolidType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractSolidType in net.opengis.gml.x32
Subinterfaces of AbstractSolidType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceCompositeSolidTypeAn XML CompositeSolidType(@http://www.opengis.net/gml/3.2).interfaceSolidTypeAn XML SolidType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return AbstractSolidType Modifier and Type Method Description AbstractSolidTypeAbstractSolidDocument. addNewAbstractSolid()Appends and returns a new empty "AbstractSolid" elementAbstractSolidTypeSolidArrayPropertyType. addNewAbstractSolid()Appends and returns a new empty value (as xml) as the last "AbstractSolid" elementAbstractSolidTypeSolidPropertyType. addNewAbstractSolid()Appends and returns a new empty "AbstractSolid" elementAbstractSolidTypeAbstractSolidDocument. getAbstractSolid()Gets the "AbstractSolid" elementAbstractSolidTypeSolidPropertyType. getAbstractSolid()Gets the "AbstractSolid" elementAbstractSolidType[]SolidArrayPropertyType. getAbstractSolidArray()Gets array of all "AbstractSolid" elementsAbstractSolidTypeSolidArrayPropertyType. getAbstractSolidArray(int i)Gets ith "AbstractSolid" elementAbstractSolidTypeSolidArrayPropertyType. insertNewAbstractSolid(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractSolid" 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.x32 with parameters of type AbstractSolidType Modifier and Type Method Description voidAbstractSolidDocument. setAbstractSolid(AbstractSolidType abstractSolid)Sets the "AbstractSolid" elementvoidSolidPropertyType. setAbstractSolid(AbstractSolidType abstractSolid)Sets the "AbstractSolid" elementvoidSolidArrayPropertyType. setAbstractSolidArray(int i, AbstractSolidType abstractSolid)Sets ith "AbstractSolid" elementvoidSolidArrayPropertyType. setAbstractSolidArray(AbstractSolidType[] abstractSolidArray)Sets array of all "AbstractSolid" element -
Uses of AbstractSolidType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractSolidType Modifier and Type Class Description classAbstractSolidTypeImplAn XML AbstractSolidType(@http://www.opengis.net/gml/3.2).classCompositeSolidTypeImplAn XML CompositeSolidType(@http://www.opengis.net/gml/3.2).classSolidTypeImplAn XML SolidType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AbstractSolidType Modifier and Type Method Description AbstractSolidTypeAbstractSolidDocumentImpl. addNewAbstractSolid()Appends and returns a new empty "AbstractSolid" elementAbstractSolidTypeSolidArrayPropertyTypeImpl. addNewAbstractSolid()Appends and returns a new empty value (as xml) as the last "AbstractSolid" elementAbstractSolidTypeSolidPropertyTypeImpl. addNewAbstractSolid()Appends and returns a new empty "AbstractSolid" elementAbstractSolidTypeAbstractSolidDocumentImpl. getAbstractSolid()Gets the "AbstractSolid" elementAbstractSolidTypeSolidPropertyTypeImpl. getAbstractSolid()Gets the "AbstractSolid" elementAbstractSolidType[]SolidArrayPropertyTypeImpl. getAbstractSolidArray()Gets array of all "AbstractSolid" elementsAbstractSolidTypeSolidArrayPropertyTypeImpl. getAbstractSolidArray(int i)Gets ith "AbstractSolid" elementAbstractSolidTypeSolidArrayPropertyTypeImpl. insertNewAbstractSolid(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractSolid" elementMethods in net.opengis.gml.x32.impl with parameters of type AbstractSolidType Modifier and Type Method Description voidAbstractSolidDocumentImpl. setAbstractSolid(AbstractSolidType abstractSolid)Sets the "AbstractSolid" elementvoidSolidPropertyTypeImpl. setAbstractSolid(AbstractSolidType abstractSolid)Sets the "AbstractSolid" elementvoidSolidArrayPropertyTypeImpl. setAbstractSolidArray(int i, AbstractSolidType abstractSolid)Sets ith "AbstractSolid" elementvoidSolidArrayPropertyTypeImpl. setAbstractSolidArray(AbstractSolidType[] abstractSolidArray)Sets array of all "AbstractSolid" element
-