Uses of Interface
net.opengis.ows.x11.RangeType

Packages that use RangeType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of RangeType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return RangeType
 RangeType RangeDocument.addNewRange()
          Appends and returns a new empty "Range" element
 RangeType AllowedValuesDocument.AllowedValues.addNewRange()
          Appends and returns a new empty value (as xml) as the last "Range" element
 RangeType RangeDocument.getRange()
          Gets the "Range" element
 RangeType[] AllowedValuesDocument.AllowedValues.getRangeArray()
          Gets array of all "Range" elements
 RangeType AllowedValuesDocument.AllowedValues.getRangeArray(int i)
          Gets ith "Range" element
 RangeType AllowedValuesDocument.AllowedValues.insertNewRange(int i)
          Inserts and returns a new empty value (as xml) as the ith "Range" element
static RangeType RangeType.Factory.newInstance()
           
static RangeType RangeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(File file)
           
static RangeType RangeType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(InputStream is)
           
static RangeType RangeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(Node node)
           
static RangeType RangeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(Reader r)
           
static RangeType RangeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(String xmlAsString)
           
static RangeType RangeType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(URL u)
           
static RangeType RangeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RangeType RangeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RangeType RangeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RangeType RangeType.Factory.parse(XMLStreamReader sr)
           
static RangeType RangeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type RangeType
 void RangeDocument.setRange(RangeType range)
          Sets the "Range" element
 void AllowedValuesDocument.AllowedValues.setRangeArray(int i, RangeType range)
          Sets ith "Range" element
 void AllowedValuesDocument.AllowedValues.setRangeArray(RangeType[] rangeArray)
          Sets array of all "Range" element
 

Uses of RangeType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement RangeType
 class RangeTypeImpl
          An XML RangeType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return RangeType
 RangeType RangeDocumentImpl.addNewRange()
          Appends and returns a new empty "Range" element
 RangeType AllowedValuesDocumentImpl.AllowedValuesImpl.addNewRange()
          Appends and returns a new empty value (as xml) as the last "Range" element
 RangeType RangeDocumentImpl.getRange()
          Gets the "Range" element
 RangeType[] AllowedValuesDocumentImpl.AllowedValuesImpl.getRangeArray()
          Gets array of all "Range" elements
 RangeType AllowedValuesDocumentImpl.AllowedValuesImpl.getRangeArray(int i)
          Gets ith "Range" element
 RangeType AllowedValuesDocumentImpl.AllowedValuesImpl.insertNewRange(int i)
          Inserts and returns a new empty value (as xml) as the ith "Range" element
 

Methods in net.opengis.ows.x11.impl with parameters of type RangeType
 void RangeDocumentImpl.setRange(RangeType range)
          Sets the "Range" element
 void AllowedValuesDocumentImpl.AllowedValuesImpl.setRangeArray(int i, RangeType range)
          Sets ith "Range" element
 void AllowedValuesDocumentImpl.AllowedValuesImpl.setRangeArray(RangeType[] rangeArray)
          Sets array of all "Range" element
 



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