Uses of Interface
net.opengis.ogc.PropertyIsNullType

Packages that use PropertyIsNullType
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of PropertyIsNullType in net.opengis.ogc
 

Methods in net.opengis.ogc that return PropertyIsNullType
 PropertyIsNullType PropertyIsNullDocument.addNewPropertyIsNull()
          Appends and returns a new empty "PropertyIsNull" element
 PropertyIsNullType PropertyIsNullDocument.getPropertyIsNull()
          Gets the "PropertyIsNull" element
static PropertyIsNullType PropertyIsNullType.Factory.newInstance()
           
static PropertyIsNullType PropertyIsNullType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(File file)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(InputStream is)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(Node node)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(Reader r)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(String xmlAsString)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(URL u)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PropertyIsNullType PropertyIsNullType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PropertyIsNullType PropertyIsNullType.Factory.parse(XMLStreamReader sr)
           
static PropertyIsNullType PropertyIsNullType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type PropertyIsNullType
 void PropertyIsNullDocument.setPropertyIsNull(PropertyIsNullType propertyIsNull)
          Sets the "PropertyIsNull" element
 

Uses of PropertyIsNullType in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement PropertyIsNullType
 class PropertyIsNullTypeImpl
          An XML PropertyIsNullType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc.impl that return PropertyIsNullType
 PropertyIsNullType PropertyIsNullDocumentImpl.addNewPropertyIsNull()
          Appends and returns a new empty "PropertyIsNull" element
 PropertyIsNullType PropertyIsNullDocumentImpl.getPropertyIsNull()
          Gets the "PropertyIsNull" element
 

Methods in net.opengis.ogc.impl with parameters of type PropertyIsNullType
 void PropertyIsNullDocumentImpl.setPropertyIsNull(PropertyIsNullType propertyIsNull)
          Sets the "PropertyIsNull" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.