Uses of Interface
net.opengis.gml.x32.NodePropertyType
-
Packages that use NodePropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of NodePropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return NodePropertyType Modifier and Type Method Description NodePropertyTypeFaceType. addNewIsolated()Appends and returns a new empty value (as xml) as the last "isolated" elementNodePropertyType[]FaceType. getIsolatedArray()Gets array of all "isolated" elementsNodePropertyTypeFaceType. getIsolatedArray(int i)Gets ith "isolated" elementNodePropertyTypeFaceType. insertNewIsolated(int i)Inserts and returns a new empty value (as xml) as the ith "isolated" elementstatic NodePropertyTypeNodePropertyType.Factory. newInstance()static NodePropertyTypeNodePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NodePropertyTypeNodePropertyType.Factory. parse(File file)static NodePropertyTypeNodePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NodePropertyTypeNodePropertyType.Factory. parse(InputStream is)static NodePropertyTypeNodePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NodePropertyTypeNodePropertyType.Factory. parse(Reader r)static NodePropertyTypeNodePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NodePropertyTypeNodePropertyType.Factory. parse(String xmlAsString)static NodePropertyTypeNodePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NodePropertyTypeNodePropertyType.Factory. parse(URL u)static NodePropertyTypeNodePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NodePropertyTypeNodePropertyType.Factory. parse(XMLStreamReader sr)static NodePropertyTypeNodePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NodePropertyTypeNodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NodePropertyTypeNodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NodePropertyTypeNodePropertyType.Factory. parse(Node node)static NodePropertyTypeNodePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type NodePropertyType Modifier and Type Method Description voidFaceType. setIsolatedArray(int i, NodePropertyType isolated)Sets ith "isolated" elementvoidFaceType. setIsolatedArray(NodePropertyType[] isolatedArray)Sets array of all "isolated" element -
Uses of NodePropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement NodePropertyType Modifier and Type Class Description classNodePropertyTypeImplAn XML NodePropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return NodePropertyType Modifier and Type Method Description NodePropertyTypeFaceTypeImpl. addNewIsolated()Appends and returns a new empty value (as xml) as the last "isolated" elementNodePropertyType[]FaceTypeImpl. getIsolatedArray()Gets array of all "isolated" elementsNodePropertyTypeFaceTypeImpl. getIsolatedArray(int i)Gets ith "isolated" elementNodePropertyTypeFaceTypeImpl. insertNewIsolated(int i)Inserts and returns a new empty value (as xml) as the ith "isolated" elementMethods in net.opengis.gml.x32.impl with parameters of type NodePropertyType Modifier and Type Method Description voidFaceTypeImpl. setIsolatedArray(int i, NodePropertyType isolated)Sets ith "isolated" elementvoidFaceTypeImpl. setIsolatedArray(NodePropertyType[] isolatedArray)Sets array of all "isolated" element
-