Uses of Interface
net.opengis.gml.FaceType
-
Packages that use FaceType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of FaceType in net.opengis.gml
Methods in net.opengis.gml that return FaceType Modifier and Type Method Description FaceTypeContainerPropertyType. addNewFace()Appends and returns a new empty "Face" elementFaceTypeDirectedFacePropertyType. addNewFace()Appends and returns a new empty "Face" elementFaceTypeFaceDocument. addNewFace()Appends and returns a new empty "Face" elementFaceTypeContainerPropertyType. getFace()Gets the "Face" elementFaceTypeDirectedFacePropertyType. getFace()Gets the "Face" elementFaceTypeFaceDocument. 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 with parameters of type FaceType Modifier and Type Method Description voidContainerPropertyType. setFace(FaceType face)Sets the "Face" elementvoidDirectedFacePropertyType. setFace(FaceType face)Sets the "Face" elementvoidFaceDocument. setFace(FaceType face)Sets the "Face" element -
Uses of FaceType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement FaceType Modifier and Type Class Description classFaceTypeImplAn XML FaceType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return FaceType Modifier and Type Method Description FaceTypeContainerPropertyTypeImpl. addNewFace()Appends and returns a new empty "Face" elementFaceTypeDirectedFacePropertyTypeImpl. addNewFace()Appends and returns a new empty "Face" elementFaceTypeFaceDocumentImpl. addNewFace()Appends and returns a new empty "Face" elementFaceTypeContainerPropertyTypeImpl. getFace()Gets the "Face" elementFaceTypeDirectedFacePropertyTypeImpl. getFace()Gets the "Face" elementFaceTypeFaceDocumentImpl. getFace()Gets the "Face" elementMethods in net.opengis.gml.impl with parameters of type FaceType Modifier and Type Method Description voidContainerPropertyTypeImpl. setFace(FaceType face)Sets the "Face" elementvoidDirectedFacePropertyTypeImpl. setFace(FaceType face)Sets the "Face" elementvoidFaceDocumentImpl. setFace(FaceType face)Sets the "Face" element
-