Uses of Interface
net.opengis.gml.x32.FaceType
-
Packages that use FaceType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of FaceType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return FaceType Modifier and Type Method Description FaceTypeDirectedFacePropertyType. addNewFace()Appends and returns a new empty "Face" elementFaceTypeFaceDocument. addNewFace()Appends and returns a new empty "Face" elementFaceTypeFaceOrTopoSolidPropertyType. addNewFace()Appends and returns a new empty "Face" elementFaceTypeDirectedFacePropertyType. getFace()Gets the "Face" elementFaceTypeFaceDocument. getFace()Gets the "Face" elementFaceTypeFaceOrTopoSolidPropertyType. getFace()Gets the "Face" elementstatic FaceTypeFaceType.Factory. newInstance()static FaceTypeFaceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FaceTypeFaceType.Factory. parse(File file)static FaceTypeFaceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FaceTypeFaceType.Factory. parse(InputStream is)static FaceTypeFaceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FaceTypeFaceType.Factory. parse(Reader r)static FaceTypeFaceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FaceTypeFaceType.Factory. parse(String xmlAsString)static FaceTypeFaceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FaceTypeFaceType.Factory. parse(URL u)static FaceTypeFaceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FaceTypeFaceType.Factory. parse(XMLStreamReader sr)static FaceTypeFaceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FaceTypeFaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FaceTypeFaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FaceTypeFaceType.Factory. parse(Node node)static FaceTypeFaceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type FaceType Modifier and Type Method Description voidDirectedFacePropertyType. setFace(FaceType face)Sets the "Face" elementvoidFaceDocument. setFace(FaceType face)Sets the "Face" elementvoidFaceOrTopoSolidPropertyType. setFace(FaceType face)Sets the "Face" element -
Uses of FaceType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement FaceType Modifier and Type Class Description classFaceTypeImplAn XML FaceType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return FaceType Modifier and Type Method Description FaceTypeDirectedFacePropertyTypeImpl. addNewFace()Appends and returns a new empty "Face" elementFaceTypeFaceDocumentImpl. addNewFace()Appends and returns a new empty "Face" elementFaceTypeFaceOrTopoSolidPropertyTypeImpl. addNewFace()Appends and returns a new empty "Face" elementFaceTypeDirectedFacePropertyTypeImpl. getFace()Gets the "Face" elementFaceTypeFaceDocumentImpl. getFace()Gets the "Face" elementFaceTypeFaceOrTopoSolidPropertyTypeImpl. getFace()Gets the "Face" elementMethods in net.opengis.gml.x32.impl with parameters of type FaceType Modifier and Type Method Description voidDirectedFacePropertyTypeImpl. setFace(FaceType face)Sets the "Face" elementvoidFaceDocumentImpl. setFace(FaceType face)Sets the "Face" elementvoidFaceOrTopoSolidPropertyTypeImpl. setFace(FaceType face)Sets the "Face" element
-