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

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

Uses of PositionType in net.opengis.ows.x11
 

Subinterfaces of PositionType in net.opengis.ows.x11
 interface PositionType2D
          An XML PositionType2D(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11 that return PositionType
static PositionType PositionType.Factory.newInstance()
           
static PositionType PositionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PositionType PositionType.Factory.newValue(Object obj)
           
static PositionType PositionType.Factory.parse(File file)
           
static PositionType PositionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static PositionType PositionType.Factory.parse(InputStream is)
           
static PositionType PositionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PositionType PositionType.Factory.parse(Node node)
           
static PositionType PositionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static PositionType PositionType.Factory.parse(Reader r)
           
static PositionType PositionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PositionType PositionType.Factory.parse(String xmlAsString)
           
static PositionType PositionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PositionType PositionType.Factory.parse(URL u)
           
static PositionType PositionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static PositionType PositionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PositionType PositionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PositionType PositionType.Factory.parse(XMLStreamReader sr)
           
static PositionType PositionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 PositionType BoundingBoxType.xgetLowerCorner()
          Gets (as xml) the "LowerCorner" element
 PositionType BoundingBoxType.xgetUpperCorner()
          Gets (as xml) the "UpperCorner" element
 

Methods in net.opengis.ows.x11 with parameters of type PositionType
 void BoundingBoxType.xsetLowerCorner(PositionType lowerCorner)
          Sets (as xml) the "LowerCorner" element
 void BoundingBoxType.xsetUpperCorner(PositionType upperCorner)
          Sets (as xml) the "UpperCorner" element
 

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

Classes in net.opengis.ows.x11.impl that implement PositionType
 class PositionType2DImpl
          An XML PositionType2D(@http://www.opengis.net/ows/1.1).
 class PositionTypeImpl
          An XML PositionType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return PositionType
 PositionType BoundingBoxTypeImpl.xgetLowerCorner()
          Gets (as xml) the "LowerCorner" element
 PositionType BoundingBoxTypeImpl.xgetUpperCorner()
          Gets (as xml) the "UpperCorner" element
 

Methods in net.opengis.ows.x11.impl with parameters of type PositionType
 void BoundingBoxTypeImpl.xsetLowerCorner(PositionType lowerCorner)
          Sets (as xml) the "LowerCorner" element
 void BoundingBoxTypeImpl.xsetUpperCorner(PositionType upperCorner)
          Sets (as xml) the "UpperCorner" element
 



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