Uses of Interface
net.opengis.gml.x32.SignType
-
Packages that use SignType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SignType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return SignType Modifier and Type Method Description static SignTypeSignType.Factory. newInstance()static SignTypeSignType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SignTypeSignType.Factory. newValue(Object obj)static SignTypeSignType.Factory. parse(File file)static SignTypeSignType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SignTypeSignType.Factory. parse(InputStream is)static SignTypeSignType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SignTypeSignType.Factory. parse(Reader r)static SignTypeSignType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SignTypeSignType.Factory. parse(String xmlAsString)static SignTypeSignType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SignTypeSignType.Factory. parse(URL u)static SignTypeSignType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SignTypeSignType.Factory. parse(XMLStreamReader sr)static SignTypeSignType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SignTypeSignType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SignTypeSignType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SignTypeSignType.Factory. parse(Node node)static SignTypeSignType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)SignTypeDirectedEdgePropertyType. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeDirectedFacePropertyType. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeDirectedNodePropertyType. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeDirectedTopoSolidPropertyType. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeOrientableCurveType. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeOrientableSurfaceType. xgetOrientation()Gets (as xml) the "orientation" attributeMethods in net.opengis.gml.x32 with parameters of type SignType Modifier and Type Method Description voidDirectedEdgePropertyType. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidDirectedFacePropertyType. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidDirectedNodePropertyType. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidDirectedTopoSolidPropertyType. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidOrientableCurveType. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidOrientableSurfaceType. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attribute -
Uses of SignType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SignType Modifier and Type Class Description classSignTypeImplAn XML SignType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return SignType Modifier and Type Method Description SignTypeDirectedEdgePropertyTypeImpl. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeDirectedFacePropertyTypeImpl. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeDirectedNodePropertyTypeImpl. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeDirectedTopoSolidPropertyTypeImpl. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeOrientableCurveTypeImpl. xgetOrientation()Gets (as xml) the "orientation" attributeSignTypeOrientableSurfaceTypeImpl. xgetOrientation()Gets (as xml) the "orientation" attributeMethods in net.opengis.gml.x32.impl with parameters of type SignType Modifier and Type Method Description voidDirectedEdgePropertyTypeImpl. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidDirectedFacePropertyTypeImpl. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidDirectedNodePropertyTypeImpl. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidDirectedTopoSolidPropertyTypeImpl. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidOrientableCurveTypeImpl. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attributevoidOrientableSurfaceTypeImpl. xsetOrientation(SignType orientation)Sets (as xml) the "orientation" attribute
-