Uses of Interface
net.opengis.ogc.SpatialOpsType

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

Uses of SpatialOpsType in net.opengis.ogc
 

Subinterfaces of SpatialOpsType in net.opengis.ogc
 interface BBOXType
          An XML BBOXType(@http://www.opengis.net/ogc).
 interface BinarySpatialOpType
          An XML BinarySpatialOpType(@http://www.opengis.net/ogc).
 interface DistanceBufferType
          An XML DistanceBufferType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc that return SpatialOpsType
 SpatialOpsType UnaryLogicOpType.addNewSpatialOps()
          Appends and returns a new empty "spatialOps" element
 SpatialOpsType SpatialOpsDocument.addNewSpatialOps()
          Appends and returns a new empty "spatialOps" element
 SpatialOpsType FilterType.addNewSpatialOps()
          Appends and returns a new empty "spatialOps" element
 SpatialOpsType BinaryLogicOpType.addNewSpatialOps()
          Appends and returns a new empty value (as xml) as the last "spatialOps" element
 SpatialOpsType UnaryLogicOpType.getSpatialOps()
          Gets the "spatialOps" element
 SpatialOpsType SpatialOpsDocument.getSpatialOps()
          Gets the "spatialOps" element
 SpatialOpsType FilterType.getSpatialOps()
          Gets the "spatialOps" element
 SpatialOpsType[] BinaryLogicOpType.getSpatialOpsArray()
          Gets array of all "spatialOps" elements
 SpatialOpsType BinaryLogicOpType.getSpatialOpsArray(int i)
          Gets ith "spatialOps" element
 SpatialOpsType BinaryLogicOpType.insertNewSpatialOps(int i)
          Inserts and returns a new empty value (as xml) as the ith "spatialOps" element
static SpatialOpsType SpatialOpsType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static SpatialOpsType SpatialOpsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static SpatialOpsType SpatialOpsType.Factory.parse(File file)
           
static SpatialOpsType SpatialOpsType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SpatialOpsType SpatialOpsType.Factory.parse(InputStream is)
           
static SpatialOpsType SpatialOpsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SpatialOpsType SpatialOpsType.Factory.parse(Node node)
           
static SpatialOpsType SpatialOpsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SpatialOpsType SpatialOpsType.Factory.parse(Reader r)
           
static SpatialOpsType SpatialOpsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SpatialOpsType SpatialOpsType.Factory.parse(String xmlAsString)
           
static SpatialOpsType SpatialOpsType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SpatialOpsType SpatialOpsType.Factory.parse(URL u)
           
static SpatialOpsType SpatialOpsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SpatialOpsType SpatialOpsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SpatialOpsType SpatialOpsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SpatialOpsType SpatialOpsType.Factory.parse(XMLStreamReader sr)
           
static SpatialOpsType SpatialOpsType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type SpatialOpsType
 void UnaryLogicOpType.setSpatialOps(SpatialOpsType spatialOps)
          Sets the "spatialOps" element
 void SpatialOpsDocument.setSpatialOps(SpatialOpsType spatialOps)
          Sets the "spatialOps" element
 void FilterType.setSpatialOps(SpatialOpsType spatialOps)
          Sets the "spatialOps" element
 void BinaryLogicOpType.setSpatialOpsArray(int i, SpatialOpsType spatialOps)
          Sets ith "spatialOps" element
 void BinaryLogicOpType.setSpatialOpsArray(SpatialOpsType[] spatialOpsArray)
          Sets array of all "spatialOps" element
 

Uses of SpatialOpsType in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement SpatialOpsType
 class BBOXTypeImpl
          An XML BBOXType(@http://www.opengis.net/ogc).
 class BinarySpatialOpTypeImpl
          An XML BinarySpatialOpType(@http://www.opengis.net/ogc).
 class DistanceBufferTypeImpl
          An XML DistanceBufferType(@http://www.opengis.net/ogc).
 class SpatialOpsTypeImpl
          An XML SpatialOpsType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc.impl that return SpatialOpsType
 SpatialOpsType UnaryLogicOpTypeImpl.addNewSpatialOps()
          Appends and returns a new empty "spatialOps" element
 SpatialOpsType SpatialOpsDocumentImpl.addNewSpatialOps()
          Appends and returns a new empty "spatialOps" element
 SpatialOpsType FilterTypeImpl.addNewSpatialOps()
          Appends and returns a new empty "spatialOps" element
 SpatialOpsType BinaryLogicOpTypeImpl.addNewSpatialOps()
          Appends and returns a new empty value (as xml) as the last "spatialOps" element
 SpatialOpsType UnaryLogicOpTypeImpl.getSpatialOps()
          Gets the "spatialOps" element
 SpatialOpsType SpatialOpsDocumentImpl.getSpatialOps()
          Gets the "spatialOps" element
 SpatialOpsType FilterTypeImpl.getSpatialOps()
          Gets the "spatialOps" element
 SpatialOpsType[] BinaryLogicOpTypeImpl.getSpatialOpsArray()
          Gets array of all "spatialOps" elements
 SpatialOpsType BinaryLogicOpTypeImpl.getSpatialOpsArray(int i)
          Gets ith "spatialOps" element
 SpatialOpsType BinaryLogicOpTypeImpl.insertNewSpatialOps(int i)
          Inserts and returns a new empty value (as xml) as the ith "spatialOps" element
 

Methods in net.opengis.ogc.impl with parameters of type SpatialOpsType
 void UnaryLogicOpTypeImpl.setSpatialOps(SpatialOpsType spatialOps)
          Sets the "spatialOps" element
 void SpatialOpsDocumentImpl.setSpatialOps(SpatialOpsType spatialOps)
          Sets the "spatialOps" element
 void FilterTypeImpl.setSpatialOps(SpatialOpsType spatialOps)
          Sets the "spatialOps" element
 void BinaryLogicOpTypeImpl.setSpatialOpsArray(int i, SpatialOpsType spatialOps)
          Sets ith "spatialOps" element
 void BinaryLogicOpTypeImpl.setSpatialOpsArray(SpatialOpsType[] spatialOpsArray)
          Sets array of all "spatialOps" element
 



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