Uses of Interface
net.opengis.gml.x32.ShellPropertyType
-
Packages that use ShellPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ShellPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ShellPropertyType Modifier and Type Method Description ShellPropertyTypeSolidType. addNewExterior()Appends and returns a new empty "exterior" elementShellPropertyTypeSolidType. addNewInterior()Appends and returns a new empty value (as xml) as the last "interior" elementShellPropertyTypeSolidType. getExterior()Gets the "exterior" elementShellPropertyType[]SolidType. getInteriorArray()Gets array of all "interior" elementsShellPropertyTypeSolidType. getInteriorArray(int i)Gets ith "interior" elementShellPropertyTypeSolidType. insertNewInterior(int i)Inserts and returns a new empty value (as xml) as the ith "interior" elementstatic ShellPropertyTypeShellPropertyType.Factory. newInstance()static ShellPropertyTypeShellPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ShellPropertyTypeShellPropertyType.Factory. parse(File file)static ShellPropertyTypeShellPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ShellPropertyTypeShellPropertyType.Factory. parse(InputStream is)static ShellPropertyTypeShellPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ShellPropertyTypeShellPropertyType.Factory. parse(Reader r)static ShellPropertyTypeShellPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ShellPropertyTypeShellPropertyType.Factory. parse(String xmlAsString)static ShellPropertyTypeShellPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ShellPropertyTypeShellPropertyType.Factory. parse(URL u)static ShellPropertyTypeShellPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ShellPropertyTypeShellPropertyType.Factory. parse(XMLStreamReader sr)static ShellPropertyTypeShellPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ShellPropertyTypeShellPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ShellPropertyTypeShellPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ShellPropertyTypeShellPropertyType.Factory. parse(Node node)static ShellPropertyTypeShellPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ShellPropertyType Modifier and Type Method Description voidSolidType. setExterior(ShellPropertyType exterior)Sets the "exterior" elementvoidSolidType. setInteriorArray(int i, ShellPropertyType interior)Sets ith "interior" elementvoidSolidType. setInteriorArray(ShellPropertyType[] interiorArray)Sets array of all "interior" element -
Uses of ShellPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ShellPropertyType Modifier and Type Class Description classShellPropertyTypeImplAn XML ShellPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ShellPropertyType Modifier and Type Method Description ShellPropertyTypeSolidTypeImpl. addNewExterior()Appends and returns a new empty "exterior" elementShellPropertyTypeSolidTypeImpl. addNewInterior()Appends and returns a new empty value (as xml) as the last "interior" elementShellPropertyTypeSolidTypeImpl. getExterior()Gets the "exterior" elementShellPropertyType[]SolidTypeImpl. getInteriorArray()Gets array of all "interior" elementsShellPropertyTypeSolidTypeImpl. getInteriorArray(int i)Gets ith "interior" elementShellPropertyTypeSolidTypeImpl. insertNewInterior(int i)Inserts and returns a new empty value (as xml) as the ith "interior" elementMethods in net.opengis.gml.x32.impl with parameters of type ShellPropertyType Modifier and Type Method Description voidSolidTypeImpl. setExterior(ShellPropertyType exterior)Sets the "exterior" elementvoidSolidTypeImpl. setInteriorArray(int i, ShellPropertyType interior)Sets ith "interior" elementvoidSolidTypeImpl. setInteriorArray(ShellPropertyType[] interiorArray)Sets array of all "interior" element
-