Uses of Interface
net.opengis.gml.NullType
-
Packages that use NullType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of NullType in net.opengis.gml
Methods in net.opengis.gml that return NullType Modifier and Type Method Description NullTypeValueArrayPropertyType. addNewNull()Appends and returns a new empty value (as xml) as the last "Null" elementNullTypeValueArrayPropertyType. insertNewNull(int i)Inserts and returns a new empty value (as xml) as the ith "Null" elementstatic NullTypeNullType.Factory. newInstance()static NullTypeNullType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NullTypeNullType.Factory. newValue(Object obj)static NullTypeNullType.Factory. parse(File file)static NullTypeNullType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NullTypeNullType.Factory. parse(InputStream is)static NullTypeNullType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NullTypeNullType.Factory. parse(Reader r)static NullTypeNullType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NullTypeNullType.Factory. parse(String xmlAsString)static NullTypeNullType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NullTypeNullType.Factory. parse(URL u)static NullTypeNullType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NullTypeNullType.Factory. parse(XMLStreamReader sr)static NullTypeNullType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NullTypeNullType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NullTypeNullType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NullTypeNullType.Factory. parse(Node node)static NullTypeNullType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)NullTypeBoundingShapeType. xgetNull()Gets (as xml) the "Null" elementNullTypeLocationPropertyType. xgetNull()Gets (as xml) the "Null" elementNullTypeNullDocument. xgetNull()Gets (as xml) the "Null" elementNullTypeValuePropertyType. xgetNull()Gets (as xml) the "Null" elementNullType[]ValueArrayPropertyType. xgetNullArray()Gets (as xml) array of all "Null" elementsNullTypeValueArrayPropertyType. xgetNullArray(int i)Gets (as xml) ith "Null" elementMethods in net.opengis.gml with parameters of type NullType Modifier and Type Method Description voidBoundingShapeType. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidLocationPropertyType. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidNullDocument. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidValuePropertyType. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidValueArrayPropertyType. xsetNullArray(int i, NullType xnull)Sets (as xml) ith "Null" elementvoidValueArrayPropertyType. xsetNullArray(NullType[] xnullArray)Sets (as xml) array of all "Null" element -
Uses of NullType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement NullType Modifier and Type Class Description classNullTypeImplAn XML NullType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return NullType Modifier and Type Method Description NullTypeValueArrayPropertyTypeImpl. addNewNull()Appends and returns a new empty value (as xml) as the last "Null" elementNullTypeValueArrayPropertyTypeImpl. insertNewNull(int i)Inserts and returns a new empty value (as xml) as the ith "Null" elementNullTypeBoundingShapeTypeImpl. xgetNull()Gets (as xml) the "Null" elementNullTypeLocationPropertyTypeImpl. xgetNull()Gets (as xml) the "Null" elementNullTypeNullDocumentImpl. xgetNull()Gets (as xml) the "Null" elementNullTypeValuePropertyTypeImpl. xgetNull()Gets (as xml) the "Null" elementNullType[]ValueArrayPropertyTypeImpl. xgetNullArray()Gets (as xml) array of all "Null" elementsNullTypeValueArrayPropertyTypeImpl. xgetNullArray(int i)Gets (as xml) ith "Null" elementMethods in net.opengis.gml.impl with parameters of type NullType Modifier and Type Method Description voidBoundingShapeTypeImpl. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidLocationPropertyTypeImpl. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidNullDocumentImpl. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidValuePropertyTypeImpl. xsetNull(NullType xnull)Sets (as xml) the "Null" elementvoidValueArrayPropertyTypeImpl. xsetNullArray(int i, NullType xnull)Sets (as xml) ith "Null" elementvoidValueArrayPropertyTypeImpl. xsetNullArray(NullType[] xnullArray)Sets (as xml) array of all "Null" element
-